1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Identity
  5. DomainsMyOauth2clientCredential
Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi

oci.Identity.DomainsMyOauth2clientCredential

Explore with Pulumi AI

This resource provides the My O Auth2 Client Credential resource in Oracle Cloud Infrastructure Identity Domains service.

Create a user’s own OAuth2 client credential.

Example Usage

Coming soon!
Coming soon!
Coming soon!
Coming soon!
Coming soon!
resources:
  testMyOauth2clientCredential:
    type: oci:Identity:DomainsMyOauth2clientCredential
    name: test_my_oauth2client_credential
    properties:
      idcsEndpoint: ${testDomain.url}
      name: ${myOauth2clientCredentialName}
      schemas:
        - urn:ietf:params:scim:schemas:oracle:idcs:oauth2ClientCredential
      scopes:
        - audience: ${myOauth2clientCredentialScopesAudience}
          scope: ${myOauth2clientCredentialScopesScope}
      authorization: ${myOauth2clientCredentialAuthorization}
      description: ${myOauth2clientCredentialDescription}
      expiresOn: ${myOauth2clientCredentialExpiresOn}
      id: ${myOauth2clientCredentialId}
      isResetSecret: ${myOauth2clientCredentialIsResetSecret}
      ocid: ${myOauth2clientCredentialOcid}
      resourceTypeSchemaVersion: ${myOauth2clientCredentialResourceTypeSchemaVersion}
      status: ${myOauth2clientCredentialStatus}
      tags:
        - key: ${myOauth2clientCredentialTagsKey}
          value: ${myOauth2clientCredentialTagsValue}
      user:
        ocid: ${myOauth2clientCredentialUserOcid}
        value: ${myOauth2clientCredentialUserValue}
Copy

Create DomainsMyOauth2clientCredential Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new DomainsMyOauth2clientCredential(name: string, args: DomainsMyOauth2clientCredentialArgs, opts?: CustomResourceOptions);
@overload
def DomainsMyOauth2clientCredential(resource_name: str,
                                    args: DomainsMyOauth2clientCredentialArgs,
                                    opts: Optional[ResourceOptions] = None)

@overload
def DomainsMyOauth2clientCredential(resource_name: str,
                                    opts: Optional[ResourceOptions] = None,
                                    scopes: Optional[Sequence[_identity.DomainsMyOauth2clientCredentialScopeArgs]] = None,
                                    idcs_endpoint: Optional[str] = None,
                                    schemas: Optional[Sequence[str]] = None,
                                    description: Optional[str] = None,
                                    expires_on: Optional[str] = None,
                                    is_reset_secret: Optional[bool] = None,
                                    name: Optional[str] = None,
                                    ocid: Optional[str] = None,
                                    resource_type_schema_version: Optional[str] = None,
                                    authorization: Optional[str] = None,
                                    status: Optional[str] = None,
                                    tags: Optional[Sequence[_identity.DomainsMyOauth2clientCredentialTagArgs]] = None,
                                    user: Optional[_identity.DomainsMyOauth2clientCredentialUserArgs] = None)
func NewDomainsMyOauth2clientCredential(ctx *Context, name string, args DomainsMyOauth2clientCredentialArgs, opts ...ResourceOption) (*DomainsMyOauth2clientCredential, error)
public DomainsMyOauth2clientCredential(string name, DomainsMyOauth2clientCredentialArgs args, CustomResourceOptions? opts = null)
public DomainsMyOauth2clientCredential(String name, DomainsMyOauth2clientCredentialArgs args)
public DomainsMyOauth2clientCredential(String name, DomainsMyOauth2clientCredentialArgs args, CustomResourceOptions options)
type: oci:Identity:DomainsMyOauth2clientCredential
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. DomainsMyOauth2clientCredentialArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. DomainsMyOauth2clientCredentialArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. DomainsMyOauth2clientCredentialArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. DomainsMyOauth2clientCredentialArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. DomainsMyOauth2clientCredentialArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var domainsMyOauth2clientCredentialResource = new Oci.Identity.DomainsMyOauth2clientCredential("domainsMyOauth2clientCredentialResource", new()
{
    Scopes = new[]
    {
        new Oci.Identity.Inputs.DomainsMyOauth2clientCredentialScopeArgs
        {
            Audience = "string",
            Scope = "string",
        },
    },
    IdcsEndpoint = "string",
    Schemas = new[]
    {
        "string",
    },
    Description = "string",
    ExpiresOn = "string",
    IsResetSecret = false,
    Name = "string",
    Ocid = "string",
    ResourceTypeSchemaVersion = "string",
    Authorization = "string",
    Status = "string",
    Tags = new[]
    {
        new Oci.Identity.Inputs.DomainsMyOauth2clientCredentialTagArgs
        {
            Key = "string",
            Value = "string",
        },
    },
    User = new Oci.Identity.Inputs.DomainsMyOauth2clientCredentialUserArgs
    {
        Display = "string",
        Name = "string",
        Ocid = "string",
        Ref = "string",
        Value = "string",
    },
});
Copy
example, err := Identity.NewDomainsMyOauth2clientCredential(ctx, "domainsMyOauth2clientCredentialResource", &Identity.DomainsMyOauth2clientCredentialArgs{
	Scopes: identity.DomainsMyOauth2clientCredentialScopeArray{
		&identity.DomainsMyOauth2clientCredentialScopeArgs{
			Audience: pulumi.String("string"),
			Scope:    pulumi.String("string"),
		},
	},
	IdcsEndpoint: pulumi.String("string"),
	Schemas: pulumi.StringArray{
		pulumi.String("string"),
	},
	Description:               pulumi.String("string"),
	ExpiresOn:                 pulumi.String("string"),
	IsResetSecret:             pulumi.Bool(false),
	Name:                      pulumi.String("string"),
	Ocid:                      pulumi.String("string"),
	ResourceTypeSchemaVersion: pulumi.String("string"),
	Authorization:             pulumi.String("string"),
	Status:                    pulumi.String("string"),
	Tags: identity.DomainsMyOauth2clientCredentialTagArray{
		&identity.DomainsMyOauth2clientCredentialTagArgs{
			Key:   pulumi.String("string"),
			Value: pulumi.String("string"),
		},
	},
	User: &identity.DomainsMyOauth2clientCredentialUserArgs{
		Display: pulumi.String("string"),
		Name:    pulumi.String("string"),
		Ocid:    pulumi.String("string"),
		Ref:     pulumi.String("string"),
		Value:   pulumi.String("string"),
	},
})
Copy
var domainsMyOauth2clientCredentialResource = new DomainsMyOauth2clientCredential("domainsMyOauth2clientCredentialResource", DomainsMyOauth2clientCredentialArgs.builder()
    .scopes(DomainsMyOauth2clientCredentialScopeArgs.builder()
        .audience("string")
        .scope("string")
        .build())
    .idcsEndpoint("string")
    .schemas("string")
    .description("string")
    .expiresOn("string")
    .isResetSecret(false)
    .name("string")
    .ocid("string")
    .resourceTypeSchemaVersion("string")
    .authorization("string")
    .status("string")
    .tags(DomainsMyOauth2clientCredentialTagArgs.builder()
        .key("string")
        .value("string")
        .build())
    .user(DomainsMyOauth2clientCredentialUserArgs.builder()
        .display("string")
        .name("string")
        .ocid("string")
        .ref("string")
        .value("string")
        .build())
    .build());
Copy
domains_my_oauth2client_credential_resource = oci.identity.DomainsMyOauth2clientCredential("domainsMyOauth2clientCredentialResource",
    scopes=[{
        "audience": "string",
        "scope": "string",
    }],
    idcs_endpoint="string",
    schemas=["string"],
    description="string",
    expires_on="string",
    is_reset_secret=False,
    name="string",
    ocid="string",
    resource_type_schema_version="string",
    authorization="string",
    status="string",
    tags=[{
        "key": "string",
        "value": "string",
    }],
    user={
        "display": "string",
        "name": "string",
        "ocid": "string",
        "ref": "string",
        "value": "string",
    })
