Root Schema : Settings-ListResponse
Type: object
The SCIM protocol defines a standard set of query parameters that can be used to filter, sort, and paginate to return zero or more resources in a query response. Queries MAY be made against a single resource or a resource type endpoint (e.g., /Users), or the service provider Base URI.
Show Source
-
itemsPerPage(required):
integer
The number of resources returned in a list response page. REQUIRED when partial results returned due to pagination.
-
Resources(required):
array Resources
A multi-valued list of complex objects containing the requested resources. This MAY be a subset of the full set of resources if pagination is requested. REQUIRED if "totalResults" is non-zero.
-
schemas(required):
array schemas
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. 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. REQUIRED.
-
startIndex(required):
integer
The 1-based index of the first result in the current set of list results. REQUIRED when partial results returned due to pagination.
-
totalResults(required):
integer
The total number of results returned by the list or query operation. The value may be larger than the number of resources returned such as when returning a single page of results where multiple pages are available. REQUIRED.
{
"type":"object",
"description":"The SCIM protocol defines a standard set of query parameters that can be used to filter, sort, and paginate to return zero or more resources in a query response. Queries MAY be made against a single resource or a resource type endpoint (e.g., /Users), or the service provider Base URI.",
"required":[
"schemas",
"totalResults",
"Resources",
"startIndex",
"itemsPerPage"
],
"properties":{
"schemas":{
"type":"array",
"enum":[
"urn:ietf:params:scim:api:messages:2.0:ListResponse"
],
"items":{
"type":"string"
},
"description":"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. 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. REQUIRED."
},
"totalResults":{
"type":"integer",
"description":"The total number of results returned by the list or query operation. The value may be larger than the number of resources returned such as when returning a single page of results where multiple pages are available. REQUIRED."
},
"Resources":{
"type":"array",
"items":{
"$ref":"#/definitions/Settings"
},
"description":"A multi-valued list of complex objects containing the requested resources. This MAY be a subset of the full set of resources if pagination is requested. REQUIRED if \"totalResults\" is non-zero."
},
"startIndex":{
"type":"integer",
"description":"The 1-based index of the first result in the current set of list results. REQUIRED when partial results returned due to pagination."
},
"itemsPerPage":{
"type":"integer",
"description":"The number of resources returned in a list response page. REQUIRED when partial results returned due to pagination."
}
}
}
Nested Schema : Resources
Type: array
A multi-valued list of complex objects containing the requested resources. This MAY be a subset of the full set of resources if pagination is requested. REQUIRED if "totalResults" is non-zero.
Show Source
{
"type":"array",
"items":{
"$ref":"#/definitions/Settings"
},
"description":"A multi-valued list of complex objects containing the requested resources. This MAY be a subset of the full set of resources if pagination is requested. REQUIRED if \"totalResults\" is non-zero."
}
Nested Schema : schemas
Type: array
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. 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. REQUIRED.
Allowed Values: [
"urn:ietf:params:scim:api:messages:2.0:ListResponse"
]
Show Source
{
"type":"array",
"enum":[
"urn:ietf:params:scim:api:messages:2.0:ListResponse"
],
"items":{
"type":"string"
},
"description":"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. 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. REQUIRED."
}
Nested Schema : Settings
Type: object
Settings schema
Show Source
-
accountAlwaysTrustScope:
boolean
Added In: 18.1.6
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
Indicates whether all the Apps in this customer tenancy should trust each other. A value of true overrides the 'defaultTrustScope' attribute here in Settings, as well as any App-specific 'trustScope' attribute, to force in effect 'trustScope=Account' for every App in this customer tenancy.
-
allowedDomains:
array allowedDomains
SCIM++ Properties:- caseExact: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
One or more email domains allowed in a user's email field. If unassigned, any domain is allowed.
-
allowedForgotPasswordFlowReturnUrls:
array allowedForgotPasswordFlowReturnUrls
Added In: 19.3.3
SCIM++ Properties:- type: string
- multiValued: true
- required: false
- mutability: readWrite
- returned: default
- uniqueness: none
- caseExact: false
If specified, indicates the set of Urls which can be returned to after successful forgot password flow
-
allowedNotificationRedirectUrls:
array allowedNotificationRedirectUrls
Added In: 2009041201
SCIM++ Properties:- type: string
- multiValued: true
- required: false
- mutability: readWrite
- returned: default
- uniqueness: none
- caseExact: false
If specified, indicates the set of allowed notification redirect Urls which can be specified as the value of \"notificationRedirectUrl\" in the POST .../admin/v1/MePasswordResetRequestor request payload, which will then be included in the reset password email notification sent to a user as part of the forgot password / password reset flow.
-
auditEventRetentionPeriod:
integer
Allowed Values: [
"30",
"60",
"90"
]
Added In: 19.2.1
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
Audit Event retention period. If set, overrides default of 30 days after which Audit Events will be purged
-
certificateValidation:
object certificateValidation
Added In: 2010242156
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
Certificate Validation Config
-
cloudAccountName:
string
Deprecated Since: 2011192329SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
The attribute to store the cloud account name
-
cloudGateCorsSettings:
object cloudGateCorsSettings
-
cloudMigrationCustomUrl:
string
Added In: 2012271618
SCIM++ Properties:- type: string
- multiValued: false
- required: false
- mutability: readWrite
- returned: default
- uniqueness: none
- caseExact: false
If specified, indicates the custom SIM Migrator Url which can be used while SIM to Oracle Identity Cloud Service CloudAccount Migration.
-
cloudMigrationUrlEnabled:
boolean
Added In: 2012271618
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
CloudAccountMigration: Enable Custom SIM Migrator Url.
-
companyNames:
array companyNames
SCIM++ Properties:- idcsCompositeKey: [locale]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
Name of the company in different locales
-
compartmentOcid:
string
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
OCI Compartment Id (ocid) in which the resource lives.
-
contactEmails:
array contactEmails
-
csrAccess(required):
string
Allowed Values: [
"readOnly",
"readWrite",
"none"
]
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
This value indicates whether Customer Service Representatives can login and have readOnly or readWrite access. A value of 'none' means CSR cannot login to the services.
-
customBranding:
boolean
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
Indicates if the branding is default or custom
-
customCssLocation:
string
Added In: 20.1.3
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Storage URL location where the sanitized custom css is located
-
customHtmlLocation:
string
Added In: 20.1.3
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Storage URL location where the sanitized custom html is located
-
customTranslation:
string
Added In: 20.1.3
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Custom translations (JSON String)
-
defaultCompanyNames:
array defaultCompanyNames
Added In: 18.2.2
SCIM++ Properties:- idcsCompositeKey: [locale]
- multiValued: true
- mutability: readOnly
- required: false
- returned: default
- type: complex
Default name of the Company in different locales
-
defaultImages:
array defaultImages
Added In: 18.2.2
SCIM++ Properties:- idcsCompositeKey: [type]
- multiValued: true
- mutability: readOnly
- required: false
- returned: default
- type: complex
References to various images
-
defaultLoginTexts:
array defaultLoginTexts
Added In: 18.2.2
SCIM++ Properties:- idcsCompositeKey: [locale]
- multiValued: true
- mutability: readOnly
- required: false
- returned: default
- type: complex
Default Login text in different locales
-
defaultTrustScope:
string
Allowed Values: [
"Explicit",
"Account",
"Tags"
]
Deprecated Since: 18.3.6SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
Indicates the default trust scope for all apps
-
deleteInProgress:
boolean
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
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.
-
diagnosticLevel:
integer
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
The level of diagnostic logging that is currently in effect. A level of 0 (zero) indicates that diagnostic logging is disabled. A level of 1 (one) indicates that diagnostic logging is enabled.
-
diagnosticRecordForSearchIdentifiesReturnedResources:
boolean
Added In: 2011192329
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
Controls whether DiagnosticRecords for external search-operations (against SCIM resource-types in the Admin service) identify returned resources. If true, indicates that for each successful external search-operation at least one DiagnosticRecord will include at least one identifier for each matching resource that is returned in that search-response. If false, no DiagnosticRecord should be expected to identify returned resources for a search-operation. The default value is false.
-
diagnosticTracingUpto:
string
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
The end time up to which diagnostic recording is switched on
-
domainOcid:
string
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
OCI Domain Id (ocid) in which the resource lives.
-
enableTermsOfUse:
boolean
Added In: 18.2.4
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
Indicates if Terms of Use is enabled in UI
-
externalId:
string
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.
-
id:
string
SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: global
Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
-
idcsCreatedBy(required):
object idcsCreatedBy
SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
The User or App who created the Resource
-
idcsLastModifiedBy:
object idcsLastModifiedBy
SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
The User or App who modified the Resource
-
idcsLastUpgradedInRelease:
string
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
The release number when the resource was upgraded.
-
idcsPreventedOperations:
array idcsPreventedOperations
SCIM++ Properties:- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
-
images:
array images
SCIM++ Properties:- idcsCompositeKey: [type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
References to various images
-
isHostedPage:
boolean
Added In: 20.1.3
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
Indicates if 'hosted' option was selected
-
issuer:
string
Added In: 20.1.3
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Tenant issuer.
-
locale:
string
Maximum Length: 50
SCIM++ Properties:- caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(locale)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.
-
loginTexts:
array loginTexts
SCIM++ Properties:- idcsCompositeKey: [locale]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
Login text in different locales
-
maxNoOfAppCMVAToReturn:
integer
Added In: 2111112015
SCIM++ Properties:- idcsMinValue: 0
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
Limit the maximum return of CMVA for an App
-
maxNoOfAppRoleMembersToReturn:
integer
Added In: 2111112015
SCIM++ Properties:- idcsMinValue: 0
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
Limit the maximum return of members for an AppRole
-
meta:
object meta
-
migrationStatus:
string
Maximum Length: 200
Added In: 19.2.1
SCIM++ Properties:- caseExact: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Database Migration Status
-
ocid:
string
Maximum Length: 255
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: global
Unique OCI identifier for the SCIM Resource.
-
onPremisesProvisioning:
boolean
Added In: 19.2.1
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
On-Premises provisioning feature toggle.
-
preferredLanguage:
string
Maximum Length: 50
SCIM++ Properties:- caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "languages" and attrValues.value eq "$(preferredLanguage)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Preferred written or spoken language used for localized user interfaces
-
prevIssuer:
string
Added In: 20.1.3
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: request
- type: string
- uniqueness: none
Previous Tenant issuer. This is an Oracle Identity Cloud Service internal attribute which is not meant to be directly modified by ID Admin. Even if the request body (Settings) contains this attribute, the actual value will be set according to the Oracle Identity Cloud Service internal logic rather than solely based on the value provided in the request payload.
-
privacyPolicyUrl:
string
Added In: 18.2.4
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Privacy Policy URL
-
purgeConfigs:
array purgeConfigs
Deprecated Since: 19.1.6SCIM++ Properties:- idcsCompositeKey: [resourceName]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
Purge Configs for different Resource Types
-
reAuthFactor:
array reAuthFactor
Added In: 20.1.3
SCIM++ Properties:- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
If reAuthWhenChangingMyAuthenticationFactors is true (default), this attribute specifies which re-authentication factor to use. Allowed value is \"password\".
-
reAuthWhenChangingMyAuthenticationFactors:
boolean
Added In: 20.1.3
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
Specifies whether re-authentication is required or not when a user changes one of their security factors such as password or email. Default is true to ensure more secure behavior.
-
schemas(required):
array schemas
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
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.
-
serviceAdminCannotListOtherUsers:
boolean
Added In: 2108190438
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
By default, a service admin can list all users in stripe. If true, a service admin cannot list other users.
-
signingCertPublicAccess:
boolean
Added In: 17.3.4
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
Indicates if access on SigningCert is allowed to public or not
-
subMappingAttr:
string
Added In: 20.1.3
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Subject mapping user profile attribute. The input format should be SCIM compliant. This attribute should be of type String and multivalued to false.
-
tags:
array tags
-
tenancyOcid:
string
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
OCI Tenant Id (ocid) in which the resource lives.
-
tenantCustomClaims:
array tenantCustomClaims
Added In: 18.4.2
SCIM++ Properties:- idcsCompositeKey: [name]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
Custom claims associated with the specific tenant
-
termsOfUseUrl:
string
Added In: 18.2.4
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Terms of Use URL
-
timezone:
string
Maximum Length: 50
SCIM++ Properties:- caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "timezones" and attrValues.value eq "$(timezone)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
User's timezone
{
"type":"object",
"description":"Settings schema",
"required":[
"schemas",
"idcsCreatedBy",
"csrAccess"
],
"properties":{
"id":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: always</li><li>type: string</li><li>uniqueness: global</li></ul>Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier."
},
"ocid":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: immutable</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: global</li></ul>Unique OCI identifier for the SCIM Resource.",
"maxLength":255
},
"schemas":{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>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."
},
"meta":{
"type":"object",
"properties":{
"resourceType":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Name of the resource type of the resource--for example, Users or Groups"
},
"created":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: dateTime</li><li>uniqueness: none</li></ul>The DateTime the Resource was added to the Service Provider"
},
"lastModified":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: dateTime</li><li>uniqueness: none</li></ul>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."
},
"location":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header."
},
"version":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The version of the Resource being returned. This value must be the same as the ETag HTTP response header."
}
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]</li><li>type: complex</li></ul>A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL."
},
"idcsCreatedBy":{
"type":"object",
"properties":{
"value":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The ID of the SCIM resource that represents the User or App who created this Resource"
},
"$ref":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>The URI of the SCIM resource that represents the User or App who created this Resource"
},
"type":{
"type":"string",
"enum":[
"User",
"App"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The type of resource, User or App, that created this Resource"
},
"display":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The displayName of the User or App who created this Resource"
},
"ocid":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The OCID of the SCIM resource that represents the User or App who created this Resource"
}
},
"required":[
"value"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: true</li><li>returned: default</li><li>type: complex</li></ul>The User or App who created the Resource"
},
"idcsLastModifiedBy":{
"type":"object",
"properties":{
"value":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The ID of the SCIM resource that represents the User or App who modified this Resource"
},
"$ref":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>The URI of the SCIM resource that represents the User or App who modified this Resource"
},
"type":{
"type":"string",
"enum":[
"User",
"App"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The type of resource, User or App, that modified this Resource"
},
"display":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The displayName of the User or App who modified this Resource"
},
"ocid":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The OCID of the SCIM resource that represents the User or App who modified this Resource"
}
},
"required":[
"value"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: complex</li></ul>The User or App who modified the Resource"
},
"idcsPreventedOperations":{
"type":"array",
"items":{
"type":"string"
},
"enum":[
"replace",
"update",
"delete"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: string</li><li>uniqueness: none</li></ul>Each value of this attribute specifies an operation that only an internal client may perform on this particular resource."
},
"tags":{
"type":"array",
"items":{
"$ref":"#/definitions/tags"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [key, value]</li><li>idcsSearchable: true</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: complex</li><li>uniqueness: none</li></ul>A list of tags on this resource."
},
"deleteInProgress":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>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."
},
"idcsLastUpgradedInRelease":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: string</li><li>uniqueness: none</li></ul>The release number when the resource was upgraded."
},
"domainOcid":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>OCI Domain Id (ocid) in which the resource lives."
},
"compartmentOcid":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>OCI Compartment Id (ocid) in which the resource lives."
},
"tenancyOcid":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>OCI Tenant Id (ocid) in which the resource lives."
},
"externalId":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant."
},
"contactEmails":{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Contact emails used to notify tenants. Can be one or more user or group alias emails."
},
"customBranding":{
"type":"boolean",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li></ul>Indicates if the branding is default or custom"
},
"preferredLanguage":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCanonicalValueSourceFilter: attrName eq \"languages\" and attrValues.value eq \"$(preferredLanguage)\"</li><li>idcsCanonicalValueSourceResourceType: AllowedValue</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Preferred written or spoken language used for localized user interfaces",
"maxLength":50
},
"timezone":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCanonicalValueSourceFilter: attrName eq \"timezones\" and attrValues.value eq \"$(timezone)\"</li><li>idcsCanonicalValueSourceResourceType: AllowedValue</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>User's timezone",
"maxLength":50
},
"diagnosticRecordForSearchIdentifiesReturnedResources":{
"type":"boolean",
"description":"<b>Added In:</b> 2011192329<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Controls whether DiagnosticRecords for external search-operations (against SCIM resource-types in the Admin service) identify returned resources. If true, indicates that for each successful external search-operation at least one DiagnosticRecord will include at least one identifier for each matching resource that is returned in that search-response. If false, no DiagnosticRecord should be expected to identify returned resources for a search-operation. The default value is false."
},
"reAuthWhenChangingMyAuthenticationFactors":{
"type":"boolean",
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Specifies whether re-authentication is required or not when a user changes one of their security factors such as password or email. Default is true to ensure more secure behavior."
},
"reAuthFactor":{
"type":"array",
"items":{
"type":"string"
},
"enum":[
"password"
],
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li></ul>If reAuthWhenChangingMyAuthenticationFactors is true (default), this attribute specifies which re-authentication factor to use. Allowed value is \\\"password\\\"."
},
"locale":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsCanonicalValueSourceFilter: attrName eq \"locales\" and attrValues.value eq \"$(locale)\"</li><li>idcsCanonicalValueSourceResourceType: AllowedValue</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.",
"maxLength":50
},
"csrAccess":{
"type":"string",
"enum":[
"readOnly",
"readWrite",
"none"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li></ul>This value indicates whether Customer Service Representatives can login and have readOnly or readWrite access. A value of 'none' means CSR cannot login to the services."
},
"signingCertPublicAccess":{
"type":"boolean",
"description":"<b>Added In:</b> 17.3.4<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li></ul>Indicates if access on SigningCert is allowed to public or not"
},
"subMappingAttr":{
"type":"string",
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Subject mapping user profile attribute. The input format should be SCIM compliant. This attribute should be of type String and multivalued to false. "
},
"accountAlwaysTrustScope":{
"type":"boolean",
"description":"<b>Added In:</b> 18.1.6<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li></ul>Indicates whether all the Apps in this customer tenancy should trust each other. A value of true overrides the 'defaultTrustScope' attribute here in Settings, as well as any App-specific 'trustScope' attribute, to force in effect 'trustScope=Account' for every App in this customer tenancy."
},
"defaultTrustScope":{
"type":"string",
"enum":[
"Explicit",
"Account",
"Tags"
],
"description":"<b><font color=\"red\">Deprecated Since: 18.3.6</font></b><br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li></ul>Indicates the default trust scope for all apps "
},
"issuer":{
"type":"string",
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Tenant issuer."
},
"prevIssuer":{
"type":"string",
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: request</li><li>type: string</li><li>uniqueness: none</li></ul>Previous Tenant issuer. This is an Oracle Identity Cloud Service internal attribute which is not meant to be directly modified by ID Admin. Even if the request body (Settings) contains this attribute, the actual value will be set according to the Oracle Identity Cloud Service internal logic rather than solely based on the value provided in the request payload."
},
"diagnosticLevel":{
"type":"integer",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: integer</li><li>uniqueness: none</li></ul>The level of diagnostic logging that is currently in effect. A level of 0 (zero) indicates that diagnostic logging is disabled. A level of 1 (one) indicates that diagnostic logging is enabled."
},
"diagnosticTracingUpto":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: dateTime</li><li>uniqueness: none</li></ul>The end time up to which diagnostic recording is switched on"
},
"allowedDomains":{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>One or more email domains allowed in a user's email field. If unassigned, any domain is allowed."
},
"enableTermsOfUse":{
"type":"boolean",
"description":"<b>Added In:</b> 18.2.4<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Indicates if Terms of Use is enabled in UI"
},
"termsOfUseUrl":{
"type":"string",
"description":"<b>Added In:</b> 18.2.4<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Terms of Use URL"
},
"privacyPolicyUrl":{
"type":"string",
"description":"<b>Added In:</b> 18.2.4<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Privacy Policy URL"
},
"migrationStatus":{
"type":"string",
"description":"<b>Added In:</b> 19.2.1<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Database Migration Status",
"maxLength":200
},
"onPremisesProvisioning":{
"type":"boolean",
"description":"<b>Added In:</b> 19.2.1<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>On-Premises provisioning feature toggle."
},
"allowedForgotPasswordFlowReturnUrls":{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>Added In:</b> 19.3.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>type: string</li><li>multiValued: true</li><li>required: false</li><li>mutability: readWrite</li><li>returned: default</li><li>uniqueness: none</li><li>caseExact: false</li></ul>If specified, indicates the set of Urls which can be returned to after successful forgot password flow"
},
"allowedNotificationRedirectUrls":{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>Added In:</b> 2009041201<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>type: string</li><li>multiValued: true</li><li>required: false</li><li>mutability: readWrite</li><li>returned: default</li><li>uniqueness: none</li><li>caseExact: false</li></ul>If specified, indicates the set of allowed notification redirect Urls which can be specified as the value of \\\"notificationRedirectUrl\\\" in the POST .../admin/v1/MePasswordResetRequestor request payload, which will then be included in the reset password email notification sent to a user as part of the forgot password / password reset flow."
},
"auditEventRetentionPeriod":{
"type":"integer",
"enum":[
"30",
"60",
"90"
],
"description":"<b>Added In:</b> 19.2.1<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: integer</li></ul>Audit Event retention period. If set, overrides default of 30 days after which Audit Events will be purged"
},
"isHostedPage":{
"type":"boolean",
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Indicates if 'hosted' option was selected"
},
"customHtmlLocation":{
"type":"string",
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Storage URL location where the sanitized custom html is located"
},
"customCssLocation":{
"type":"string",
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Storage URL location where the sanitized custom css is located"
},
"customTranslation":{
"type":"string",
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Custom translations (JSON String)"
},
"cloudAccountName":{
"type":"string",
"description":"<b><font color=\"red\">Deprecated Since: 2011192329</font></b><br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The attribute to store the cloud account name"
},
"cloudMigrationUrlEnabled":{
"type":"boolean",
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>CloudAccountMigration: Enable Custom SIM Migrator Url."
},
"cloudMigrationCustomUrl":{
"type":"string",
"description":"<b>Added In:</b> 2012271618<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>type: string</li><li>multiValued: false</li><li>required: false</li><li>mutability: readWrite</li><li>returned: default</li><li>uniqueness: none</li><li>caseExact: false</li></ul>If specified, indicates the custom SIM Migrator Url which can be used while SIM to Oracle Identity Cloud Service CloudAccount Migration."
},
"serviceAdminCannotListOtherUsers":{
"type":"boolean",
"description":"<b>Added In:</b> 2108190438<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li></ul>By default, a service admin can list all users in stripe. If true, a service admin cannot list other users."
},
"maxNoOfAppRoleMembersToReturn":{
"type":"integer",
"description":"<b>Added In:</b> 2111112015<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsMinValue: 0</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: integer</li><li>uniqueness: none</li></ul>Limit the maximum return of members for an AppRole"
},
"maxNoOfAppCMVAToReturn":{
"type":"integer",
"description":"<b>Added In:</b> 2111112015<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsMinValue: 0</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: integer</li><li>uniqueness: none</li></ul>Limit the maximum return of CMVA for an App"
},
"cloudGateCorsSettings":{
"type":"object",
"properties":{
"cloudGateCorsAllowNullOrigin":{
"type":"boolean",
"description":"<b>Added In:</b> 2011192329<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Allow Null Origin (CORS) for this tenant."
},
"cloudGateCorsEnabled":{
"type":"boolean",
"description":"<b>Added In:</b> 2011192329<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Enable Cloud Gate Cross-Origin Resource Sharing (CORS) for this tenant."
},
"cloudGateCorsAllowedOrigins":{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>Added In:</b> 2011192329<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Cloud Gate Allowed Cross-Origin Resource Sharing (CORS) Origins for this tenant."
},
"cloudGateCorsMaxAge":{
"type":"integer",
"description":"<b>Added In:</b> 2205182039<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: integer</li><li>uniqueness: none</li></ul>Maximum number of seconds a CORS Pre-flight Response may be cached by client."
},
"cloudGateCorsExposedHeaders":{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>Added In:</b> 2205182039<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>List of Response Headers Cloud Gate is allowed to expose in the CORS Response Header: Access-Control-Expose-Headers."
}
},
"description":"<b>Added In:</b> 2011192329<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>A complex attribute that specifies the Cloud Gate cross origin resource sharing settings."
},
"certificateValidation":{
"type":"object",
"properties":{
"crlEnabled":{
"type":"boolean",
"description":"<b>Added In:</b> 2010242156<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>CRL is enabled Configuration"
},
"crlCheckOnOCSPFailureEnabled":{
"type":"boolean",
"description":"<b>Added In:</b> 2010242156<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Use CRL as Fallback."
},
"crlLocation":{
"type":"string",
"description":"<b>Added In:</b> 2010242156<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>CRL Location."
},
"crlRefreshInterval":{
"type":"integer",
"description":"<b>Added In:</b> 2010242156<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: integer</li><li>uniqueness: none</li></ul>The CRL refresh interval in minutes"
},
"ocspEnabled":{
"type":"boolean",
"description":"<b>Added In:</b> 2010242156<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>OCSP is enabled Configuration"
},
"ocspUnknownResponseStatusAllowed":{
"type":"boolean",
"description":"<b>Added In:</b> 2010242156<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>OCSP Accept unknown response status from ocsp responder."
},
"ocspResponderURL":{
"type":"string",
"description":"<b>Added In:</b> 2010242156<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>OCSP Responder URL"
},
"ocspSettingsResponderURLPreferred":{
"type":"boolean",
"description":"<b>Added In:</b> 2010242156<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>This setting says, OCSP Responder URL present in the issued certificate must be used. Otherwise, OCSP Responder URL from IDP or Settings."
},
"ocspTimeoutDuration":{
"type":"integer",
"description":"<b>Added In:</b> 2010242156<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsMaxValue: 10</li><li>idcsMinValue: 1</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: integer</li><li>uniqueness: none</li></ul>The OCSP Timeout duration in minutes"
},
"ocspSigningCertificateAlias":{
"type":"string",
"description":"<b>Added In:</b> 2010242156<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>OCSP Signing Certificate Alias"
}
},
"description":"<b>Added In:</b> 2010242156<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>Certificate Validation Config"
},
"tenantCustomClaims":{
"type":"array",
"items":{
"$ref":"#/definitions/tenantCustomClaims"
},
"description":"<b>Added In:</b> 18.4.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [name]</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>Custom claims associated with the specific tenant"
},
"purgeConfigs":{
"type":"array",
"items":{
"$ref":"#/definitions/purgeConfigs"
},
"description":"<b><font color=\"red\">Deprecated Since: 19.1.6</font></b><br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [resourceName]</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li></ul>Purge Configs for different Resource Types"
},
"defaultCompanyNames":{
"type":"array",
"items":{
"$ref":"#/definitions/defaultCompanyNames"
},
"description":"<b>Added In:</b> 18.2.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [locale]</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: complex</li></ul>Default name of the Company in different locales"
},
"defaultLoginTexts":{
"type":"array",
"items":{
"$ref":"#/definitions/defaultLoginTexts"
},
"description":"<b>Added In:</b> 18.2.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [locale]</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: complex</li></ul>Default Login text in different locales"
},
"defaultImages":{
"type":"array",
"items":{
"$ref":"#/definitions/defaultImages"
},
"description":"<b>Added In:</b> 18.2.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [type]</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: complex</li></ul>References to various images"
},
"companyNames":{
"type":"array",
"items":{
"$ref":"#/definitions/companyNames"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [locale]</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li></ul>Name of the company in different locales"
},
"loginTexts":{
"type":"array",
"items":{
"$ref":"#/definitions/loginTexts"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [locale]</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li></ul>Login text in different locales"
},
"images":{
"type":"array",
"items":{
"$ref":"#/definitions/images"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [type]</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li></ul>References to various images"
}
}
}
Nested Schema : allowedDomains
Type: array
SCIM++ Properties:- caseExact: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
One or more email domains allowed in a user's email field. If unassigned, any domain is allowed.
Show Source
{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>One or more email domains allowed in a user's email field. If unassigned, any domain is allowed."
}
Nested Schema : allowedForgotPasswordFlowReturnUrls
Type: array
Added In: 19.3.3
SCIM++ Properties:- type: string
- multiValued: true
- required: false
- mutability: readWrite
- returned: default
- uniqueness: none
- caseExact: false
If specified, indicates the set of Urls which can be returned to after successful forgot password flow
Show Source
{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>Added In:</b> 19.3.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>type: string</li><li>multiValued: true</li><li>required: false</li><li>mutability: readWrite</li><li>returned: default</li><li>uniqueness: none</li><li>caseExact: false</li></ul>If specified, indicates the set of Urls which can be returned to after successful forgot password flow"
}
Nested Schema : allowedNotificationRedirectUrls
Type: array
Added In: 2009041201
SCIM++ Properties:- type: string
- multiValued: true
- required: false
- mutability: readWrite
- returned: default
- uniqueness: none
- caseExact: false
If specified, indicates the set of allowed notification redirect Urls which can be specified as the value of \"notificationRedirectUrl\" in the POST .../admin/v1/MePasswordResetRequestor request payload, which will then be included in the reset password email notification sent to a user as part of the forgot password / password reset flow.
Show Source
{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>Added In:</b> 2009041201<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>type: string</li><li>multiValued: true</li><li>required: false</li><li>mutability: readWrite</li><li>returned: default</li><li>uniqueness: none</li><li>caseExact: false</li></ul>If specified, indicates the set of allowed notification redirect Urls which can be specified as the value of \\\"notificationRedirectUrl\\\" in the POST .../admin/v1/MePasswordResetRequestor request payload, which will then be included in the reset password email notification sent to a user as part of the forgot password / password reset flow."
}
Nested Schema : certificateValidation
Type: object
Added In: 2010242156
SCIM++ Properties:- caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
Certificate Validation Config
Show Source
-
crlCheckOnOCSPFailureEnabled:
boolean
Added In: 2010242156
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
Use CRL as Fallback.
-
crlEnabled:
boolean
Added In: 2010242156
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
CRL is enabled Configuration
-
crlLocation:
string
Added In: 2010242156
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
CRL Location.
-
crlRefreshInterval:
integer
Added In: 2010242156
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
The CRL refresh interval in minutes
-
ocspEnabled:
boolean
Added In: 2010242156
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
OCSP is enabled Configuration
-
ocspResponderURL:
string
Added In: 2010242156
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
OCSP Responder URL
-
ocspSettingsResponderURLPreferred:
boolean
Added In: 2010242156
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
This setting says, OCSP Responder URL present in the issued certificate must be used. Otherwise, OCSP Responder URL from IDP or Settings.
-
ocspSigningCertificateAlias:
string
Added In: 2010242156
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
OCSP Signing Certificate Alias
-
ocspTimeoutDuration:
integer
Added In: 2010242156
SCIM++ Properties:- idcsMaxValue: 10
- idcsMinValue: 1
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
The OCSP Timeout duration in minutes
-
ocspUnknownResponseStatusAllowed:
boolean
Added In: 2010242156
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
OCSP Accept unknown response status from ocsp responder.
{
"type":"object",
"properties":{
"crlEnabled":{
"type":"boolean",
"description":"<b>Added In:</b> 2010242156<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>CRL is enabled Configuration"
},
"crlCheckOnOCSPFailureEnabled":{
"type":"boolean",
"description":"<b>Added In:</b> 2010242156<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Use CRL as Fallback."
},
"crlLocation":{
"type":"string",
"description":"<b>Added In:</b> 2010242156<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>CRL Location."
},
"crlRefreshInterval":{
"type":"integer",
"description":"<b>Added In:</b> 2010242156<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: integer</li><li>uniqueness: none</li></ul>The CRL refresh interval in minutes"
},
"ocspEnabled":{
"type":"boolean",
"description":"<b>Added In:</b> 2010242156<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>OCSP is enabled Configuration"
},
"ocspUnknownResponseStatusAllowed":{
"type":"boolean",
"description":"<b>Added In:</b> 2010242156<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>OCSP Accept unknown response status from ocsp responder."
},
"ocspResponderURL":{
"type":"string",
"description":"<b>Added In:</b> 2010242156<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>OCSP Responder URL"
},
"ocspSettingsResponderURLPreferred":{
"type":"boolean",
"description":"<b>Added In:</b> 2010242156<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>This setting says, OCSP Responder URL present in the issued certificate must be used. Otherwise, OCSP Responder URL from IDP or Settings."
},
"ocspTimeoutDuration":{
"type":"integer",
"description":"<b>Added In:</b> 2010242156<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsMaxValue: 10</li><li>idcsMinValue: 1</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: integer</li><li>uniqueness: none</li></ul>The OCSP Timeout duration in minutes"
},
"ocspSigningCertificateAlias":{
"type":"string",
"description":"<b>Added In:</b> 2010242156<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>OCSP Signing Certificate Alias"
}
},
"description":"<b>Added In:</b> 2010242156<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>Certificate Validation Config"
}
Nested Schema : companyNames
Type: array
SCIM++ Properties:- idcsCompositeKey: [locale]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
Name of the company in different locales
Show Source
{
"type":"array",
"items":{
"$ref":"#/definitions/companyNames"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [locale]</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li></ul>Name of the company in different locales"
}
Nested Schema : defaultCompanyNames
Type: array
Added In: 18.2.2
SCIM++ Properties:- idcsCompositeKey: [locale]
- multiValued: true
- mutability: readOnly
- required: false
- returned: default
- type: complex
Default name of the Company in different locales
Show Source
{
"type":"array",
"items":{
"$ref":"#/definitions/defaultCompanyNames"
},
"description":"<b>Added In:</b> 18.2.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [locale]</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: complex</li></ul>Default name of the Company in different locales"
}
Nested Schema : defaultImages
Type: array
Added In: 18.2.2
SCIM++ Properties:- idcsCompositeKey: [type]
- multiValued: true
- mutability: readOnly
- required: false
- returned: default
- type: complex
References to various images
Show Source
{
"type":"array",
"items":{
"$ref":"#/definitions/defaultImages"
},
"description":"<b>Added In:</b> 18.2.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [type]</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: complex</li></ul>References to various images"
}
Nested Schema : defaultLoginTexts
Type: array
Added In: 18.2.2
SCIM++ Properties:- idcsCompositeKey: [locale]
- multiValued: true
- mutability: readOnly
- required: false
- returned: default
- type: complex
Default Login text in different locales
Show Source
{
"type":"array",
"items":{
"$ref":"#/definitions/defaultLoginTexts"
},
"description":"<b>Added In:</b> 18.2.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [locale]</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: complex</li></ul>Default Login text in different locales"
}
Nested Schema : idcsCreatedBy
Type: object
SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
The User or App who created the Resource
Show Source
-
$ref:
string
SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
The URI of the SCIM resource that represents the User or App who created this Resource
-
display:
string
SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
The displayName of the User or App who created this Resource
-
ocid:
string
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
The OCID of the SCIM resource that represents the User or App who created this Resource
-
type:
string
Allowed Values: [
"User",
"App"
]
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
The type of resource, User or App, that created this Resource
-
value(required):
string
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
The ID of the SCIM resource that represents the User or App who created this Resource
{
"type":"object",
"properties":{
"value":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The ID of the SCIM resource that represents the User or App who created this Resource"
},
"$ref":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>The URI of the SCIM resource that represents the User or App who created this Resource"
},
"type":{
"type":"string",
"enum":[
"User",
"App"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The type of resource, User or App, that created this Resource"
},
"display":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The displayName of the User or App who created this Resource"
},
"ocid":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The OCID of the SCIM resource that represents the User or App who created this Resource"
}
},
"required":[
"value"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: true</li><li>returned: default</li><li>type: complex</li></ul>The User or App who created the Resource"
}
Nested Schema : idcsLastModifiedBy
Type: object
SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
The User or App who modified the Resource
Show Source
-
$ref:
string
SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
The URI of the SCIM resource that represents the User or App who modified this Resource
-
display:
string
SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
The displayName of the User or App who modified this Resource
-
ocid:
string
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
The OCID of the SCIM resource that represents the User or App who modified this Resource
-
type:
string
Allowed Values: [
"User",
"App"
]
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
The type of resource, User or App, that modified this Resource
-
value(required):
string
SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
The ID of the SCIM resource that represents the User or App who modified this Resource
{
"type":"object",
"properties":{
"value":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The ID of the SCIM resource that represents the User or App who modified this Resource"
},
"$ref":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: reference</li><li>uniqueness: none</li></ul>The URI of the SCIM resource that represents the User or App who modified this Resource"
},
"type":{
"type":"string",
"enum":[
"User",
"App"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The type of resource, User or App, that modified this Resource"
},
"display":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: false</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The displayName of the User or App who modified this Resource"
},
"ocid":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: true</li><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>The OCID of the SCIM resource that represents the User or App who modified this Resource"
}
},
"required":[
"value"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: true</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: complex</li></ul>The User or App who modified the Resource"
}
Nested Schema : idcsPreventedOperations
Type: array
SCIM++ Properties:- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
Allowed Values: [
"replace",
"update",
"delete"
]
Show Source
{
"type":"array",
"items":{
"type":"string"
},
"enum":[
"replace",
"update",
"delete"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsSearchable: false</li><li>multiValued: true</li><li>mutability: readOnly</li><li>required: false</li><li>returned: request</li><li>type: string</li><li>uniqueness: none</li></ul>Each value of this attribute specifies an operation that only an internal client may perform on this particular resource."
}
Nested Schema : images
Type: array
SCIM++ Properties:- idcsCompositeKey: [type]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
References to various images
Show Source
{
"type":"array",
"items":{
"$ref":"#/definitions/images"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [type]</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li></ul>References to various images"
}
Nested Schema : loginTexts
Type: array
SCIM++ Properties:- idcsCompositeKey: [locale]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
Login text in different locales
Show Source
{
"type":"array",
"items":{
"$ref":"#/definitions/loginTexts"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [locale]</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li></ul>Login text in different locales"
}
Nested Schema : purgeConfigs
Type: array
Deprecated Since: 19.1.6SCIM++ Properties:- idcsCompositeKey: [resourceName]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
Purge Configs for different Resource Types
Show Source
{
"type":"array",
"items":{
"$ref":"#/definitions/purgeConfigs"
},
"description":"<b><font color=\"red\">Deprecated Since: 19.1.6</font></b><br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [resourceName]</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li></ul>Purge Configs for different Resource Types"
}
Nested Schema : reAuthFactor
Type: array
Added In: 20.1.3
SCIM++ Properties:- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
If reAuthWhenChangingMyAuthenticationFactors is true (default), this attribute specifies which re-authentication factor to use. Allowed value is \"password\".
Allowed Values: [
"password"
]
Show Source
{
"type":"array",
"items":{
"type":"string"
},
"enum":[
"password"
],
"description":"<b>Added In:</b> 20.1.3<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li></ul>If reAuthWhenChangingMyAuthenticationFactors is true (default), this attribute specifies which re-authentication factor to use. Allowed value is \\\"password\\\"."
}
Nested Schema : schemas
Type: array
SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
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.
Show Source
{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>SCIM++ Properties:</b><br/><ul><li>caseExact: false</li><li>idcsSearchable: false</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>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."
}
Nested Schema : tenantCustomClaims
Type: array
Added In: 18.4.2
SCIM++ Properties:- idcsCompositeKey: [name]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
Custom claims associated with the specific tenant
Show Source
{
"type":"array",
"items":{
"$ref":"#/definitions/tenantCustomClaims"
},
"description":"<b>Added In:</b> 18.4.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCompositeKey: [name]</li><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: complex</li><li>uniqueness: none</li></ul>Custom claims associated with the specific tenant"
}
Nested Schema : companyNames
Type: object
Name of the company in different locales
Show Source
-
locale(required):
string
SCIM++ Properties:- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(companyNames.locale)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
Locale
-
value(required):
string
Maximum Length: 50
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
Company name
{
"type":"object",
"description":"Name of the company in different locales",
"required":[
"value",
"locale"
],
"properties":{
"value":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li></ul>Company name",
"maxLength":50
},
"locale":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCanonicalValueSourceFilter: attrName eq \"locales\" and attrValues.value eq \"$(companyNames.locale)\"</li><li>idcsCanonicalValueSourceResourceType: AllowedValue</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li></ul>Locale"
}
}
}
Nested Schema : defaultCompanyNames
Type: object
Default name of the Company in different locales
Show Source
-
locale(required):
string
Added In: 18.2.2
SCIM++ Properties:- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(companyNames.locale)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
Locale
-
value(required):
string
Maximum Length: 50
Added In: 18.2.2
SCIM++ Properties:- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
Company name
{
"type":"object",
"description":"Default name of the Company in different locales",
"required":[
"value",
"locale"
],
"properties":{
"value":{
"type":"string",
"description":"<b>Added In:</b> 18.2.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readOnly</li><li>required: true</li><li>returned: default</li><li>type: string</li></ul>Company name",
"maxLength":50
},
"locale":{
"type":"string",
"description":"<b>Added In:</b> 18.2.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCanonicalValueSourceFilter: attrName eq \"locales\" and attrValues.value eq \"$(companyNames.locale)\"</li><li>idcsCanonicalValueSourceResourceType: AllowedValue</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: true</li><li>returned: default</li><li>type: string</li></ul>Locale"
}
}
}
Nested Schema : defaultImages
Type: object
References to various images
Show Source
-
display:
string
Added In: 18.2.2
SCIM++ Properties:- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
A human-readable name, primarily used for display purposes
-
type(required):
string
Allowed Values: [
"desktop logo",
"mobile logo",
"desktop portal header",
"mobile portal header",
"email header",
"email footer",
"self registration profile header logo",
"self registration profile footer logo"
]
Added In: 18.2.2
SCIM++ Properties:- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
Indicates the image type
-
value(required):
string
Added In: 18.2.2
SCIM++ Properties:- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: reference
Image URI
{
"type":"object",
"description":"References to various images",
"required":[
"value",
"type"
],
"properties":{
"value":{
"type":"string",
"description":"<b>Added In:</b> 18.2.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readOnly</li><li>required: true</li><li>returned: default</li><li>type: reference</li></ul>Image URI"
},
"type":{
"type":"string",
"enum":[
"desktop logo",
"mobile logo",
"desktop portal header",
"mobile portal header",
"email header",
"email footer",
"self registration profile header logo",
"self registration profile footer logo"
],
"description":"<b>Added In:</b> 18.2.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readOnly</li><li>required: true</li><li>returned: default</li><li>type: string</li></ul>Indicates the image type"
},
"display":{
"type":"string",
"description":"<b>Added In:</b> 18.2.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readOnly</li><li>required: false</li><li>returned: default</li><li>type: string</li></ul>A human-readable name, primarily used for display purposes"
}
}
}
Nested Schema : defaultLoginTexts
Type: object
Default Login text in different locales
Show Source
-
locale(required):
string
Added In: 18.2.2
SCIM++ Properties:- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
Locale
-
value(required):
string
Maximum Length: 250
Added In: 18.2.2
SCIM++ Properties:- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- idcsSanitize: true
Login text
{
"type":"object",
"description":"Default Login text in different locales",
"required":[
"value",
"locale"
],
"properties":{
"value":{
"type":"string",
"description":"<b>Added In:</b> 18.2.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readOnly</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>idcsSanitize: true</li></ul>Login text",
"maxLength":250
},
"locale":{
"type":"string",
"description":"<b>Added In:</b> 18.2.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>idcsCanonicalValueSourceFilter: attrName eq \"locales\" and attrValues.value eq \"$(loginTexts.locale)\"</li><li>idcsCanonicalValueSourceResourceType: AllowedValue</li><li>multiValued: false</li><li>mutability: readOnly</li><li>required: true</li><li>returned: default</li><li>type: string</li></ul>Locale"
}
}
}
Nested Schema : images
Type: object
References to various images
Show Source
-
display:
string
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
A human-readable name, primarily used for display purposes
-
type(required):
string
Allowed Values: [
"desktop logo",
"mobile logo",
"desktop portal header",
"mobile portal header",
"email header",
"email footer",
"self registration profile header logo",
"self registration profile footer logo",
"sign in background image"
]
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
Indicates the image type
-
value(required):
string
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: reference
Image URI
{
"type":"object",
"description":"References to various images",
"required":[
"value",
"type"
],
"properties":{
"value":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: reference</li></ul>Image URI"
},
"type":{
"type":"string",
"enum":[
"desktop logo",
"mobile logo",
"desktop portal header",
"mobile portal header",
"email header",
"email footer",
"self registration profile header logo",
"self registration profile footer logo",
"sign in background image"
],
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li></ul>Indicates the image type"
},
"display":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li></ul>A human-readable name, primarily used for display purposes"
}
}
}
Nested Schema : loginTexts
Type: object
Login text in different locales
Show Source
-
locale(required):
string
SCIM++ Properties:- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(loginTexts.locale)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
Locale
-
value(required):
string
Maximum Length: 250
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- idcsSanitize: true
- type: string
Login text
{
"type":"object",
"description":"Login text in different locales",
"required":[
"value",
"locale"
],
"properties":{
"value":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>idcsSanitize: true</li><li>type: string</li></ul>Login text",
"maxLength":250
},
"locale":{
"type":"string",
"description":"<b>SCIM++ Properties:</b><br/><ul><li>idcsCanonicalValueSourceFilter: attrName eq \"locales\" and attrValues.value eq \"$(loginTexts.locale)\"</li><li>idcsCanonicalValueSourceResourceType: AllowedValue</li><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li></ul>Locale"
}
}
}
Nested Schema : purgeConfigs
Type: object
Purge Configs for different Resource Types
Show Source
-
resourceName(required):
string
Deprecated Since: 19.1.6SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
Resource Name
-
retentionPeriod(required):
integer
Allowed Values: [
"30",
"60",
"90"
]
Deprecated Since: 19.1.6SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
Retention Period
{
"type":"object",
"description":"Purge Configs for different Resource Types",
"required":[
"resourceName",
"retentionPeriod"
],
"properties":{
"resourceName":{
"type":"string",
"description":"<b><font color=\"red\">Deprecated Since: 19.1.6</font></b><br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li></ul>Resource Name"
},
"retentionPeriod":{
"type":"integer",
"enum":[
"30",
"60",
"90"
],
"description":"<b><font color=\"red\">Deprecated Since: 19.1.6</font></b><br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: integer</li></ul>Retention Period"
}
}
}
Nested Schema : tenantCustomClaims
Type: object
Custom claims associated with the specific tenant
Show Source
-
allScopes(required):
boolean
Added In: 18.4.2
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
Indicates if the custom claim is associated with all scopes
-
expression(required):
boolean
Added In: 18.4.2
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
Indicates if the custom claim is an expression
-
mode(required):
string
Allowed Values: [
"always",
"request",
"never"
]
Added In: 18.4.2
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Indicates under what scenario the custom claim will be return
-
name(required):
string
Maximum Length: 100
Added In: 18.4.2
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: server
Custom claim name
-
scopes:
array scopes
Added In: 18.4.2
SCIM++ Properties:- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Scopes associated with a specific custom claim
-
tokenType(required):
string
Allowed Values: [
"AT",
"IT",
"BOTH"
]
Added In: 18.4.2
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Indicates what type of token the custom claim will be embedded
-
value(required):
string
Maximum Length: 100
Added In: 18.4.2
SCIM++ Properties:- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Custom claim value
{
"type":"object",
"description":"Custom claims associated with the specific tenant",
"required":[
"name",
"value",
"mode",
"expression",
"allScopes",
"tokenType"
],
"properties":{
"name":{
"type":"string",
"description":"<b>Added In:</b> 18.4.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: server</li></ul>Custom claim name",
"maxLength":100
},
"value":{
"type":"string",
"description":"<b>Added In:</b> 18.4.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Custom claim value",
"maxLength":100
},
"mode":{
"type":"string",
"enum":[
"always",
"request",
"never"
],
"description":"<b>Added In:</b> 18.4.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Indicates under what scenario the custom claim will be return"
},
"expression":{
"type":"boolean",
"description":"<b>Added In:</b> 18.4.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Indicates if the custom claim is an expression"
},
"allScopes":{
"type":"boolean",
"description":"<b>Added In:</b> 18.4.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: boolean</li><li>uniqueness: none</li></ul>Indicates if the custom claim is associated with all scopes"
},
"tokenType":{
"type":"string",
"enum":[
"AT",
"IT",
"BOTH"
],
"description":"<b>Added In:</b> 18.4.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: false</li><li>mutability: readWrite</li><li>required: true</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Indicates what type of token the custom claim will be embedded"
},
"scopes":{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>Added In:</b> 18.4.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Scopes associated with a specific custom claim"
}
}
}
Nested Schema : scopes
Type: array
Added In: 18.4.2
SCIM++ Properties:- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Scopes associated with a specific custom claim
Show Source
{
"type":"array",
"items":{
"type":"string"
},
"description":"<b>Added In:</b> 18.4.2<br/><br/><b>SCIM++ Properties:</b><br/><ul><li>multiValued: true</li><li>mutability: readWrite</li><li>required: false</li><li>returned: default</li><li>type: string</li><li>uniqueness: none</li></ul>Scopes associated with a specific custom claim"
}