Create resource
Creates a new Resource - a system that exposes protected information or functionality requiring authentication
Path parameters
Zone ID
Request body
Human-readable name. Must not contain HTML tags (e.g. <script>, <div>) or control characters.
User specified identifier, unique within the zone. Must not contain HTML tags (e.g. <script>, <div>) or control characters.
Human-readable description. Must not contain HTML tags (e.g. <script>, <div>) or control characters.
Scopes supported by the resource
ID of the credential provider to associate with the resource
ID of the application that provides this resource
The expected type of client for this credential. Native clients must use localhost URLs for redirect_uris or URIs with custom schemes. Web clients must use https URLs and must not use localhost as the hostname.
When true, the resource identifier is treated as a URI prefix and protects all URLs that share the identifier as a prefix. Defaults to false: resources only match by exact identifier unless explicitly enabled.
Credential lifetime override in seconds. When set, overrides the default credential lifetime for this resource.
Response
A Resource is a system that exposes protected information or functionality. It requires authentication of the requesting actor, which may be a user or application, before allowing access.
Unique identifier of the resource
Organization that owns this resource
Zone this resource belongs to
URL-safe identifier, unique within the zone
User specified identifier, unique within the zone
Human-readable name
Human-readable description
Scopes supported by the resource
ID of the credential provider for this resource
ID of the application that provides this resource
The expected type of client for this credential. Native clients must use localhost URLs for redirect_uris or URIs with custom schemes. Web clients must use https URLs and must not use localhost as the hostname.
When true, the resource identifier is treated as a URI prefix, protecting all URLs that share the identifier as a prefix at path/query/fragment boundaries. Protocol and hostname must match exactly. When multiple prefix resources satisfy an identifier query, the resource with the longest prefix is matched.
Credential lifetime override in seconds. When set, overrides the default credential lifetime for this resource. When absent, the default from the provider or zone is used.
List of resource IDs that, when accessed, make this dependency available. Only present when this resource is returned as a dependency.
Who owns this resource. Platform-owned resources cannot be modified via API.
Entity creation timestamp
Entity update timestamp