Copy
const domainsMyOauth2clientCredentialResource = new oci.identity.DomainsMyOauth2clientCredential("domainsMyOauth2clientCredentialResource", {
    scopes: [{
        audience: "string",
        scope: "string",
    }],
    idcsEndpoint: "string",
    schemas: ["string"],
    description: "string",
    expiresOn: "string",
    isResetSecret: false,
    name: "string",
    ocid: "string",
    resourceTypeSchemaVersion: "string",
    authorization: "string",
    status: "string",
    tags: [{
        key: "string",
        value: "string",
    }],
    user: {
        display: "string",
        name: "string",
        ocid: "string",
        ref: "string",
        value: "string",
    },
});
Copy
type: oci:Identity:DomainsMyOauth2clientCredential
properties:
    authorization: string
    description: string
    expiresOn: string
    idcsEndpoint: string
    isResetSecret: false
    name: string
    ocid: string
    resourceTypeSchemaVersion: string
    schemas:
        - string
    scopes:
        - audience: string
          scope: string
    status: string
    tags:
        - key: string
          value: string
    user:
        display: string
        name: string
        ocid: string
        ref: string
        value: string
Copy

DomainsMyOauth2clientCredential Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The DomainsMyOauth2clientCredential resource accepts the following input properties:

IdcsEndpoint
This property is required.
Changes to this property will trigger replacement.
string
The basic endpoint for the identity domain
Schemas
This property is required.
Changes to this property will trigger replacement.
List<string>

REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: true
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
Scopes
This property is required.
Changes to this property will trigger replacement.
List<DomainsMyOauth2clientCredentialScope>

Scopes

SCIM++ Properties:

  • caseExact: false
  • idcsCompositeKey: [audience, scope]
  • type: complex
  • mutability: readWrite
  • multiValued: true
  • required: true
  • returned: default
Authorization Changes to this property will trigger replacement. string
The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
Description Changes to this property will trigger replacement. string

Description

Added In: 2101262133

SCIM++ Properties:

  • caseExact: false
  • type: string
  • mutability: readWrite
  • required: false
  • returned: default
ExpiresOn Changes to this property will trigger replacement. string

When the user's credentials expire.

Added In: 2109090424

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: dateTime
  • uniqueness: none
IsResetSecret Changes to this property will trigger replacement. bool

Specifies whether the secret must be reset.

Added In: 2109090424

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: writeOnly
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
Name Changes to this property will trigger replacement. string

Name

SCIM++ Properties:

  • caseExact: false
  • type: string
  • mutability: readWrite
  • required: true
  • returned: default
Ocid Changes to this property will trigger replacement. string

Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: string
  • uniqueness: global
ResourceTypeSchemaVersion Changes to this property will trigger replacement. string
An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
Status Changes to this property will trigger replacement. string

The user's credential status.

Added In: 2109090424

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: never
  • type: string
  • uniqueness: none
Tags Changes to this property will trigger replacement. List<DomainsMyOauth2clientCredentialTag>

A list of tags on this resource.

SCIM++ Properties:

  • idcsCompositeKey: [key, value]
  • idcsSearchable: true
  • multiValued: true
  • mutability: readWrite
  • required: false
  • returned: request
  • type: complex
  • uniqueness: none
User Changes to this property will trigger replacement. DomainsMyOauth2clientCredentialUser

The user linked to the OAuth2 client credential.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: complex
  • uniqueness: none
IdcsEndpoint
This property is required.
Changes to this property will trigger replacement.
string
The basic endpoint for the identity domain
Schemas
This property is required.
Changes to this property will trigger replacement.
[]string

REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: true
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
Scopes
This property is required.
Changes to this property will trigger replacement.
[]DomainsMyOauth2clientCredentialScopeArgs

Scopes

SCIM++ Properties:

  • caseExact: false
  • idcsCompositeKey: [audience, scope]
  • type: complex
  • mutability: readWrite
  • multiValued: true
  • required: true
  • returned: default
Authorization Changes to this property will trigger replacement. string
The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
Description Changes to this property will trigger replacement. string

Description

Added In: 2101262133

SCIM++ Properties:

  • caseExact: false
  • type: string
  • mutability: readWrite
  • required: false
  • returned: default
ExpiresOn Changes to this property will trigger replacement. string

When the user's credentials expire.

Added In: 2109090424

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: dateTime
  • uniqueness: none
IsResetSecret Changes to this property will trigger replacement. bool

Specifies whether the secret must be reset.

Added In: 2109090424

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: writeOnly
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
Name Changes to this property will trigger replacement. string

Name

SCIM++ Properties:

  • caseExact: false
  • type: string
  • mutability: readWrite
  • required: true
  • returned: default
Ocid Changes to this property will trigger replacement. string

Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: string
  • uniqueness: global
ResourceTypeSchemaVersion Changes to this property will trigger replacement. string
An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
Status Changes to this property will trigger replacement. string

The user's credential status.

Added In: 2109090424

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: never
  • type: string
  • uniqueness: none
Tags Changes to this property will trigger replacement. []DomainsMyOauth2clientCredentialTagArgs

A list of tags on this resource.

SCIM++ Properties:

  • idcsCompositeKey: [key, value]
  • idcsSearchable: true
  • multiValued: true
  • mutability: readWrite
  • required: false
  • returned: request
  • type: complex
  • uniqueness: none
User Changes to this property will trigger replacement. DomainsMyOauth2clientCredentialUserArgs

The user linked to the OAuth2 client credential.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: complex
  • uniqueness: none
idcsEndpoint
This property is required.
Changes to this property will trigger replacement.
String
The basic endpoint for the identity domain
schemas
This property is required.
Changes to this property will trigger replacement.
List<String>

REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: true
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
scopes
This property is required.
Changes to this property will trigger replacement.
List<DomainsMyOauth2clientCredentialScope>

Scopes

SCIM++ Properties:

  • caseExact: false
  • idcsCompositeKey: [audience, scope]
  • type: complex
  • mutability: readWrite
  • multiValued: true
  • required: true
  • returned: default
authorization Changes to this property will trigger replacement. String
The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
description Changes to this property will trigger replacement. String

Description

Added In: 2101262133

SCIM++ Properties:

  • caseExact: false
  • type: string
  • mutability: readWrite
  • required: false
  • returned: default
expiresOn Changes to this property will trigger replacement. String

When the user's credentials expire.

Added In: 2109090424

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: dateTime
  • uniqueness: none
isResetSecret Changes to this property will trigger replacement. Boolean

Specifies whether the secret must be reset.

Added In: 2109090424

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: writeOnly
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
name Changes to this property will trigger replacement. String

Name

SCIM++ Properties:

  • caseExact: false
  • type: string
  • mutability: readWrite
  • required: true
  • returned: default
ocid Changes to this property will trigger replacement. String

Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: string
  • uniqueness: global
resourceTypeSchemaVersion Changes to this property will trigger replacement. String
An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
status Changes to this property will trigger replacement. String

The user's credential status.

Added In: 2109090424

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: never
  • type: string
  • uniqueness: none
tags Changes to this property will trigger replacement. List<DomainsMyOauth2clientCredentialTag>

A list of tags on this resource.

SCIM++ Properties:

  • idcsCompositeKey: [key, value]
  • idcsSearchable: true
  • multiValued: true
  • mutability: readWrite
  • required: false
  • returned: request
  • type: complex
  • uniqueness: none
user Changes to this property will trigger replacement. DomainsMyOauth2clientCredentialUser

The user linked to the OAuth2 client credential.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: complex
  • uniqueness: none
idcsEndpoint
This property is required.
Changes to this property will trigger replacement.
string
The basic endpoint for the identity domain
schemas
This property is required.
Changes to this property will trigger replacement.
string[]

REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: true
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
scopes
This property is required.
Changes to this property will trigger replacement.
DomainsMyOauth2clientCredentialScope[]

Scopes

SCIM++ Properties:

  • caseExact: false
  • idcsCompositeKey: [audience, scope]
  • type: complex
  • mutability: readWrite
  • multiValued: true
  • required: true
  • returned: default
authorization Changes to this property will trigger replacement. string
The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
description Changes to this property will trigger replacement. string

Description

Added In: 2101262133

SCIM++ Properties:

  • caseExact: false
  • type: string
  • mutability: readWrite
  • required: false
  • returned: default
expiresOn Changes to this property will trigger replacement. string

When the user's credentials expire.

Added In: 2109090424

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: dateTime
  • uniqueness: none
isResetSecret Changes to this property will trigger replacement. boolean

Specifies whether the secret must be reset.

Added In: 2109090424

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: writeOnly
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
name Changes to this property will trigger replacement. string

Name

SCIM++ Properties:

  • caseExact: false
  • type: string
  • mutability: readWrite
  • required: true
  • returned: default
ocid Changes to this property will trigger replacement. string

Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: string
  • uniqueness: global
resourceTypeSchemaVersion Changes to this property will trigger replacement. string
An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
status Changes to this property will trigger replacement. string

The user's credential status.

Added In: 2109090424

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: never
  • type: string
  • uniqueness: none
tags Changes to this property will trigger replacement. DomainsMyOauth2clientCredentialTag[]

A list of tags on this resource.

SCIM++ Properties:

  • idcsCompositeKey: [key, value]
  • idcsSearchable: true
  • multiValued: true
  • mutability: readWrite
  • required: false
  • returned: request
  • type: complex
  • uniqueness: none
user Changes to this property will trigger replacement. DomainsMyOauth2clientCredentialUser

The user linked to the OAuth2 client credential.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: complex
  • uniqueness: none
idcs_endpoint
This property is required.
Changes to this property will trigger replacement.
str
The basic endpoint for the identity domain
schemas
This property is required.
Changes to this property will trigger replacement.
Sequence[str]

REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: true
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
scopes
This property is required.
Changes to this property will trigger replacement.
Sequence[identity.DomainsMyOauth2clientCredentialScopeArgs]

Scopes

SCIM++ Properties:

  • caseExact: false
  • idcsCompositeKey: [audience, scope]
  • type: complex
  • mutability: readWrite
  • multiValued: true
  • required: true
  • returned: default
authorization Changes to this property will trigger replacement. str
The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
description Changes to this property will trigger replacement. str

Description

Added In: 2101262133

SCIM++ Properties:

  • caseExact: false
  • type: string
  • mutability: readWrite
  • required: false
  • returned: default
expires_on Changes to this property will trigger replacement. str

When the user's credentials expire.

Added In: 2109090424

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: dateTime
  • uniqueness: none
is_reset_secret Changes to this property will trigger replacement. bool

Specifies whether the secret must be reset.

Added In: 2109090424

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: writeOnly
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
name Changes to this property will trigger replacement. str

Name

SCIM++ Properties:

  • caseExact: false
  • type: string
  • mutability: readWrite
  • required: true
  • returned: default
ocid Changes to this property will trigger replacement. str

Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: string
  • uniqueness: global
resource_type_schema_version Changes to this property will trigger replacement. str
An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
status Changes to this property will trigger replacement. str

The user's credential status.

Added In: 2109090424

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: never
  • type: string
  • uniqueness: none
tags Changes to this property will trigger replacement. Sequence[identity.DomainsMyOauth2clientCredentialTagArgs]

A list of tags on this resource.

SCIM++ Properties:

  • idcsCompositeKey: [key, value]
  • idcsSearchable: true
  • multiValued: true
  • mutability: readWrite
  • required: false
  • returned: request
  • type: complex
  • uniqueness: none
user Changes to this property will trigger replacement. identity.DomainsMyOauth2clientCredentialUserArgs

The user linked to the OAuth2 client credential.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: complex
  • uniqueness: none
idcsEndpoint
This property is required.
Changes to this property will trigger replacement.
String
The basic endpoint for the identity domain
schemas
This property is required.
Changes to this property will trigger replacement.
List<String>

REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: true
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
scopes
This property is required.
Changes to this property will trigger replacement.
List<Property Map>

Scopes

SCIM++ Properties:

  • caseExact: false
  • idcsCompositeKey: [audience, scope]
  • type: complex
  • mutability: readWrite
  • multiValued: true
  • required: true
  • returned: default
authorization Changes to this property will trigger replacement. String
The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
description Changes to this property will trigger replacement. String

Description

Added In: 2101262133

SCIM++ Properties:

  • caseExact: false
  • type: string
  • mutability: readWrite
  • required: false
  • returned: default
expiresOn Changes to this property will trigger replacement. String

When the user's credentials expire.

Added In: 2109090424

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: dateTime
  • uniqueness: none
isResetSecret Changes to this property will trigger replacement. Boolean

Specifies whether the secret must be reset.

Added In: 2109090424

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: writeOnly
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
name Changes to this property will trigger replacement. String

Name

SCIM++ Properties:

  • caseExact: false
  • type: string
  • mutability: readWrite
  • required: true
  • returned: default
ocid Changes to this property will trigger replacement. String

Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: string
  • uniqueness: global
resourceTypeSchemaVersion Changes to this property will trigger replacement. String
An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
status Changes to this property will trigger replacement. String

The user's credential status.

Added In: 2109090424

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: never
  • type: string
  • uniqueness: none
tags Changes to this property will trigger replacement. List<Property Map>

A list of tags on this resource.

SCIM++ Properties:

  • idcsCompositeKey: [key, value]
  • idcsSearchable: true
  • multiValued: true
  • mutability: readWrite
  • required: false
  • returned: request
  • type: complex
  • uniqueness: none
user Changes to this property will trigger replacement. Property Map

The user linked to the OAuth2 client credential.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: complex
  • uniqueness: none

Outputs

All input properties are implicitly available as output properties. Additionally, the DomainsMyOauth2clientCredential resource produces the following output properties:

CompartmentOcid string

(Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
DeleteInProgress bool

(Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
DomainOcid string

(Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Id string
The provider-assigned unique ID for this managed resource.
IdcsCreatedBies List<DomainsMyOauth2clientCredentialIdcsCreatedBy>

(Updatable) The User or App who created the Resource

SCIM++ Properties:

  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: true
  • returned: default
  • type: complex
IdcsLastModifiedBies List<DomainsMyOauth2clientCredentialIdcsLastModifiedBy>

(Updatable) The User or App who modified the Resource

SCIM++ Properties:

  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: complex
IdcsLastUpgradedInRelease string

(Updatable) The release number when the resource was upgraded.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string
  • uniqueness: none
IdcsPreventedOperations List<string>

(Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: true
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string
  • uniqueness: none
Metas List<DomainsMyOauth2clientCredentialMeta>

(Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
  • type: complex
TenancyOcid string

(Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
CompartmentOcid string

(Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
DeleteInProgress bool

(Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
DomainOcid string

(Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Id string
The provider-assigned unique ID for this managed resource.
IdcsCreatedBies []DomainsMyOauth2clientCredentialIdcsCreatedBy

(Updatable) The User or App who created the Resource

SCIM++ Properties:

  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: true
  • returned: default
  • type: complex
IdcsLastModifiedBies []DomainsMyOauth2clientCredentialIdcsLastModifiedBy

(Updatable) The User or App who modified the Resource

SCIM++ Properties:

  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: complex
IdcsLastUpgradedInRelease string

(Updatable) The release number when the resource was upgraded.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string
  • uniqueness: none
IdcsPreventedOperations []string

(Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: true
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string
  • uniqueness: none
Metas []DomainsMyOauth2clientCredentialMeta

(Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
  • type: complex
TenancyOcid string

(Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
compartmentOcid String

(Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
deleteInProgress Boolean

(Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
domainOcid String

(Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
id String
The provider-assigned unique ID for this managed resource.
idcsCreatedBies List<DomainsMyOauth2clientCredentialIdcsCreatedBy>

(Updatable) The User or App who created the Resource

SCIM++ Properties:

  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: true
  • returned: default
  • type: complex
idcsLastModifiedBies List<DomainsMyOauth2clientCredentialIdcsLastModifiedBy>

(Updatable) The User or App who modified the Resource

SCIM++ Properties:

  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: complex
idcsLastUpgradedInRelease String

(Updatable) The release number when the resource was upgraded.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string
  • uniqueness: none
idcsPreventedOperations List<String>

(Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: true
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string
  • uniqueness: none
metas List<DomainsMyOauth2clientCredentialMeta>

(Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
  • type: complex
tenancyOcid String

(Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
compartmentOcid string

(Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
deleteInProgress boolean

(Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
domainOcid string

(Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
id string
The provider-assigned unique ID for this managed resource.
idcsCreatedBies DomainsMyOauth2clientCredentialIdcsCreatedBy[]

(Updatable) The User or App who created the Resource

SCIM++ Properties:

  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: true
  • returned: default
  • type: complex
idcsLastModifiedBies DomainsMyOauth2clientCredentialIdcsLastModifiedBy[]

(Updatable) The User or App who modified the Resource

SCIM++ Properties:

  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: complex
idcsLastUpgradedInRelease string

(Updatable) The release number when the resource was upgraded.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string
  • uniqueness: none
idcsPreventedOperations string[]

(Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: true
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string
  • uniqueness: none
metas DomainsMyOauth2clientCredentialMeta[]

(Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
  • type: complex
tenancyOcid string

(Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
compartment_ocid str

(Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
delete_in_progress bool

(Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
domain_ocid str

(Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
id str
The provider-assigned unique ID for this managed resource.
idcs_created_bies Sequence[identity.DomainsMyOauth2clientCredentialIdcsCreatedBy]

(Updatable) The User or App who created the Resource

SCIM++ Properties:

  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: true
  • returned: default
  • type: complex
idcs_last_modified_bies Sequence[identity.DomainsMyOauth2clientCredentialIdcsLastModifiedBy]

(Updatable) The User or App who modified the Resource

SCIM++ Properties:

  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: complex
idcs_last_upgraded_in_release str

(Updatable) The release number when the resource was upgraded.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string
  • uniqueness: none
idcs_prevented_operations Sequence[str]

(Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: true
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string
  • uniqueness: none
metas Sequence[identity.DomainsMyOauth2clientCredentialMeta]

(Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
  • type: complex
tenancy_ocid str

(Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
compartmentOcid String

(Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
deleteInProgress Boolean

(Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
domainOcid String

(Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
id String
The provider-assigned unique ID for this managed resource.
idcsCreatedBies List<Property Map>

(Updatable) The User or App who created the Resource

SCIM++ Properties:

  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: true
  • returned: default
  • type: complex
idcsLastModifiedBies List<Property Map>

(Updatable) The User or App who modified the Resource

SCIM++ Properties:

  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: complex
idcsLastUpgradedInRelease String

(Updatable) The release number when the resource was upgraded.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string
  • uniqueness: none
idcsPreventedOperations List<String>

(Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: true
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string
  • uniqueness: none
metas List<Property Map>

(Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
  • type: complex
tenancyOcid String

(Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

Look up Existing DomainsMyOauth2clientCredential Resource

Get an existing DomainsMyOauth2clientCredential resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: DomainsMyOauth2clientCredentialState, opts?: CustomResourceOptions): DomainsMyOauth2clientCredential
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        authorization: Optional[str] = None,
        compartment_ocid: Optional[str] = None,
        delete_in_progress: Optional[bool] = None,
        description: Optional[str] = None,
        domain_ocid: Optional[str] = None,
        expires_on: Optional[str] = None,
        idcs_created_bies: Optional[Sequence[_identity.DomainsMyOauth2clientCredentialIdcsCreatedByArgs]] = None,
        idcs_endpoint: Optional[str] = None,
        idcs_last_modified_bies: Optional[Sequence[_identity.DomainsMyOauth2clientCredentialIdcsLastModifiedByArgs]] = None,
        idcs_last_upgraded_in_release: Optional[str] = None,
        idcs_prevented_operations: Optional[Sequence[str]] = None,
        is_reset_secret: Optional[bool] = None,
        metas: Optional[Sequence[_identity.DomainsMyOauth2clientCredentialMetaArgs]] = None,
        name: Optional[str] = None,
        ocid: Optional[str] = None,
        resource_type_schema_version: Optional[str] = None,
        schemas: Optional[Sequence[str]] = None,
        scopes: Optional[Sequence[_identity.DomainsMyOauth2clientCredentialScopeArgs]] = None,
        status: Optional[str] = None,
        tags: Optional[Sequence[_identity.DomainsMyOauth2clientCredentialTagArgs]] = None,
        tenancy_ocid: Optional[str] = None,
        user: Optional[_identity.DomainsMyOauth2clientCredentialUserArgs] = None) -> DomainsMyOauth2clientCredential
func GetDomainsMyOauth2clientCredential(ctx *Context, name string, id IDInput, state *DomainsMyOauth2clientCredentialState, opts ...ResourceOption) (*DomainsMyOauth2clientCredential, error)
public static DomainsMyOauth2clientCredential Get(string name, Input<string> id, DomainsMyOauth2clientCredentialState? state, CustomResourceOptions? opts = null)
public static DomainsMyOauth2clientCredential get(String name, Output<String> id, DomainsMyOauth2clientCredentialState state, CustomResourceOptions options)
resources:  _:    type: oci:Identity:DomainsMyOauth2clientCredential    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
Authorization Changes to this property will trigger replacement. string
The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
CompartmentOcid string

(Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
DeleteInProgress bool

(Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
Description Changes to this property will trigger replacement. string

Description

Added In: 2101262133

SCIM++ Properties:

  • caseExact: false
  • type: string
  • mutability: readWrite
  • required: false
  • returned: default
DomainOcid string

(Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
ExpiresOn Changes to this property will trigger replacement. string

When the user's credentials expire.

Added In: 2109090424

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: dateTime
  • uniqueness: none
IdcsCreatedBies List<DomainsMyOauth2clientCredentialIdcsCreatedBy>

(Updatable) The User or App who created the Resource

SCIM++ Properties:

  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: true
  • returned: default
  • type: complex
IdcsEndpoint Changes to this property will trigger replacement. string
The basic endpoint for the identity domain
IdcsLastModifiedBies List<DomainsMyOauth2clientCredentialIdcsLastModifiedBy>

(Updatable) The User or App who modified the Resource

SCIM++ Properties:

  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: complex
IdcsLastUpgradedInRelease string

(Updatable) The release number when the resource was upgraded.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string
  • uniqueness: none
IdcsPreventedOperations List<string>

(Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: true
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string
  • uniqueness: none
IsResetSecret Changes to this property will trigger replacement. bool

Specifies whether the secret must be reset.

Added In: 2109090424

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: writeOnly
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
Metas List<DomainsMyOauth2clientCredentialMeta>

(Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
  • type: complex
Name Changes to this property will trigger replacement. string

Name

SCIM++ Properties:

  • caseExact: false
  • type: string
  • mutability: readWrite
  • required: true
  • returned: default
Ocid Changes to this property will trigger replacement. string

Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: string
  • uniqueness: global
ResourceTypeSchemaVersion Changes to this property will trigger replacement. string
An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
Schemas Changes to this property will trigger replacement. List<string>

REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: true
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
Scopes Changes to this property will trigger replacement. List<DomainsMyOauth2clientCredentialScope>

Scopes

SCIM++ Properties:

  • caseExact: false
  • idcsCompositeKey: [audience, scope]
  • type: complex
  • mutability: readWrite
  • multiValued: true
  • required: true
  • returned: default
Status Changes to this property will trigger replacement. string

The user's credential status.

Added In: 2109090424

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: never
  • type: string
  • uniqueness: none
Tags Changes to this property will trigger replacement. List<DomainsMyOauth2clientCredentialTag>

A list of tags on this resource.

SCIM++ Properties:

  • idcsCompositeKey: [key, value]
  • idcsSearchable: true
  • multiValued: true
  • mutability: readWrite
  • required: false
  • returned: request
  • type: complex
  • uniqueness: none
TenancyOcid string

(Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
User Changes to this property will trigger replacement. DomainsMyOauth2clientCredentialUser

The user linked to the OAuth2 client credential.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: complex
  • uniqueness: none
Authorization Changes to this property will trigger replacement. string
The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
CompartmentOcid string

(Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
DeleteInProgress bool

(Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
Description Changes to this property will trigger replacement. string

Description

Added In: 2101262133

SCIM++ Properties:

  • caseExact: false
  • type: string
  • mutability: readWrite
  • required: false
  • returned: default
DomainOcid string

(Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
ExpiresOn Changes to this property will trigger replacement. string

When the user's credentials expire.

Added In: 2109090424

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: dateTime
  • uniqueness: none
IdcsCreatedBies []DomainsMyOauth2clientCredentialIdcsCreatedByArgs

(Updatable) The User or App who created the Resource

SCIM++ Properties:

  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: true
  • returned: default
  • type: complex
IdcsEndpoint Changes to this property will trigger replacement. string
The basic endpoint for the identity domain
IdcsLastModifiedBies []DomainsMyOauth2clientCredentialIdcsLastModifiedByArgs

(Updatable) The User or App who modified the Resource

SCIM++ Properties:

  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: complex
IdcsLastUpgradedInRelease string

(Updatable) The release number when the resource was upgraded.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string
  • uniqueness: none
IdcsPreventedOperations []string

(Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: true
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string
  • uniqueness: none
IsResetSecret Changes to this property will trigger replacement. bool

Specifies whether the secret must be reset.

Added In: 2109090424

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: writeOnly
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
Metas []DomainsMyOauth2clientCredentialMetaArgs

(Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
  • type: complex
Name Changes to this property will trigger replacement. string

Name

SCIM++ Properties:

  • caseExact: false
  • type: string
  • mutability: readWrite
  • required: true
  • returned: default
Ocid Changes to this property will trigger replacement. string

Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: string
  • uniqueness: global
ResourceTypeSchemaVersion Changes to this property will trigger replacement. string
An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
Schemas Changes to this property will trigger replacement. []string

REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: true
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
Scopes Changes to this property will trigger replacement. []DomainsMyOauth2clientCredentialScopeArgs

Scopes

SCIM++ Properties:

  • caseExact: false
  • idcsCompositeKey: [audience, scope]
  • type: complex
  • mutability: readWrite
  • multiValued: true
  • required: true
  • returned: default
Status Changes to this property will trigger replacement. string

The user's credential status.

Added In: 2109090424

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: never
  • type: string
  • uniqueness: none
Tags Changes to this property will trigger replacement. []DomainsMyOauth2clientCredentialTagArgs

A list of tags on this resource.

SCIM++ Properties:

  • idcsCompositeKey: [key, value]
  • idcsSearchable: true
  • multiValued: true
  • mutability: readWrite
  • required: false
  • returned: request
  • type: complex
  • uniqueness: none
TenancyOcid string

(Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
User Changes to this property will trigger replacement. DomainsMyOauth2clientCredentialUserArgs

The user linked to the OAuth2 client credential.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: complex
  • uniqueness: none
authorization Changes to this property will trigger replacement. String
The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
compartmentOcid String

(Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
deleteInProgress Boolean

(Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
description Changes to this property will trigger replacement. String

Description

Added In: 2101262133

SCIM++ Properties:

  • caseExact: false
  • type: string
  • mutability: readWrite
  • required: false
  • returned: default
domainOcid String

(Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
expiresOn Changes to this property will trigger replacement. String

When the user's credentials expire.

Added In: 2109090424

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: dateTime
  • uniqueness: none
idcsCreatedBies List<DomainsMyOauth2clientCredentialIdcsCreatedBy>

(Updatable) The User or App who created the Resource

SCIM++ Properties:

  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: true
  • returned: default
  • type: complex
idcsEndpoint Changes to this property will trigger replacement. String
The basic endpoint for the identity domain
idcsLastModifiedBies List<DomainsMyOauth2clientCredentialIdcsLastModifiedBy>

(Updatable) The User or App who modified the Resource

SCIM++ Properties:

  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: complex
idcsLastUpgradedInRelease String

(Updatable) The release number when the resource was upgraded.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string
  • uniqueness: none
idcsPreventedOperations List<String>

(Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: true
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string
  • uniqueness: none
isResetSecret Changes to this property will trigger replacement. Boolean

Specifies whether the secret must be reset.

Added In: 2109090424

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: writeOnly
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
metas List<DomainsMyOauth2clientCredentialMeta>

(Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
  • type: complex
name Changes to this property will trigger replacement. String

Name

SCIM++ Properties:

  • caseExact: false
  • type: string
  • mutability: readWrite
  • required: true
  • returned: default
ocid Changes to this property will trigger replacement. String

Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: string
  • uniqueness: global
resourceTypeSchemaVersion Changes to this property will trigger replacement. String
An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
schemas Changes to this property will trigger replacement. List<String>

REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: true
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
scopes Changes to this property will trigger replacement. List<DomainsMyOauth2clientCredentialScope>

Scopes

SCIM++ Properties:

  • caseExact: false
  • idcsCompositeKey: [audience, scope]
  • type: complex
  • mutability: readWrite
  • multiValued: true
  • required: true
  • returned: default
status Changes to this property will trigger replacement. String

The user's credential status.

Added In: 2109090424

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: never
  • type: string
  • uniqueness: none
tags Changes to this property will trigger replacement. List<DomainsMyOauth2clientCredentialTag>

A list of tags on this resource.

SCIM++ Properties:

  • idcsCompositeKey: [key, value]
  • idcsSearchable: true
  • multiValued: true
  • mutability: readWrite
  • required: false
  • returned: request
  • type: complex
  • uniqueness: none
tenancyOcid String

(Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
user Changes to this property will trigger replacement. DomainsMyOauth2clientCredentialUser

The user linked to the OAuth2 client credential.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: complex
  • uniqueness: none
authorization Changes to this property will trigger replacement. string
The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
compartmentOcid string

(Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
deleteInProgress boolean

(Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
description Changes to this property will trigger replacement. string

Description

Added In: 2101262133

SCIM++ Properties:

  • caseExact: false
  • type: string
  • mutability: readWrite
  • required: false
  • returned: default
domainOcid string

(Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
expiresOn Changes to this property will trigger replacement. string

When the user's credentials expire.

Added In: 2109090424

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: dateTime
  • uniqueness: none
idcsCreatedBies DomainsMyOauth2clientCredentialIdcsCreatedBy[]

(Updatable) The User or App who created the Resource

SCIM++ Properties:

  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: true
  • returned: default
  • type: complex
idcsEndpoint Changes to this property will trigger replacement. string
The basic endpoint for the identity domain
idcsLastModifiedBies DomainsMyOauth2clientCredentialIdcsLastModifiedBy[]

(Updatable) The User or App who modified the Resource

SCIM++ Properties:

  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: complex
idcsLastUpgradedInRelease string

(Updatable) The release number when the resource was upgraded.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string
  • uniqueness: none
idcsPreventedOperations string[]

(Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: true
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string
  • uniqueness: none
isResetSecret Changes to this property will trigger replacement. boolean

Specifies whether the secret must be reset.

Added In: 2109090424

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: writeOnly
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
metas DomainsMyOauth2clientCredentialMeta[]

(Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
  • type: complex
name Changes to this property will trigger replacement. string

Name

SCIM++ Properties:

  • caseExact: false
  • type: string
  • mutability: readWrite
  • required: true
  • returned: default
ocid Changes to this property will trigger replacement. string

Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: string
  • uniqueness: global
resourceTypeSchemaVersion Changes to this property will trigger replacement. string
An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
schemas Changes to this property will trigger replacement. string[]

REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: true
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
scopes Changes to this property will trigger replacement. DomainsMyOauth2clientCredentialScope[]

Scopes

SCIM++ Properties:

  • caseExact: false
  • idcsCompositeKey: [audience, scope]
  • type: complex
  • mutability: readWrite
  • multiValued: true
  • required: true
  • returned: default
status Changes to this property will trigger replacement. string

The user's credential status.

Added In: 2109090424

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: never
  • type: string
  • uniqueness: none
tags Changes to this property will trigger replacement. DomainsMyOauth2clientCredentialTag[]

A list of tags on this resource.

SCIM++ Properties:

  • idcsCompositeKey: [key, value]
  • idcsSearchable: true
  • multiValued: true
  • mutability: readWrite
  • required: false
  • returned: request
  • type: complex
  • uniqueness: none
tenancyOcid string

(Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
user Changes to this property will trigger replacement. DomainsMyOauth2clientCredentialUser

The user linked to the OAuth2 client credential.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: complex
  • uniqueness: none
authorization Changes to this property will trigger replacement. str
The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
compartment_ocid str

(Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
delete_in_progress bool

(Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
description Changes to this property will trigger replacement. str

Description

Added In: 2101262133

SCIM++ Properties:

  • caseExact: false
  • type: string
  • mutability: readWrite
  • required: false
  • returned: default
domain_ocid str

(Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
expires_on Changes to this property will trigger replacement. str

When the user's credentials expire.

Added In: 2109090424

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: dateTime
  • uniqueness: none
idcs_created_bies Sequence[identity.DomainsMyOauth2clientCredentialIdcsCreatedByArgs]

(Updatable) The User or App who created the Resource

SCIM++ Properties:

  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: true
  • returned: default
  • type: complex
idcs_endpoint Changes to this property will trigger replacement. str
The basic endpoint for the identity domain
idcs_last_modified_bies Sequence[identity.DomainsMyOauth2clientCredentialIdcsLastModifiedByArgs]

(Updatable) The User or App who modified the Resource

SCIM++ Properties:

  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: complex
idcs_last_upgraded_in_release str

(Updatable) The release number when the resource was upgraded.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string
  • uniqueness: none
idcs_prevented_operations Sequence[str]

(Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: true
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string
  • uniqueness: none
is_reset_secret Changes to this property will trigger replacement. bool

Specifies whether the secret must be reset.

Added In: 2109090424

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: writeOnly
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
metas Sequence[identity.DomainsMyOauth2clientCredentialMetaArgs]

(Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
  • type: complex
name Changes to this property will trigger replacement. str

Name

SCIM++ Properties:

  • caseExact: false
  • type: string
  • mutability: readWrite
  • required: true
  • returned: default
ocid Changes to this property will trigger replacement. str

Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: string
  • uniqueness: global
resource_type_schema_version Changes to this property will trigger replacement. str
An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
schemas Changes to this property will trigger replacement. Sequence[str]

REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: true
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
scopes Changes to this property will trigger replacement. Sequence[identity.DomainsMyOauth2clientCredentialScopeArgs]

Scopes

SCIM++ Properties:

  • caseExact: false
  • idcsCompositeKey: [audience, scope]
  • type: complex
  • mutability: readWrite
  • multiValued: true
  • required: true
  • returned: default
status Changes to this property will trigger replacement. str

The user's credential status.

Added In: 2109090424

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: never
  • type: string
  • uniqueness: none
tags Changes to this property will trigger replacement. Sequence[identity.DomainsMyOauth2clientCredentialTagArgs]

A list of tags on this resource.

SCIM++ Properties:

  • idcsCompositeKey: [key, value]
  • idcsSearchable: true
  • multiValued: true
  • mutability: readWrite
  • required: false
  • returned: request
  • type: complex
  • uniqueness: none
tenancy_ocid str

(Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
user Changes to this property will trigger replacement. identity.DomainsMyOauth2clientCredentialUserArgs

The user linked to the OAuth2 client credential.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: complex
  • uniqueness: none
authorization Changes to this property will trigger replacement. String
The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
compartmentOcid String

(Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
deleteInProgress Boolean

(Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
description Changes to this property will trigger replacement. String

Description

Added In: 2101262133

SCIM++ Properties:

  • caseExact: false
  • type: string
  • mutability: readWrite
  • required: false
  • returned: default
domainOcid String

(Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
expiresOn Changes to this property will trigger replacement. String

When the user's credentials expire.

Added In: 2109090424

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: dateTime
  • uniqueness: none
idcsCreatedBies List<Property Map>

(Updatable) The User or App who created the Resource

SCIM++ Properties:

  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: true
  • returned: default
  • type: complex
idcsEndpoint Changes to this property will trigger replacement. String
The basic endpoint for the identity domain
idcsLastModifiedBies List<Property Map>

(Updatable) The User or App who modified the Resource

SCIM++ Properties:

  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: complex
idcsLastUpgradedInRelease String

(Updatable) The release number when the resource was upgraded.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string
  • uniqueness: none
idcsPreventedOperations List<String>

(Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: true
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string
  • uniqueness: none
isResetSecret Changes to this property will trigger replacement. Boolean

Specifies whether the secret must be reset.

Added In: 2109090424

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: writeOnly
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
metas List<Property Map>

(Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
  • type: complex
name Changes to this property will trigger replacement. String

Name

SCIM++ Properties:

  • caseExact: false
  • type: string
  • mutability: readWrite
  • required: true
  • returned: default
ocid Changes to this property will trigger replacement. String

Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: string
  • uniqueness: global
resourceTypeSchemaVersion Changes to this property will trigger replacement. String
An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
schemas Changes to this property will trigger replacement. List<String>

REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: true
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
scopes Changes to this property will trigger replacement. List<Property Map>

Scopes

SCIM++ Properties:

  • caseExact: false
  • idcsCompositeKey: [audience, scope]
  • type: complex
  • mutability: readWrite
  • multiValued: true
  • required: true
  • returned: default
status Changes to this property will trigger replacement. String

The user's credential status.

Added In: 2109090424

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: never
  • type: string
  • uniqueness: none
tags Changes to this property will trigger replacement. List<Property Map>

A list of tags on this resource.

SCIM++ Properties:

  • idcsCompositeKey: [key, value]
  • idcsSearchable: true
  • multiValued: true
  • mutability: readWrite
  • required: false
  • returned: request
  • type: complex
  • uniqueness: none
tenancyOcid String

(Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
user Changes to this property will trigger replacement. Property Map

The user linked to the OAuth2 client credential.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: complex
  • uniqueness: none

Supporting Types

DomainsMyOauth2clientCredentialIdcsCreatedBy
, DomainsMyOauth2clientCredentialIdcsCreatedByArgs

Value
This property is required.
Changes to this property will trigger replacement.
string

The ID of the SCIM resource that represents the User or App who created this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
Display Changes to this property will trigger replacement. string

The displayName of the User or App who created this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Ocid Changes to this property will trigger replacement. string

The OCID of the SCIM resource that represents the User or App who created this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • returned: default
  • type: string
  • uniqueness: none
Ref string

(Updatable) The URI of the SCIM resource that represents the User or App who created this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: reference
  • uniqueness: none
Type Changes to this property will trigger replacement. string

The type of resource, User or App, that created this Resource

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Value
This property is required.
Changes to this property will trigger replacement.
string

The ID of the SCIM resource that represents the User or App who created this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
Display Changes to this property will trigger replacement. string

The displayName of the User or App who created this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Ocid Changes to this property will trigger replacement. string

The OCID of the SCIM resource that represents the User or App who created this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • returned: default
  • type: string
  • uniqueness: none
Ref string

(Updatable) The URI of the SCIM resource that represents the User or App who created this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: reference
  • uniqueness: none
Type Changes to this property will trigger replacement. string

The type of resource, User or App, that created this Resource

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
value
This property is required.
Changes to this property will trigger replacement.
String

The ID of the SCIM resource that represents the User or App who created this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
display Changes to this property will trigger replacement. String

The displayName of the User or App who created this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
ocid Changes to this property will trigger replacement. String

The OCID of the SCIM resource that represents the User or App who created this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • returned: default
  • type: string
  • uniqueness: none
ref String

(Updatable) The URI of the SCIM resource that represents the User or App who created this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: reference
  • uniqueness: none
type Changes to this property will trigger replacement. String

The type of resource, User or App, that created this Resource

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
value
This property is required.
Changes to this property will trigger replacement.
string

The ID of the SCIM resource that represents the User or App who created this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
display Changes to this property will trigger replacement. string

The displayName of the User or App who created this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
ocid Changes to this property will trigger replacement. string

The OCID of the SCIM resource that represents the User or App who created this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • returned: default
  • type: string
  • uniqueness: none
ref string

(Updatable) The URI of the SCIM resource that represents the User or App who created this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: reference
  • uniqueness: none
type Changes to this property will trigger replacement. string

The type of resource, User or App, that created this Resource

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
value
This property is required.
Changes to this property will trigger replacement.
str

The ID of the SCIM resource that represents the User or App who created this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
display Changes to this property will trigger replacement. str

The displayName of the User or App who created this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
ocid Changes to this property will trigger replacement. str

The OCID of the SCIM resource that represents the User or App who created this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • returned: default
  • type: string
  • uniqueness: none
ref str

(Updatable) The URI of the SCIM resource that represents the User or App who created this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: reference
  • uniqueness: none
type Changes to this property will trigger replacement. str

The type of resource, User or App, that created this Resource

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
value
This property is required.
Changes to this property will trigger replacement.
String

The ID of the SCIM resource that represents the User or App who created this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
display Changes to this property will trigger replacement. String

The displayName of the User or App who created this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
ocid Changes to this property will trigger replacement. String

The OCID of the SCIM resource that represents the User or App who created this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • returned: default
  • type: string
  • uniqueness: none
ref String

(Updatable) The URI of the SCIM resource that represents the User or App who created this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: reference
  • uniqueness: none
type Changes to this property will trigger replacement. String

The type of resource, User or App, that created this Resource

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

DomainsMyOauth2clientCredentialIdcsLastModifiedBy
, DomainsMyOauth2clientCredentialIdcsLastModifiedByArgs

Value
This property is required.
Changes to this property will trigger replacement.
string

The ID of the SCIM resource that represents the User or App who modified this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
Display Changes to this property will trigger replacement. string

The displayName of the User or App who modified this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Ocid Changes to this property will trigger replacement. string

The OCID of the SCIM resource that represents the User or App who modified this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • returned: default
  • type: string
  • uniqueness: none
Ref string

(Updatable) The URI of the SCIM resource that represents the User or App who modified this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: reference
  • uniqueness: none
Type Changes to this property will trigger replacement. string

The type of resource, User or App, that modified this Resource

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Value
This property is required.
Changes to this property will trigger replacement.
string

The ID of the SCIM resource that represents the User or App who modified this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
Display Changes to this property will trigger replacement. string

The displayName of the User or App who modified this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Ocid Changes to this property will trigger replacement. string

The OCID of the SCIM resource that represents the User or App who modified this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • returned: default
  • type: string
  • uniqueness: none
Ref string

(Updatable) The URI of the SCIM resource that represents the User or App who modified this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: reference
  • uniqueness: none
Type Changes to this property will trigger replacement. string

The type of resource, User or App, that modified this Resource

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
value
This property is required.
Changes to this property will trigger replacement.
String

The ID of the SCIM resource that represents the User or App who modified this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
display Changes to this property will trigger replacement. String

The displayName of the User or App who modified this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
ocid Changes to this property will trigger replacement. String

The OCID of the SCIM resource that represents the User or App who modified this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • returned: default
  • type: string
  • uniqueness: none
ref String

(Updatable) The URI of the SCIM resource that represents the User or App who modified this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: reference
  • uniqueness: none
type Changes to this property will trigger replacement. String

The type of resource, User or App, that modified this Resource

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
value
This property is required.
Changes to this property will trigger replacement.
string

The ID of the SCIM resource that represents the User or App who modified this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
display Changes to this property will trigger replacement. string

The displayName of the User or App who modified this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
ocid Changes to this property will trigger replacement. string

The OCID of the SCIM resource that represents the User or App who modified this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • returned: default
  • type: string
  • uniqueness: none
ref string

(Updatable) The URI of the SCIM resource that represents the User or App who modified this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: reference
  • uniqueness: none
type Changes to this property will trigger replacement. string

The type of resource, User or App, that modified this Resource

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
value
This property is required.
Changes to this property will trigger replacement.
str

The ID of the SCIM resource that represents the User or App who modified this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
display Changes to this property will trigger replacement. str

The displayName of the User or App who modified this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
ocid Changes to this property will trigger replacement. str

The OCID of the SCIM resource that represents the User or App who modified this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • returned: default
  • type: string
  • uniqueness: none
ref str

(Updatable) The URI of the SCIM resource that represents the User or App who modified this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: reference
  • uniqueness: none
type Changes to this property will trigger replacement. str

The type of resource, User or App, that modified this Resource

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
value
This property is required.
Changes to this property will trigger replacement.
String

The ID of the SCIM resource that represents the User or App who modified this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
display Changes to this property will trigger replacement. String

The displayName of the User or App who modified this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
ocid Changes to this property will trigger replacement. String

The OCID of the SCIM resource that represents the User or App who modified this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • returned: default
  • type: string
  • uniqueness: none
ref String

(Updatable) The URI of the SCIM resource that represents the User or App who modified this Resource

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: reference
  • uniqueness: none
type Changes to this property will trigger replacement. String

The type of resource, User or App, that modified this Resource

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

DomainsMyOauth2clientCredentialMeta
, DomainsMyOauth2clientCredentialMetaArgs

Created Changes to this property will trigger replacement. string

The DateTime the Resource was added to the Service Provider

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: dateTime
  • uniqueness: none
LastModified Changes to this property will trigger replacement. string

The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: dateTime
  • uniqueness: none
Location Changes to this property will trigger replacement. string

The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
ResourceType Changes to this property will trigger replacement. string

Name of the resource type of the resource--for example, Users or Groups

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Version Changes to this property will trigger replacement. string

The version of the Resource being returned. This value must be the same as the ETag HTTP response header.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Created Changes to this property will trigger replacement. string

The DateTime the Resource was added to the Service Provider

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: dateTime
  • uniqueness: none
LastModified Changes to this property will trigger replacement. string

The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: dateTime
  • uniqueness: none
Location Changes to this property will trigger replacement. string

The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
ResourceType Changes to this property will trigger replacement. string

Name of the resource type of the resource--for example, Users or Groups

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Version Changes to this property will trigger replacement. string

The version of the Resource being returned. This value must be the same as the ETag HTTP response header.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
created Changes to this property will trigger replacement. String

The DateTime the Resource was added to the Service Provider

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: dateTime
  • uniqueness: none
lastModified Changes to this property will trigger replacement. String

The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: dateTime
  • uniqueness: none
location Changes to this property will trigger replacement. String

The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
resourceType Changes to this property will trigger replacement. String

Name of the resource type of the resource--for example, Users or Groups

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
version Changes to this property will trigger replacement. String

The version of the Resource being returned. This value must be the same as the ETag HTTP response header.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
created Changes to this property will trigger replacement. string

The DateTime the Resource was added to the Service Provider

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: dateTime
  • uniqueness: none
lastModified Changes to this property will trigger replacement. string

The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: dateTime
  • uniqueness: none
location Changes to this property will trigger replacement. string

The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
resourceType Changes to this property will trigger replacement. string

Name of the resource type of the resource--for example, Users or Groups

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
version Changes to this property will trigger replacement. string

The version of the Resource being returned. This value must be the same as the ETag HTTP response header.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
created Changes to this property will trigger replacement. str

The DateTime the Resource was added to the Service Provider

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: dateTime
  • uniqueness: none
last_modified Changes to this property will trigger replacement. str

The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: dateTime
  • uniqueness: none
location Changes to this property will trigger replacement. str

The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
resource_type Changes to this property will trigger replacement. str

Name of the resource type of the resource--for example, Users or Groups

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
version Changes to this property will trigger replacement. str

The version of the Resource being returned. This value must be the same as the ETag HTTP response header.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
created Changes to this property will trigger replacement. String

The DateTime the Resource was added to the Service Provider

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: dateTime
  • uniqueness: none
lastModified Changes to this property will trigger replacement. String

The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: dateTime
  • uniqueness: none
location Changes to this property will trigger replacement. String

The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
resourceType Changes to this property will trigger replacement. String

Name of the resource type of the resource--for example, Users or Groups

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
version Changes to this property will trigger replacement. String

The version of the Resource being returned. This value must be the same as the ETag HTTP response header.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

DomainsMyOauth2clientCredentialScope
, DomainsMyOauth2clientCredentialScopeArgs

Audience
This property is required.
Changes to this property will trigger replacement.
string

Audience

SCIM++ Properties:

  • caseExact: false
  • type: string
  • mutability: readWrite
  • required: true
  • returned: default
Scope
This property is required.
Changes to this property will trigger replacement.
string

Scope

SCIM++ Properties:

  • caseExact: false
  • idcsScimCompliant: false
  • type: string
  • mutability: readWrite
  • multiValued: false
  • required: true
  • returned: default
Audience
This property is required.
Changes to this property will trigger replacement.
string

Audience

SCIM++ Properties:

  • caseExact: false
  • type: string
  • mutability: readWrite
  • required: true
  • returned: default
Scope
This property is required.
Changes to this property will trigger replacement.
string

Scope

SCIM++ Properties:

  • caseExact: false
  • idcsScimCompliant: false
  • type: string
  • mutability: readWrite
  • multiValued: false
  • required: true
  • returned: default
audience
This property is required.
Changes to this property will trigger replacement.
String

Audience

SCIM++ Properties:

  • caseExact: false
  • type: string
  • mutability: readWrite
  • required: true
  • returned: default
scope
This property is required.
Changes to this property will trigger replacement.
String

Scope

SCIM++ Properties:

  • caseExact: false
  • idcsScimCompliant: false
  • type: string
  • mutability: readWrite
  • multiValued: false
  • required: true
  • returned: default
audience
This property is required.
Changes to this property will trigger replacement.
string

Audience

SCIM++ Properties:

  • caseExact: false
  • type: string
  • mutability: readWrite
  • required: true
  • returned: default
scope
This property is required.
Changes to this property will trigger replacement.
string

Scope

SCIM++ Properties:

  • caseExact: false
  • idcsScimCompliant: false
  • type: string
  • mutability: readWrite
  • multiValued: false
  • required: true
  • returned: default
audience
This property is required.
Changes to this property will trigger replacement.
str

Audience

SCIM++ Properties:

  • caseExact: false
  • type: string
  • mutability: readWrite
  • required: true
  • returned: default
scope
This property is required.
Changes to this property will trigger replacement.
str

Scope

SCIM++ Properties:

  • caseExact: false
  • idcsScimCompliant: false
  • type: string
  • mutability: readWrite
  • multiValued: false
  • required: true
  • returned: default
audience
This property is required.
Changes to this property will trigger replacement.
String

Audience

SCIM++ Properties:

  • caseExact: false
  • type: string
  • mutability: readWrite
  • required: true
  • returned: default
scope
This property is required.
Changes to this property will trigger replacement.
String

Scope

SCIM++ Properties:

  • caseExact: false
  • idcsScimCompliant: false
  • type: string
  • mutability: readWrite
  • multiValued: false
  • required: true
  • returned: default

DomainsMyOauth2clientCredentialTag
, DomainsMyOauth2clientCredentialTagArgs

Key
This property is required.
Changes to this property will trigger replacement.
string

Key or name of the tag.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
Value
This property is required.
Changes to this property will trigger replacement.
string

Value of the tag.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
Key
This property is required.
Changes to this property will trigger replacement.
string

Key or name of the tag.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
Value
This property is required.
Changes to this property will trigger replacement.
string

Value of the tag.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
key
This property is required.
Changes to this property will trigger replacement.
String

Key or name of the tag.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
value
This property is required.
Changes to this property will trigger replacement.
String

Value of the tag.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
key
This property is required.
Changes to this property will trigger replacement.
string

Key or name of the tag.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
value
This property is required.
Changes to this property will trigger replacement.
string

Value of the tag.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
key
This property is required.
Changes to this property will trigger replacement.
str

Key or name of the tag.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
value
This property is required.
Changes to this property will trigger replacement.
str

Value of the tag.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
key
This property is required.
Changes to this property will trigger replacement.
String

Key or name of the tag.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
value
This property is required.
Changes to this property will trigger replacement.
String

Value of the tag.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none

DomainsMyOauth2clientCredentialUser
, DomainsMyOauth2clientCredentialUserArgs

Display string

(Updatable) The user's display name.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Name string

(Updatable) The username.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Ocid Changes to this property will trigger replacement. string

The user's OCID.

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: always
  • type: string
  • uniqueness: none
Ref string

(Updatable) The URI that corresponds to the user linked to this credential.

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: reference
  • uniqueness: none
Value Changes to this property will trigger replacement. string

The user's ID.

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: always
  • type: string
  • uniqueness: none

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

Display string

(Updatable) The user's display name.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Name string

(Updatable) The username.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Ocid Changes to this property will trigger replacement. string

The user's OCID.

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: always
  • type: string
  • uniqueness: none
Ref string

(Updatable) The URI that corresponds to the user linked to this credential.

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: reference
  • uniqueness: none
Value Changes to this property will trigger replacement. string

The user's ID.

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: always
  • type: string
  • uniqueness: none

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

display String

(Updatable) The user's display name.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
name String

(Updatable) The username.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
ocid Changes to this property will trigger replacement. String

The user's OCID.

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: always
  • type: string
  • uniqueness: none
ref String

(Updatable) The URI that corresponds to the user linked to this credential.

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: reference
  • uniqueness: none
value Changes to this property will trigger replacement. String

The user's ID.

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: always
  • type: string
  • uniqueness: none

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

display string

(Updatable) The user's display name.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
name string

(Updatable) The username.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
ocid Changes to this property will trigger replacement. string

The user's OCID.

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: always
  • type: string
  • uniqueness: none
ref string

(Updatable) The URI that corresponds to the user linked to this credential.

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: reference
  • uniqueness: none
value Changes to this property will trigger replacement. string

The user's ID.

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: always
  • type: string
  • uniqueness: none

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

display str

(Updatable) The user's display name.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
name str

(Updatable) The username.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
ocid Changes to this property will trigger replacement. str

The user's OCID.

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: always
  • type: string
  • uniqueness: none
ref str

(Updatable) The URI that corresponds to the user linked to this credential.

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: reference
  • uniqueness: none
value Changes to this property will trigger replacement. str

The user's ID.

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: always
  • type: string
  • uniqueness: none

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

display String

(Updatable) The user's display name.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
name String

(Updatable) The username.

SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
ocid Changes to this property will trigger replacement. String

The user's OCID.

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: always
  • type: string
  • uniqueness: none
ref String

(Updatable) The URI that corresponds to the user linked to this credential.

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: reference
  • uniqueness: none
value Changes to this property will trigger replacement. String

The user's ID.

SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: always
  • type: string
  • uniqueness: none

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

Import

MyOAuth2ClientCredentials can be imported using the id, e.g.

$ pulumi import oci:Identity/domainsMyOauth2clientCredential:DomainsMyOauth2clientCredential test_my_oauth2client_credential "idcsEndpoint/{idcsEndpoint}/myOAuth2ClientCredentials/{myOAuth2ClientCredentialId}"
Copy

To learn more about importing existing cloud resources, see Importing resources.

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes
This Pulumi package is based on the oci Terraform Provider.