Create an App
/admin/v1/Apps
Request
- application/scim+json
- application/json
- 
                        attributeSets(optional): string
                        
                        A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If "attributes" query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.Allowed Values:[ "all", "always", "never", "request", "default" ]
- 
                        attributes(optional): string
                        
                        A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- 
                        Authorization: string
                        
                        The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- 
                        Content-Type: string
                        
                        Media Type
- 
                        RESOURCE_TYPE_SCHEMA_VERSION(optional): string
                        
                        An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
Before you specify an attribute-value in a request to create a resource, please check the 'mutability' property of that attribute in the resource-type schema below. Clicking on an attribute-row will expand that row to show the SCIM++ Properties of that attribute.
- Your request to create, update or replace a resource may specify in its payload a value for any attribute that is defined as mutability:readWrite or mutability:writeOnly or mutability:immutable:- The SCIM APIs to create a resource will ignore silently any value that you specify for an attribute that is defined as mutability:readOnly.
- The SCIM APIs to update or replace a resource will fail with an error 400 Bad Request if you specify a value for an attribute that is defined as mutability:readOnly.
- Similarly, the SCIM APIs to update or replace a resource will fail with an error 400 Bad Request if you specify any value for an attribute that is defined as mutability:immutable and that already has a value in the specified resource.
 
Also, before you use the query-parameter attributes to request specific attributes, please check the 'returned' property of that attribute in the resource-type schema below:
- Your request to read a resource (or to search a resource-type) can specify as the value of attributes any attributes that are defined as returned:default or returned:request or returned:always:
- If you request a specific set of attributes, the SCIM APIs to read a resource (or to search a resource-type) will return in each resource the set of attributes that you requested, as well as any attribute that is defined as returned:always.
- If you do not request a specific set of attributes, the SCIM APIs to read a resource (or to search a resource-type) will return in each resource the the set of attributes defined as returned:default, as well as any attribute that is defined as returned:always.
- The SCIM APIs to read a resource (or to search a resource-type) will ignore silently any request to return an attribute that is defined as returned:never.
object- 
            accessTokenExpiry(optional): 
            integer
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
 
- 
            accounts(optional): 
            array  accounts
            
            SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
 
- 
            active(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            adminRoles(optional): 
            array  adminRoles
            
            SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
 
- 
            aliasApps(optional): 
            array  aliasApps
            
            SCIM++ Properties:- caseExact: true
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- 
            allowAccessControl(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            allowedGrants(optional): 
            array  allowedGrants
            
            SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            allowedOperations(optional): 
            array  allowedOperations
            
            SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            allowedScopes(optional): 
            array  allowedScopes
            
            SCIM++ Properties:- caseExact: true
- idcsCompositeKey: [fqs]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- 
            allowedTags(optional): 
            array  allowedTags
            
            Added In: 17.4.6
 SCIM++ Properties:- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- 
            allowOffline(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            allUrlSchemesAllowed(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            appIcon(optional): 
            string
            Minimum Length:1Maximum Length:75000SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: request
- type: string
- uniqueness: none
 
- 
            appSignonPolicy(optional): 
            object  appSignonPolicy
            
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- 
            appsNetworkPerimeters(optional): 
            array  appsNetworkPerimeters
            
            Added In: 2010242156
 SCIM++ Properties:- idcsCompositeKey: [value]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- 
            appThumbnail(optional): 
            string
            Minimum Length:1Maximum Length:45000SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: request
- type: string
- uniqueness: none
 
- 
            asOPCService(optional): 
            object  asOPCService
            
            Deprecated Since: 17.3.4
 SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- 
            attrRenderingMetadata(optional): 
            array  attrRenderingMetadata
            
            SCIM++ Properties:- idcsCompositeKey: [name]
- idcsSearchable: false
- multiValued: true
- mutability: immutable
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- 
            audience(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            basedOnTemplate: 
            object  basedOnTemplate
            
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: complex
 
- 
            bypassConsent(optional): 
            boolean
            Added In: 19.2.1
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            callbackServiceUrl(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            certificates(optional): 
            array  certificates
            
            SCIM++ Properties:- caseExact: false
- idcsCompositeKey: [certAlias]
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- 
            clientIPChecking(optional): 
            string
            Maximum Length:40Allowed Values:[ "anywhere", "whitelisted" ]Added In: 2010242156
 SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            clientSecret(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- idcsSensitive: none
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            clientType(optional): 
            string
            Allowed Values:[ "confidential", "public", "trusted" ]SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            cloudControlProperties(optional): 
            array  cloudControlProperties
            
            Added In: 18.4.2
 SCIM++ Properties:- idcsCompositeKey: [name]
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
 
- 
            compartmentOcid(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            contactEmailAddress(optional): 
            string
            Minimum Length:1Maximum Length:4000Added In: 19.2.1
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            deleteInProgress(optional): 
            boolean
            SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            description(optional): 
            string
            Minimum Length:1Maximum Length:250SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            displayName: 
            string
            Minimum Length:1Maximum Length:250SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: server
 
- 
            domainOcid(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            editableAttributes(optional): 
            array  editableAttributes
            
            Added In: 18.2.6
 SCIM++ Properties:- caseExact: false
- idcsCompositeKey: [name]
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
 
- 
            errorPageUrl(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            grantedAppRoles(optional): 
            array  grantedAppRoles
            
            SCIM++ Properties:- caseExact: true
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- 
            grants(optional): 
            array  grants
            
            SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
 
- 
            homePageUrl(optional): 
            string
            Minimum Length:1Maximum Length:4000Added In: 19.2.1
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            icon(optional): 
            string
            Minimum Length:1Maximum Length:200SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            id(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: global
 
- 
            idcsCreatedBy: 
            object  idcsCreatedBy
            
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
 
- 
            idcsLastModifiedBy(optional): 
            object  idcsLastModifiedBy
            
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
 
- 
            idcsLastUpgradedInRelease(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- 
            idcsPreventedOperations(optional): 
            array  idcsPreventedOperations
            
            SCIM++ Properties:- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- 
            identityProviders(optional): 
            array  identityProviders
            
            SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
 
- 
            idpPolicy(optional): 
            object  idpPolicy
            
            Added In: 18.1.2
 SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- 
            idTokenEncAlgo(optional): 
            string
            Minimum Length:1Maximum Length:250Added In: 2010242156
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            infrastructure(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            isAliasApp(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: always
- type: boolean
- uniqueness: none
 
- 
            isDatabaseService(optional): 
            boolean
            Added In: 18.2.2
 SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- type: boolean
 
- 
            isEnterpriseApp(optional): 
            boolean
            Added In: 19.2.1
 SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            isFormFill(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            isKerberosRealm(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            isLoginTarget(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            isManagedApp(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            isMobileTarget(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            isOAuthClient(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            isOAuthResource(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            isObligationCapable(optional): 
            boolean
            SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            isOPCService(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            isRadiusApp(optional): 
            boolean
            Added In: 20.1.3
 SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            isSamlServiceProvider(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            isUnmanagedApp(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            isWebTierPolicy(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            landingPageUrl(optional): 
            string
            Minimum Length:1Maximum Length:4000SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            linkingCallbackUrl(optional): 
            string
            Added In: 18.2.4
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            loginMechanism(optional): 
            string
            Allowed Values:[ "OIDC", "SAML", "FORMFILL", "RADIUS" ]SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            loginPageUrl(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            logoutPageUrl(optional): 
            string
            Added In: 17.4.2
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            logoutUri(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            meta(optional): 
            object  meta
            
            SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
 
- 
            meterAsOPCService(optional): 
            boolean
            Added In: 18.4.2
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: boolean
- uniqueness: none
 
- 
            migrated(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            name(optional): 
            string
            Minimum Length:2Maximum Length:100SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: server
 
- 
            ocid(optional): 
            string
            Maximum Length:255SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: global
 
- 
            postLogoutRedirectUris(optional): 
            array  postLogoutRedirectUris
            
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            privacyPolicyUrl(optional): 
            string
            Minimum Length:1Maximum Length:4000Added In: 19.2.1
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            productLogoUrl(optional): 
            string
            Minimum Length:1Maximum Length:4000Added In: 19.2.1
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            productName(optional): 
            string
            Minimum Length:1Maximum Length:4000Added In: 19.2.1
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            protectableSecondaryAudiences(optional): 
            array  protectableSecondaryAudiences
            
            Added In: 18.2.2
 SCIM++ Properties:- caseExact: false
- idcsCompositeKey: [value]
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- 
            readyToUpgrade(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            redirectUris(optional): 
            array  redirectUris
            
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            refreshTokenExpiry(optional): 
            integer
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
 
- 
            samlServiceProvider(optional): 
            object  samlServiceProvider
            
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- 
            schemas: 
            array  schemas
            
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- 
            scopes(optional): 
            array  scopes
            
            SCIM++ Properties:- caseExact: true
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- 
            secondaryAudiences(optional): 
            array  secondaryAudiences
            
            Deprecated Since: 18.2.6
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            serviceParams(optional): 
            array  serviceParams
            
            SCIM++ Properties:- idcsCompositeKey: [name]
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: always
- type: complex
- uniqueness: none
 
- 
            serviceTypeURN(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            serviceTypeVersion(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            showInMyApps(optional): 
            boolean
            Added In: 18.1.2
 SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            signonPolicy(optional): 
            object  signonPolicy
            
            Deprecated Since: 17.3.4
 SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- 
            tags(optional): 
            array  tags
            
            SCIM++ Properties:- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
 
- 
            tenancyOcid(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            termsOfServiceUrl(optional): 
            string
            Minimum Length:1Maximum Length:4000Added In: 19.2.1
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            termsOfUse(optional): 
            object  termsOfUse
            
            Added In: 18.2.6
 SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- 
            trustPolicies(optional): 
            array  trustPolicies
            
            SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- 
            trustScope(optional): 
            string
            Allowed Values:[ "Explicit", "Account", "Tags", "Default" ]Added In: 17.4.2
 SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            urn:ietf:params:scim:schemas:oracle:idcs:extension:dbcs:App(optional): 
            object  urn:ietf:params:scim:schemas:oracle:idcs:extension:dbcs:App
            
            This extension provides attributes for database service facet of an App
- 
            urn:ietf:params:scim:schemas:oracle:idcs:extension:enterpriseApp:App(optional): 
            object  urn:ietf:params:scim:schemas:oracle:idcs:extension:enterpriseApp:App
            
            This extension defines the Enterprise App related attributes.
- 
            urn:ietf:params:scim:schemas:oracle:idcs:extension:formFillApp:App(optional): 
            object  urn:ietf:params:scim:schemas:oracle:idcs:extension:formFillApp:App
            
            This extension provides attributes for Form-Fill facet of App
- 
            urn:ietf:params:scim:schemas:oracle:idcs:extension:formFillAppTemplate:AppTemplate(optional): 
            object  urn:ietf:params:scim:schemas:oracle:idcs:extension:formFillAppTemplate:AppTemplate
            
            This extension provides attributes for Form-Fill facet of AppTemplate
- 
            urn:ietf:params:scim:schemas:oracle:idcs:extension:kerberosRealm:App(optional): 
            object  urn:ietf:params:scim:schemas:oracle:idcs:extension:kerberosRealm:App
            
            Kerberos Realm
- 
            urn:ietf:params:scim:schemas:oracle:idcs:extension:managedapp:App(optional): 
            object  urn:ietf:params:scim:schemas:oracle:idcs:extension:managedapp:App
            
            Managed App
- 
            urn:ietf:params:scim:schemas:oracle:idcs:extension:OCITags(optional): 
            object  urn:ietf:params:scim:schemas:oracle:idcs:extension:OCITags
            
            OCI Tags.
- 
            urn:ietf:params:scim:schemas:oracle:idcs:extension:opcService:App(optional): 
            object  urn:ietf:params:scim:schemas:oracle:idcs:extension:opcService:App
            
            This extension defines attributes specific to Apps that represent instances of an Oracle Public Cloud (OPC) service.
- 
            urn:ietf:params:scim:schemas:oracle:idcs:extension:radiusApp:App(optional): 
            object  urn:ietf:params:scim:schemas:oracle:idcs:extension:radiusApp:App
            
            This extension defines attributes specific to Apps that represent instances of Radius App.
- 
            urn:ietf:params:scim:schemas:oracle:idcs:extension:requestable:App(optional): 
            object  urn:ietf:params:scim:schemas:oracle:idcs:extension:requestable:App
            
            Requestable App
- 
            urn:ietf:params:scim:schemas:oracle:idcs:extension:samlServiceProvider:App(optional): 
            object  urn:ietf:params:scim:schemas:oracle:idcs:extension:samlServiceProvider:App
            
            This extension defines attributes related to the Service Providers configuration.
- 
            urn:ietf:params:scim:schemas:oracle:idcs:extension:webTierPolicy:App(optional): 
            object  urn:ietf:params:scim:schemas:oracle:idcs:extension:webTierPolicy:App
            
            WebTier Policy
- 
            userRoles(optional): 
            array  userRoles
            
            SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
 
array- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
- 
            Array of: 
                object  accounts
            
            Accounts of App
array- idcsCompositeKey: [value]
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- 
            Array of: 
                object  adminRoles
            
            A list of AppRoles defined by this UnmanagedApp. Membership in each of these AppRoles confers administrative privilege within this App.
array- caseExact: true
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            Array of: 
                object  aliasApps
            
            Each value of this internal attribute refers to an Oracle Public Cloud infrastructure App on which this App depends.
array- caseExact: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
[
    "authorization_code",
    "client_credentials",
    "password",
    "refresh_token",
    "implicit",
    "tls_client_auth",
    "urn:ietf:params:oauth:grant-type:jwt-bearer",
    "urn:ietf:params:oauth:grant-type:saml2-bearer",
    "urn:ietf:params:oauth:grant-type:device_code"
]array- caseExact: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
[
    "introspect",
    "onBehalfOfUser"
]array- caseExact: true
- idcsCompositeKey: [fqs]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            Array of: 
                object  allowedScopes
            
            A list of scopes (exposed by this App or by other Apps) that this App is allowed to access when it acts as an OAuthClient.
arraySCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            Array of: 
                object  allowedTags
            
            A list of tags, acting as an OAuthClient, this App is allowed to access.
object- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- 
            $ref(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            value: 
            string
            Minimum Length:1Maximum Length:40SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
arraySCIM++ Properties:
- idcsCompositeKey: [value]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- 
            Array of: 
                object  appsNetworkPerimeters
            
            Network Perimeter
objectSCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- 
            $ref(optional): 
            string
            Deprecated Since: 17.3.4
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            value: 
            string
            Minimum Length:1Maximum Length:40Deprecated Since: 17.3.4
 SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
array- idcsCompositeKey: [name]
- idcsSearchable: false
- multiValued: true
- mutability: immutable
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            Array of: 
                object  attrRenderingMetadata
            
            Label for the attribute to be shown in the UI.
object- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: complex
- 
            $ref(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            lastModified(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
 
- 
            value: 
            string
            Minimum Length:1Maximum Length:40SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: true
- returned: always
- type: string
- uniqueness: none
 
- 
            wellKnownId(optional): 
            string
            Added In: 18.2.6
 SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: none
 
array- caseExact: false
- idcsCompositeKey: [certAlias]
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            Array of: 
                object  certificates
            
            Each value of this attribute represent a certificate that this App uses when it acts as an OAuthClient.
arraySCIM++ Properties:
- idcsCompositeKey: [name]
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
- 
            Array of: 
                object  cloudControlProperties
            
            A collection of arbitrary properties that scope the privileges of a cloud-control App.
arraySCIM++ Properties:
- caseExact: false
- idcsCompositeKey: [name]
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
- 
            Array of: 
                object  editableAttributes
            
            App attributes editable by subject
array- caseExact: true
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            Array of: 
                object  grantedAppRoles
            
            A list of AppRoles that are granted to this App (and that are defined by other Apps). Within the Oracle Public Cloud infrastructure, this allows AppID-based association. Such an association allows this App to act as a consumer and thus to access resources of another App that acts as a producer.
array- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
- 
            Array of: 
                object  grants
            
            Grants assigned to the app
object- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
- 
            $ref(optional): 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            display(optional): 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            ocid(optional): 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
 
- 
            type(optional): 
            string
            Allowed Values:[ "User", "App" ]SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            value: 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
object- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- 
            $ref(optional): 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            display(optional): 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            ocid(optional): 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
 
- 
            type(optional): 
            string
            Allowed Values:[ "User", "App" ]SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            value: 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
array- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
[
    "replace",
    "update",
    "delete"
]array- idcsCompositeKey: [value]
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- 
            Array of: 
                object  identityProviders
            
            A list of IdentityProvider assigned to app. A user trying to access this app will be automatically redirected to configured IdP during the authentication phase, before being able to access App.
objectSCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- 
            $ref(optional): 
            string
            Added In: 18.1.2
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            value: 
            string
            Minimum Length:1Maximum Length:40Added In: 18.1.2
 SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
object- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
- 
            created(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
 
- 
            lastModified(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
 
- 
            location(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            resourceType(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            version(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
array- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
arraySCIM++ Properties:
- caseExact: false
- idcsCompositeKey: [value]
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            Array of: 
                object  protectableSecondaryAudiences
            
            A list of secondary audiences--additional URIs to be added automatically to any OAuth token that allows access to this App. Note: This attribute is used mainly for backward compatibility in certain Oracle Public Cloud Apps.
array- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
object- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            $ref(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            value: 
            string
            Minimum Length:1Maximum Length:40SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: none
 
array- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
array- caseExact: true
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            Array of: 
                object  scopes
            
            Scopes defined by this App. Used when this App acts as an OAuth Resource.
arraySCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
array- idcsCompositeKey: [name]
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: always
- type: complex
- uniqueness: none
- 
            Array of: 
                object  serviceParams
            
            Custom attribute that is required to compute other attribute values during app creation.
objectSCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- 
            $ref(optional): 
            string
            Deprecated Since: 17.3.4
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            value: 
            string
            Minimum Length:1Maximum Length:40Deprecated Since: 17.3.4
 SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
objectSCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- 
            $ref(optional): 
            string
            Added In: 18.2.6
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            name(optional): 
            string
            Added In: 18.2.6
 SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- 
            value: 
            string
            Minimum Length:1Maximum Length:40Added In: 18.2.6
 SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
array- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- 
            Array of: 
                object  trustPolicies
            
            Trust Policies.
object- 
            domainApp(optional): 
            object  domainApp
            
            Added In: 18.2.2
 SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- 
            domainName(optional): 
            string
            Added In: 18.2.2
 SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: server
 
object- 
            allowAuthzDecisionTTL(optional): 
            integer
            Added In: 19.2.1
 SCIM++ Properties:- idcsMaxValue: 3600
- idcsMinValue: 0
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
 
- 
            allowAuthzPolicy(optional): 
            object  allowAuthzPolicy
            
            Added In: 19.2.1
 SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- 
            appResources(optional): 
            array  appResources
            
            Added In: 19.2.1
 SCIM++ Properties:- caseExact: true
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- 
            denyAuthzDecisionTTL(optional): 
            integer
            Added In: 19.2.1
 SCIM++ Properties:- idcsMaxValue: 3600
- idcsMinValue: 0
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
 
- 
            denyAuthzPolicy(optional): 
            object  denyAuthzPolicy
            
            Added In: 19.2.1
 SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
object- 
            configuration(optional): 
            string
            Minimum Length:10Maximum Length:4000SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            formCredentialSharingGroupID(optional): 
            string
            Minimum Length:5Maximum Length:200SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            formCredMethod(optional): 
            string
            Minimum Length:5Maximum Length:200Allowed Values:[ "ADMIN_SETS_CREDENTIALS", "ADMIN_SETS_SHARED_CREDENTIALS", "USER_SETS_PASSWORD_ONLY", "USER_SETS_CREDENTIALS" ]SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            formFillUrlMatch(optional): 
            array  formFillUrlMatch
            
            SCIM++ Properties:- idcsCompositeKey: [formUrl]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- 
            formType(optional): 
            string
            Minimum Length:5Maximum Length:200Allowed Values:[ "WebApplication" ]SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            revealPasswordOnForm(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            syncFromTemplate(optional): 
            boolean
            Added In: 17.4.2
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            userNameFormExpression(optional): 
            string
            Minimum Length:5Maximum Length:200Allowed Values:[ "concat($user.firstName,\".\",$user.lastName)" ]SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            userNameFormTemplate(optional): 
            string
            Minimum Length:5Maximum Length:200Allowed Values:[ "Username", "Email Address", "Custom Expression" ]SCIM++ Properties:- caseExact: false
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
object- 
            configuration(optional): 
            string
            Minimum Length:10Maximum Length:4000SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            formCredentialSharingGroupID(optional): 
            string
            Minimum Length:5Maximum Length:200SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            formCredMethod(optional): 
            string
            Minimum Length:5Maximum Length:200Allowed Values:[ "ADMIN_SETS_CREDENTIALS", "ADMIN_SETS_SHARED_CREDENTIALS", "USER_SETS_PASSWORD_ONLY", "USER_SETS_CREDENTIALS", "SSO_CREDENTIALS_AS_APP_CREDENTIALS" ]SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            formFillUrlMatch(optional): 
            array  formFillUrlMatch
            
            SCIM++ Properties:- idcsCompositeKey: [formUrl]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- 
            formType(optional): 
            string
            Minimum Length:5Maximum Length:200Allowed Values:[ "WebApplication" ]SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            revealPasswordOnForm(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            syncFromTemplate(optional): 
            boolean
            Added In: 17.4.2
 SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            userNameFormExpression(optional): 
            string
            Minimum Length:5Maximum Length:200Allowed Values:[ "concat($user.firstName,\".\",$user.lastName)" ]SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            userNameFormTemplate(optional): 
            string
            Minimum Length:5Maximum Length:200Allowed Values:[ "Username", "Email Address", "Custom Expression" ]SCIM++ Properties:- caseExact: false
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
object- 
            defaultEncryptionSaltType(optional): 
            string
            Minimum Length:1Maximum Length:100SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: request
- type: string
- uniqueness: none
 
- 
            masterKey(optional): 
            string
            Minimum Length:1Maximum Length:256SCIM++ Properties:- idcsSearchable: false
- idcsSensitive: none
- multiValued: false
- mutability: readWrite
- required: false
- returned: request
- type: string
- uniqueness: none
 
- 
            maxRenewableAge(optional): 
            integer
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: request
- type: integer
- uniqueness: none
 
- 
            maxTicketLife(optional): 
            integer
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: request
- type: integer
- uniqueness: none
 
- 
            realmName(optional): 
            string
            Minimum Length:1Maximum Length:100SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: request
- type: string
- uniqueness: none
 
- 
            supportedEncryptionSaltTypes(optional): 
            array  supportedEncryptionSaltTypes
            
            SCIM++ Properties:- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: string
- uniqueness: none
 
- 
            ticketFlags(optional): 
            integer
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: request
- type: integer
- uniqueness: none
 
object- 
            accountFormVisible(optional): 
            boolean
            Added In: 18.4.2
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            adminConsentGranted(optional): 
            boolean
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            bundleConfigurationProperties(optional): 
            array  bundleConfigurationProperties
            
            SCIM++ Properties:- idcsCompositeKey: [name]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- 
            bundlePoolConfiguration(optional): 
            object  bundlePoolConfiguration
            
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- 
            canBeAuthoritative(optional): 
            boolean
            Added In: 17.4.6
 SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            connected(optional): 
            boolean
            SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            connectorBundle(optional): 
            object  connectorBundle
            
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- 
            enableAuthSyncNewUserNotification(optional): 
            boolean
            Added In: 19.2.1
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            enableSync(optional): 
            boolean
            SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            enableSyncSummaryReportNotification(optional): 
            boolean
            Added In: 20.1.3
 SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            flatFileBundleConfigurationProperties(optional): 
            array  flatFileBundleConfigurationProperties
            
            SCIM++ Properties:- idcsCompositeKey: [name]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- 
            flatFileConnectorBundle(optional): 
            object  flatFileConnectorBundle
            
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- 
            identityBridges(optional): 
            array  identityBridges
            
            Added In: 19.1.4
 SCIM++ Properties:- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
 
- 
            isAuthoritative(optional): 
            boolean
            Added In: 17.4.6
 SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            isDirectory(optional): 
            boolean
            Added In: 19.1.4
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            isOnPremiseApp(optional): 
            boolean
            Added In: 19.1.4
 SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            isSchemaCustomizationSupported(optional): 
            boolean
            Added In: 19.1.4
 SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            isSchemaDiscoverySupported(optional): 
            boolean
            Added In: 19.1.4
 SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            isThreeLeggedOAuthEnabled(optional): 
            boolean
            SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            isTwoLeggedOAuthEnabled(optional): 
            boolean
            Added In: 18.2.6
 SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            objectClasses(optional): 
            array  objectClasses
            
            SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- 
            syncConfigLastModified(optional): 
            string
            Added In: 18.2.6
 SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: dateTime
- uniqueness: none
 
- 
            threeLeggedOAuthCredential(optional): 
            object  threeLeggedOAuthCredential
            
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- 
            threeLeggedOAuthProviderName(optional): 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
 
object- 
            definedTags(optional): 
            array  definedTags
            
            Added In: 2011192329
 SCIM++ Properties:- idcsCompositeKey: [namespace, key, value]
- type: complex
- idcsSearchable: true
- required: false
- mutability: readWrite
- multiValued: true
- returned: default
 
- 
            freeformTags(optional): 
            array  freeformTags
            
            Added In: 2011192329
 SCIM++ Properties:- idcsCompositeKey: [key, value]
- idcsSearchable: true
- type: complex
- required: false
- mutability: readWrite
- returned: default
- multiValued: true
 
- 
            tagSlug(optional): 
            object  tagSlug
            
            Added In: 2011192329
 SCIM++ Properties:- type: binary
- mutability: readOnly
- returned: request
 
object- 
            currentFederationMode(optional): 
            string
            Allowed Values:[ "None", "AppAsServiceProvider", "AppAsIdentityProvider" ]Added In: 18.2.6
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
 
- 
            currentSynchronizationMode(optional): 
            string
            Allowed Values:[ "None", "AppAsTarget", "AppAsSource" ]Added In: 18.2.6
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
 
- 
            enablingNextFedSyncModes(optional): 
            boolean
            Added In: 18.2.6
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: boolean
 
- 
            nextFederationMode(optional): 
            string
            Allowed Values:[ "None", "AppAsServiceProvider", "AppAsIdentityProvider" ]Added In: 18.2.6
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
 
- 
            nextSynchronizationMode(optional): 
            string
            Allowed Values:[ "None", "AppAsTarget", "AppAsSource" ]Added In: 18.2.6
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
 
- 
            region(optional): 
            string
            Maximum Length:40Added In: 19.1.4
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- 
            serviceInstanceIdentifier(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: server
 
object- 
            clientIP: 
            string
            Maximum Length:256Added In: 20.1.3
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
 
- 
            groupMembershipRadiusAttribute(optional): 
            string
            Maximum Length:4000Added In: 20.1.3
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
 
- 
            groupMembershipToReturn(optional): 
            array  groupMembershipToReturn
            
            Added In: 20.1.3
 SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
 
- 
            groupNameFormat(optional): 
            string
            Maximum Length:256Added In: 20.1.3
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
 
- 
            includeGroupInResponse: 
            boolean
            Added In: 20.1.3
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
 
- 
            port: 
            string
            Maximum Length:256Added In: 20.1.3
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
 
- 
            responseFormat(optional): 
            string
            Maximum Length:256Added In: 20.1.3
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
 
- 
            responseFormatDelimiter(optional): 
            string
            Maximum Length:256Added In: 20.1.3
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
 
- 
            secretKey: 
            string
            Maximum Length:4000Added In: 20.1.3
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
 
object- 
            requestable(optional): 
            boolean
            Added In: 17.3.4
 SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: request
- type: boolean
- uniqueness: none
 
object- 
            assertionConsumerUrl(optional): 
            string
            Maximum Length:256SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            encryptAssertion(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            encryptionAlgorithm(optional): 
            string
            Allowed Values:[ "3DES", "AES-128", "AES-256", "AES-192" ]SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            encryptionCertificate(optional): 
            string
            Minimum Length:1Maximum Length:100000SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            federationProtocol(optional): 
            string
            Maximum Length:40Allowed Values:[ "SAML2.0", "WS-Fed1.1" ]Added In: 18.2.6
 SCIM++ Properties:- caseExact: true
- idcsDefaultValue: SAML2.0
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            groupAssertionAttributes(optional): 
            array  groupAssertionAttributes
            
            Deprecated Since: 18.2.2
 SCIM++ Properties:- caseExact: false
- idcsCompositeKey: [name]
- idcsSearchable: false
- idcsValuePersistedInOtherAttribute: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- 
            hokAcsUrl(optional): 
            string
            Maximum Length:256Added In: 2101262133
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            hokRequired(optional): 
            boolean
            Added In: 2101262133
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            includeSigningCertInSignature(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            keyEncryptionAlgorithm(optional): 
            string
            Maximum Length:40Allowed Values:[ "RSA-v1.5", "RSA-OAEP" ]Added In: 18.4.2
 SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            logoutBinding(optional): 
            string
            Allowed Values:[ "Redirect", "Post" ]SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            logoutEnabled(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            logoutRequestUrl(optional): 
            string
            Maximum Length:256SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            logoutResponseUrl(optional): 
            string
            Maximum Length:256SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            metadata(optional): 
            string
            Maximum Length:100000SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            nameIdFormat(optional): 
            string
            Maximum Length:256SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            nameIdUserstoreAttribute(optional): 
            string
            Maximum Length:512Deprecated Since: 18.2.2
 SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- idcsValuePersistedInOtherAttribute: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            outboundAssertionAttributes(optional): 
            object  outboundAssertionAttributes
            
            Added In: 18.2.6
 SCIM++ Properties:- caseExact: false
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- 
            partnerProviderId(optional): 
            string
            Maximum Length:256SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            signatureHashAlgorithm(optional): 
            string
            Allowed Values:[ "SHA-1", "SHA-256" ]SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            signingCertificate(optional): 
            string
            Minimum Length:1Maximum Length:100000SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            signResponseOrAssertion(optional): 
            string
            Allowed Values:[ "Assertion", "Response", "AssertionAndResponse" ]SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            succinctId(optional): 
            string
            Maximum Length:100SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: server
 
- 
            tenantProviderId(optional): 
            string
            Maximum Length:256Added In: 19.2.1
 SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            userAssertionAttributes(optional): 
            array  userAssertionAttributes
            
            Deprecated Since: 18.2.2
 SCIM++ Properties:- caseExact: false
- idcsCompositeKey: [name]
- idcsSearchable: false
- idcsValuePersistedInOtherAttribute: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
object- 
            resourceRef(optional): 
            boolean
            Added In: 19.2.1
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            webTierPolicyAZControl(optional): 
            string
            Minimum Length:1Maximum Length:40Allowed Values:[ "server", "local" ]Added In: 19.2.1
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            webTierPolicyJson(optional): 
            string
            Minimum Length:1Maximum Length:100000SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: request
- type: string
- uniqueness: none
 
array- idcsCompositeKey: [value]
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- 
            Array of: 
                object  userRoles
            
            A list of AppRoles defined by this UnmanagedApp. Membership in each of these AppRoles confers end-user privilege within this App.
object- 
            $ref(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            active(optional): 
            boolean
            Added In: 17.4.6
 SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            name(optional): 
            string
            Added In: 17.4.6
 SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            ownerId(optional): 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            value(optional): 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
 
object- 
            $ref(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            description(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            display(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            value: 
            string
            Minimum Length:1Maximum Length:40SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
object- 
            $ref(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            description(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            display(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            value: 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
object- 
            fqs: 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- 
            idOfDefiningApp(optional): 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            readOnly(optional): 
            boolean
            Added In: 18.2.2
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
object- 
            key: 
            string
            Maximum Length:256Added In: 17.4.6
 SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- 
            readOnly(optional): 
            boolean
            Added In: 18.2.2
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: boolean
- uniqueness: none
 
- 
            value: 
            string
            Maximum Length:256Added In: 17.4.6
 SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
object- 
            $ref(optional): 
            string
            Added In: 2010242156
 SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            value: 
            string
            Minimum Length:1Maximum Length:40Added In: 2010242156
 SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: none
 
object- 
            datatype(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            helptext(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            label(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            maxLength(optional): 
            integer
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
 
- 
            maxSize(optional): 
            integer
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
 
- 
            minLength(optional): 
            integer
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
 
- 
            minSize(optional): 
            integer
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
 
- 
            name: 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- 
            order(optional): 
            integer
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
 
- 
            readOnly(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            regexp(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            required(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            section(optional): 
            string
            Allowed Values:[ "saml", "general" ]SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            visible(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            widget(optional): 
            string
            Allowed Values:[ "inputtext", "checkbox", "textarea" ]SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
object- 
            certAlias: 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: none
 
- 
            kid(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            sha1Thumbprint(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            x509Base64Certificate(optional): 
            object  x509Base64Certificate
            
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: binary
- uniqueness: none
 
- 
            x5t(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
object- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: binary
- uniqueness: none
object- 
            name: 
            string
            Added In: 18.4.2
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
- 
            values: 
            array  values
            
            Added In: 18.4.2
 SCIM++ Properties:- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
arraySCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
object- 
            name: 
            string
            Added In: 18.2.6
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
object- 
            $ref(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            adminRole(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            appId(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            appName(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            display(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            legacyGroupName(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            readOnly(optional): 
            boolean
            Added In: 18.2.2
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: boolean
- uniqueness: none
 
- 
            type(optional): 
            string
            Allowed Values:[ "direct", "indirect" ]SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            value: 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
object- 
            $ref(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            granteeId(optional): 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            granteeType(optional): 
            string
            Allowed Values:[ "User", "Group" ]SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            grantMechanism(optional): 
            string
            Allowed Values:[ "IMPORT_APPROLE_MEMBERS", "ADMINISTRATOR_TO_USER", "ADMINISTRATOR_TO_GROUP", "SERVICE_MANAGER_TO_USER", "ADMINISTRATOR_TO_APP", "SERVICE_MANAGER_TO_APP", "OPC_INFRA_TO_APP", "GROUP_MEMBERSHIP" ]SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 Each value of grantMechanism indicates how (or by what component) some App (or App-Entitlement) was granted. A customer or the UI should use only grantMechanism values that start with 'ADMINISTRATOR': - 'ADMINISTRATOR_TO_USER' is for a direct grant to a specific User.
- 'ADMINISTRATOR_TO_GROUP' is for a grant to a specific Group, which results in indirect grants to Users who are members of that Group.
- 'ADMINISTRATOR_TO_APP' is for a grant to a specific App. The grantee (client) App gains access to the granted (server) App.
 
- 
            value(optional): 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
object- 
            $ref(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            display(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            value: 
            string
            Minimum Length:1Maximum Length:40SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
object- 
            readOnly(optional): 
            boolean
            Added In: 18.2.2
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: boolean
- uniqueness: none
 
- 
            value: 
            string
            Added In: 18.2.2
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
object- 
            description(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            displayName(optional): 
            string
            Minimum Length:1Maximum Length:4000Added In: 19.2.1
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            fqs(optional): 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: server
 
- 
            readOnly(optional): 
            boolean
            Added In: 18.2.2
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: boolean
- uniqueness: none
 
- 
            requiresConsent(optional): 
            boolean
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            value: 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
object- 
            name: 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- 
            value(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
object- 
            $ref(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            value: 
            string
            Minimum Length:1Maximum Length:40SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
objectSCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            $ref(optional): 
            string
            Added In: 18.2.2
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            display(optional): 
            string
            Added In: 18.2.2
 SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- 
            value: 
            string
            Minimum Length:1Maximum Length:40Added In: 18.2.2
 SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
objectSCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- 
            $ref(optional): 
            string
            Added In: 19.2.1
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            value: 
            string
            Minimum Length:1Maximum Length:40Added In: 19.2.1
 SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
arraySCIM++ Properties:
- caseExact: true
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- 
            Array of: 
                object  appResources
            
            Added In: 19.2.1
 SCIM++ Properties:- caseExact: true
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
objectSCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- 
            $ref(optional): 
            string
            Added In: 19.2.1
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            value: 
            string
            Minimum Length:1Maximum Length:40Added In: 19.2.1
 SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
objectSCIM++ Properties:
- caseExact: true
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- 
            $ref(optional): 
            string
            Added In: 19.2.1
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            value: 
            string
            Minimum Length:1Maximum Length:40Added In: 19.2.1
 SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
array- idcsCompositeKey: [formUrl]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            Array of: 
                object  formFillUrlMatch
            
            SCIM++ Properties:- idcsCompositeKey: [formUrl]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
object- idcsCompositeKey: [formUrl]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            formUrl: 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- 
            formUrlMatchType(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
array- idcsCompositeKey: [formUrl]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            Array of: 
                object  formFillUrlMatch
            
            SCIM++ Properties:- idcsCompositeKey: [formUrl]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
array1100- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: string
- uniqueness: none
array- idcsCompositeKey: [name]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            Array of: 
                object  bundleConfigurationProperties
            
            SCIM++ Properties:- idcsCompositeKey: [name]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
object- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            maxIdle(optional): 
            integer
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
 
- 
            maxObjects(optional): 
            integer
            SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
 
- 
            maxWait(optional): 
            integer
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
 
- 
            minEvictableIdleTimeMillis(optional): 
            integer
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
 
- 
            minIdle(optional): 
            integer
            SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
 
object- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            $ref(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            display(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            type: 
            string
            Minimum Length:1Maximum Length:100Allowed Values:[ "ConnectorBundle", "LocalConnectorBundle" ]Added In: 20.1.3
 SCIM++ Properties:- caseExact: true
- idcsDefaultValue: ConnectorBundle
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: string
- uniqueness: none
 
- 
            value: 
            string
            Minimum Length:1Maximum Length:40SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: string
- uniqueness: none
 
- 
            wellKnownId(optional): 
            string
            Added In: 18.2.6
 SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: none
 
array- idcsCompositeKey: [name]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            Array of: 
                object  flatFileBundleConfigurationProperties
            
            SCIM++ Properties:- idcsCompositeKey: [name]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
object- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            $ref(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            display(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            value: 
            string
            Minimum Length:1Maximum Length:40SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- 
            wellKnownId(optional): 
            string
            Maximum Length:4000Added In: 19.1.4
 SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: none
 
arraySCIM++ Properties:
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
- 
            Array of: 
                object  identityBridges
            
            Added In: 19.1.4
 SCIM++ Properties:- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
 
array- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            Array of: 
                object  objectClasses
            
            SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: default
- type: complex
- uniqueness: none
 
object- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- 
            accessToken(optional): 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- idcsSensitive: encrypt
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            accessTokenExpiry(optional): 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: dateTime
- uniqueness: none
 
- 
            refreshToken(optional): 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- idcsSensitive: encrypt
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
object- idcsCompositeKey: [name]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            confidential(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            displayName(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            helpMessage(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            icfType: 
            string
            Allowed Values:[ "Long", "String", "Character", "Double", "Float", "Integer", "Boolean", "URI", "File", "GuardedByteArray", "GuardedString", "ArrayOfLong", "ArrayOfString", "ArrayOfCharacter", "ArrayOfDouble", "ArrayOfFloat", "ArrayOfInteger", "ArrayOfBoolean", "ArrayOfURI", "ArrayOfFile", "ArrayOfGuardedByteArray", "ArrayOfGuardedString" ]SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: string
- uniqueness: none
 
- 
            name: 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: string
- uniqueness: none
 
- 
            order(optional): 
            integer
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
 
- 
            required: 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: boolean
- uniqueness: none
 
- 
            value(optional): 
            array  value
            
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- idcsSensitive: encrypt
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
array- caseExact: false
- idcsSearchable: false
- idcsSensitive: encrypt
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
object- idcsCompositeKey: [name]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            confidential(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            displayName(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            helpMessage(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            icfType: 
            string
            Allowed Values:[ "Long", "String", "Character", "Double", "Float", "Integer", "Boolean", "URI", "File", "GuardedByteArray", "GuardedString", "ArrayOfLong", "ArrayOfString", "ArrayOfCharacter", "ArrayOfDouble", "ArrayOfFloat", "ArrayOfInteger", "ArrayOfBoolean", "ArrayOfURI", "ArrayOfFile", "ArrayOfGuardedByteArray", "ArrayOfGuardedString" ]SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: string
- uniqueness: none
 
- 
            name: 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: string
- uniqueness: none
 
- 
            order(optional): 
            integer
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
 
- 
            required: 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: boolean
- uniqueness: none
 
- 
            value(optional): 
            array  value
            
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- idcsSensitive: encrypt
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
array- caseExact: false
- idcsSearchable: false
- idcsSensitive: encrypt
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
objectSCIM++ Properties:
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
- 
            $ref(optional): 
            string
            Added In: 19.1.4
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            name(optional): 
            string
            Added In: 19.1.4
 SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            value(optional): 
            string
            Added In: 19.1.4
 SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
 
object- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            $ref(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            display(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            isAccountObjectClass(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            resourceType(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            type: 
            string
            Allowed Values:[ "AccountObjectClass", "ManagedObjectClass" ]Added In: 18.1.6
 SCIM++ Properties:- caseExact: true
- idcsDefaultValue: AccountObjectClass
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: string
- uniqueness: none
 
- 
            value: 
            string
            Minimum Length:1Maximum Length:40SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: string
- uniqueness: none
 
arraySCIM++ Properties:
- idcsCompositeKey: [namespace, key, value]
- type: complex
- idcsSearchable: true
- required: false
- mutability: readWrite
- multiValued: true
- returned: default
- 
            Array of: 
                object  definedTags
            
            Added In: 2011192329
 SCIM++ Properties:- idcsCompositeKey: [namespace, key, value]
- type: complex
- idcsSearchable: true
- required: false
- mutability: readWrite
- multiValued: true
- returned: default
 
arraySCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- type: complex
- required: false
- mutability: readWrite
- returned: default
- multiValued: true
- 
            Array of: 
                object  freeformTags
            
            Added In: 2011192329
 SCIM++ Properties:- idcsCompositeKey: [key, value]
- idcsSearchable: true
- type: complex
- required: false
- mutability: readWrite
- returned: default
- multiValued: true
 
object4001SCIM++ Properties:
- type: binary
- mutability: readOnly
- returned: request
objectSCIM++ Properties:
- idcsCompositeKey: [namespace, key, value]
- type: complex
- idcsSearchable: true
- required: false
- mutability: readWrite
- multiValued: true
- returned: default
- 
            key: 
            string
            Maximum Length:100Added In: 2011192329
 SCIM++ Properties:- caseExact: false
- type: string
- required: true
- mutability: readWrite
- returned: default
- idcsSearchable: true
- uniqueness: none
 
- 
            namespace: 
            string
            Maximum Length:100Added In: 2011192329
 SCIM++ Properties:- caseExact: false
- type: string
- required: true
- mutability: readWrite
- returned: default
- idcsSearchable: true
- uniqueness: none
 
- 
            value: 
            string
            Maximum Length:256Added In: 2011192329
 SCIM++ Properties:- caseExact: false
- required: true
- mutability: readWrite
- returned: default
- type: string
- idcsSearchable: true
- uniqueness: none
 
objectSCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- type: complex
- required: false
- mutability: readWrite
- returned: default
- multiValued: true
- 
            key: 
            string
            Maximum Length:100Added In: 2011192329
 SCIM++ Properties:- caseExact: false
- type: string
- required: true
- mutability: readWrite
- returned: default
- idcsSearchable: true
- uniqueness: none
 
- 
            value: 
            string
            Maximum Length:256Added In: 2011192329
 SCIM++ Properties:- caseExact: false
- required: true
- mutability: readWrite
- returned: default
- type: string
- idcsSearchable: true
- uniqueness: none
 
arraySCIM++ Properties:
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
- 
            Array of: 
                object  groupMembershipToReturn
            
            Added In: 20.1.3
 SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
 
objectSCIM++ Properties:
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
- 
            $ref(optional): 
            string
            Added In: 20.1.3
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            display(optional): 
            string
            Added In: 20.1.3
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            value: 
            string
            Maximum Length:40Added In: 20.1.3
 SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: none
 
arraySCIM++ Properties:
- caseExact: false
- idcsCompositeKey: [name]
- idcsSearchable: false
- idcsValuePersistedInOtherAttribute: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            Array of: 
                object  groupAssertionAttributes
            
            Deprecated Since: 18.2.2
 SCIM++ Properties:- caseExact: false
- idcsCompositeKey: [name]
- idcsSearchable: false
- idcsValuePersistedInOtherAttribute: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
objectSCIM++ Properties:
- caseExact: false
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            $ref(optional): 
            string
            Added In: 18.2.6
 SCIM++ Properties:- idcsSearchable: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            direction(optional): 
            string
            Added In: 18.2.6
 SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            value: 
            string
            Minimum Length:1Maximum Length:40Added In: 18.2.6
 SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
arraySCIM++ Properties:
- caseExact: false
- idcsCompositeKey: [name]
- idcsSearchable: false
- idcsValuePersistedInOtherAttribute: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            Array of: 
                object  userAssertionAttributes
            
            Deprecated Since: 18.2.2
 SCIM++ Properties:- caseExact: false
- idcsCompositeKey: [name]
- idcsSearchable: false
- idcsValuePersistedInOtherAttribute: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
objectSCIM++ Properties:
- caseExact: false
- idcsCompositeKey: [name]
- idcsSearchable: false
- idcsValuePersistedInOtherAttribute: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            condition(optional): 
            string
            Allowed Values:[ "Starts With", "Equals", "All Groups" ]Deprecated Since: 18.2.2
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- idcsValuePersistedInOtherAttribute: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            format(optional): 
            string
            Deprecated Since: 18.2.2
 SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- idcsValuePersistedInOtherAttribute: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            groupName(optional): 
            string
            Deprecated Since: 18.2.2
 SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- idcsValuePersistedInOtherAttribute: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            name: 
            string
            Maximum Length:256Deprecated Since: 18.2.2
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- idcsValuePersistedInOtherAttribute: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
objectSCIM++ Properties:
- caseExact: false
- idcsCompositeKey: [name]
- idcsSearchable: false
- idcsValuePersistedInOtherAttribute: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            format(optional): 
            string
            Deprecated Since: 18.2.2
 SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- idcsValuePersistedInOtherAttribute: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            name: 
            string
            Maximum Length:256Deprecated Since: 18.2.2
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- idcsValuePersistedInOtherAttribute: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- 
            userStoreAttributeName: 
            string
            Maximum Length:512Deprecated Since: 18.2.2
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- idcsValuePersistedInOtherAttribute: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
 Note: Attributes from extensions to the Core User schema are not supported in v1.0.
object- 
            $ref(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            description(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            display(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            value: 
            string
            Minimum Length:1Maximum Length:40SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
Response
- application/json
- application/scim+json
201 Response
object- 
            accessTokenExpiry(optional): 
            integer
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
 
- 
            accounts(optional): 
            array  accounts
            
            SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
 
- 
            active(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            adminRoles(optional): 
            array  adminRoles
            
            SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
 
- 
            aliasApps(optional): 
            array  aliasApps
            
            SCIM++ Properties:- caseExact: true
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- 
            allowAccessControl(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            allowedGrants(optional): 
            array  allowedGrants
            
            SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            allowedOperations(optional): 
            array  allowedOperations
            
            SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            allowedScopes(optional): 
            array  allowedScopes
            
            SCIM++ Properties:- caseExact: true
- idcsCompositeKey: [fqs]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- 
            allowedTags(optional): 
            array  allowedTags
            
            Added In: 17.4.6
 SCIM++ Properties:- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- 
            allowOffline(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            allUrlSchemesAllowed(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            appIcon(optional): 
            string
            Minimum Length:1Maximum Length:75000SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: request
- type: string
- uniqueness: none
 
- 
            appSignonPolicy(optional): 
            object  appSignonPolicy
            
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- 
            appsNetworkPerimeters(optional): 
            array  appsNetworkPerimeters
            
            Added In: 2010242156
 SCIM++ Properties:- idcsCompositeKey: [value]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- 
            appThumbnail(optional): 
            string
            Minimum Length:1Maximum Length:45000SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: request
- type: string
- uniqueness: none
 
- 
            asOPCService(optional): 
            object  asOPCService
            
            Deprecated Since: 17.3.4
 SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- 
            attrRenderingMetadata(optional): 
            array  attrRenderingMetadata
            
            SCIM++ Properties:- idcsCompositeKey: [name]
- idcsSearchable: false
- multiValued: true
- mutability: immutable
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- 
            audience(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            basedOnTemplate: 
            object  basedOnTemplate
            
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: complex
 
- 
            bypassConsent(optional): 
            boolean
            Added In: 19.2.1
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            callbackServiceUrl(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            certificates(optional): 
            array  certificates
            
            SCIM++ Properties:- caseExact: false
- idcsCompositeKey: [certAlias]
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- 
            clientIPChecking(optional): 
            string
            Maximum Length:40Allowed Values:[ "anywhere", "whitelisted" ]Added In: 2010242156
 SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            clientSecret(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- idcsSensitive: none
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            clientType(optional): 
            string
            Allowed Values:[ "confidential", "public", "trusted" ]SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            cloudControlProperties(optional): 
            array  cloudControlProperties
            
            Added In: 18.4.2
 SCIM++ Properties:- idcsCompositeKey: [name]
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
 
- 
            compartmentOcid(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            contactEmailAddress(optional): 
            string
            Minimum Length:1Maximum Length:4000Added In: 19.2.1
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            deleteInProgress(optional): 
            boolean
            SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            description(optional): 
            string
            Minimum Length:1Maximum Length:250SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            displayName: 
            string
            Minimum Length:1Maximum Length:250SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: server
 
- 
            domainOcid(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            editableAttributes(optional): 
            array  editableAttributes
            
            Added In: 18.2.6
 SCIM++ Properties:- caseExact: false
- idcsCompositeKey: [name]
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
 
- 
            errorPageUrl(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            grantedAppRoles(optional): 
            array  grantedAppRoles
            
            SCIM++ Properties:- caseExact: true
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- 
            grants(optional): 
            array  grants
            
            SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
 
- 
            homePageUrl(optional): 
            string
            Minimum Length:1Maximum Length:4000Added In: 19.2.1
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            icon(optional): 
            string
            Minimum Length:1Maximum Length:200SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            id(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: global
 
- 
            idcsCreatedBy: 
            object  idcsCreatedBy
            
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
 
- 
            idcsLastModifiedBy(optional): 
            object  idcsLastModifiedBy
            
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
 
- 
            idcsLastUpgradedInRelease(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- 
            idcsPreventedOperations(optional): 
            array  idcsPreventedOperations
            
            SCIM++ Properties:- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- 
            identityProviders(optional): 
            array  identityProviders
            
            SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
 
- 
            idpPolicy(optional): 
            object  idpPolicy
            
            Added In: 18.1.2
 SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- 
            idTokenEncAlgo(optional): 
            string
            Minimum Length:1Maximum Length:250Added In: 2010242156
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            infrastructure(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            isAliasApp(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: always
- type: boolean
- uniqueness: none
 
- 
            isDatabaseService(optional): 
            boolean
            Added In: 18.2.2
 SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- type: boolean
 
- 
            isEnterpriseApp(optional): 
            boolean
            Added In: 19.2.1
 SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            isFormFill(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            isKerberosRealm(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            isLoginTarget(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            isManagedApp(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            isMobileTarget(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            isOAuthClient(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            isOAuthResource(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            isObligationCapable(optional): 
            boolean
            SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            isOPCService(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            isRadiusApp(optional): 
            boolean
            Added In: 20.1.3
 SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            isSamlServiceProvider(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            isUnmanagedApp(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            isWebTierPolicy(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            landingPageUrl(optional): 
            string
            Minimum Length:1Maximum Length:4000SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            linkingCallbackUrl(optional): 
            string
            Added In: 18.2.4
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            loginMechanism(optional): 
            string
            Allowed Values:[ "OIDC", "SAML", "FORMFILL", "RADIUS" ]SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            loginPageUrl(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            logoutPageUrl(optional): 
            string
            Added In: 17.4.2
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            logoutUri(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            meta(optional): 
            object  meta
            
            SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
 
- 
            meterAsOPCService(optional): 
            boolean
            Added In: 18.4.2
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: boolean
- uniqueness: none
 
- 
            migrated(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            name(optional): 
            string
            Minimum Length:2Maximum Length:100SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: server
 
- 
            ocid(optional): 
            string
            Maximum Length:255SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: global
 
- 
            postLogoutRedirectUris(optional): 
            array  postLogoutRedirectUris
            
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            privacyPolicyUrl(optional): 
            string
            Minimum Length:1Maximum Length:4000Added In: 19.2.1
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            productLogoUrl(optional): 
            string
            Minimum Length:1Maximum Length:4000Added In: 19.2.1
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            productName(optional): 
            string
            Minimum Length:1Maximum Length:4000Added In: 19.2.1
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            protectableSecondaryAudiences(optional): 
            array  protectableSecondaryAudiences
            
            Added In: 18.2.2
 SCIM++ Properties:- caseExact: false
- idcsCompositeKey: [value]
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- 
            readyToUpgrade(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            redirectUris(optional): 
            array  redirectUris
            
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            refreshTokenExpiry(optional): 
            integer
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
 
- 
            samlServiceProvider(optional): 
            object  samlServiceProvider
            
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- 
            schemas: 
            array  schemas
            
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- 
            scopes(optional): 
            array  scopes
            
            SCIM++ Properties:- caseExact: true
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- 
            secondaryAudiences(optional): 
            array  secondaryAudiences
            
            Deprecated Since: 18.2.6
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            serviceParams(optional): 
            array  serviceParams
            
            SCIM++ Properties:- idcsCompositeKey: [name]
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: always
- type: complex
- uniqueness: none
 
- 
            serviceTypeURN(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            serviceTypeVersion(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            showInMyApps(optional): 
            boolean
            Added In: 18.1.2
 SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            signonPolicy(optional): 
            object  signonPolicy
            
            Deprecated Since: 17.3.4
 SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- 
            tags(optional): 
            array  tags
            
            SCIM++ Properties:- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
 
- 
            tenancyOcid(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            termsOfServiceUrl(optional): 
            string
            Minimum Length:1Maximum Length:4000Added In: 19.2.1
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            termsOfUse(optional): 
            object  termsOfUse
            
            Added In: 18.2.6
 SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- 
            trustPolicies(optional): 
            array  trustPolicies
            
            SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- 
            trustScope(optional): 
            string
            Allowed Values:[ "Explicit", "Account", "Tags", "Default" ]Added In: 17.4.2
 SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            urn:ietf:params:scim:schemas:oracle:idcs:extension:dbcs:App(optional): 
            object  urn:ietf:params:scim:schemas:oracle:idcs:extension:dbcs:App
            
            This extension provides attributes for database service facet of an App
- 
            urn:ietf:params:scim:schemas:oracle:idcs:extension:enterpriseApp:App(optional): 
            object  urn:ietf:params:scim:schemas:oracle:idcs:extension:enterpriseApp:App
            
            This extension defines the Enterprise App related attributes.
- 
            urn:ietf:params:scim:schemas:oracle:idcs:extension:formFillApp:App(optional): 
            object  urn:ietf:params:scim:schemas:oracle:idcs:extension:formFillApp:App
            
            This extension provides attributes for Form-Fill facet of App
- 
            urn:ietf:params:scim:schemas:oracle:idcs:extension:formFillAppTemplate:AppTemplate(optional): 
            object  urn:ietf:params:scim:schemas:oracle:idcs:extension:formFillAppTemplate:AppTemplate
            
            This extension provides attributes for Form-Fill facet of AppTemplate
- 
            urn:ietf:params:scim:schemas:oracle:idcs:extension:kerberosRealm:App(optional): 
            object  urn:ietf:params:scim:schemas:oracle:idcs:extension:kerberosRealm:App
            
            Kerberos Realm
- 
            urn:ietf:params:scim:schemas:oracle:idcs:extension:managedapp:App(optional): 
            object  urn:ietf:params:scim:schemas:oracle:idcs:extension:managedapp:App
            
            Managed App
- 
            urn:ietf:params:scim:schemas:oracle:idcs:extension:OCITags(optional): 
            object  urn:ietf:params:scim:schemas:oracle:idcs:extension:OCITags
            
            OCI Tags.
- 
            urn:ietf:params:scim:schemas:oracle:idcs:extension:opcService:App(optional): 
            object  urn:ietf:params:scim:schemas:oracle:idcs:extension:opcService:App
            
            This extension defines attributes specific to Apps that represent instances of an Oracle Public Cloud (OPC) service.
- 
            urn:ietf:params:scim:schemas:oracle:idcs:extension:radiusApp:App(optional): 
            object  urn:ietf:params:scim:schemas:oracle:idcs:extension:radiusApp:App
            
            This extension defines attributes specific to Apps that represent instances of Radius App.
- 
            urn:ietf:params:scim:schemas:oracle:idcs:extension:requestable:App(optional): 
            object  urn:ietf:params:scim:schemas:oracle:idcs:extension:requestable:App
            
            Requestable App
- 
            urn:ietf:params:scim:schemas:oracle:idcs:extension:samlServiceProvider:App(optional): 
            object  urn:ietf:params:scim:schemas:oracle:idcs:extension:samlServiceProvider:App
            
            This extension defines attributes related to the Service Providers configuration.
- 
            urn:ietf:params:scim:schemas:oracle:idcs:extension:webTierPolicy:App(optional): 
            object  urn:ietf:params:scim:schemas:oracle:idcs:extension:webTierPolicy:App
            
            WebTier Policy
- 
            userRoles(optional): 
            array  userRoles
            
            SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
 
array- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
- 
            Array of: 
                object  accounts
            
            Accounts of App
array- idcsCompositeKey: [value]
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- 
            Array of: 
                object  adminRoles
            
            A list of AppRoles defined by this UnmanagedApp. Membership in each of these AppRoles confers administrative privilege within this App.
array- caseExact: true
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            Array of: 
                object  aliasApps
            
            Each value of this internal attribute refers to an Oracle Public Cloud infrastructure App on which this App depends.
array- caseExact: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
[
    "authorization_code",
    "client_credentials",
    "password",
    "refresh_token",
    "implicit",
    "tls_client_auth",
    "urn:ietf:params:oauth:grant-type:jwt-bearer",
    "urn:ietf:params:oauth:grant-type:saml2-bearer",
    "urn:ietf:params:oauth:grant-type:device_code"
]array- caseExact: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
[
    "introspect",
    "onBehalfOfUser"
]array- caseExact: true
- idcsCompositeKey: [fqs]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            Array of: 
                object  allowedScopes
            
            A list of scopes (exposed by this App or by other Apps) that this App is allowed to access when it acts as an OAuthClient.
arraySCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            Array of: 
                object  allowedTags
            
            A list of tags, acting as an OAuthClient, this App is allowed to access.
object- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- 
            $ref(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            value: 
            string
            Minimum Length:1Maximum Length:40SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
arraySCIM++ Properties:
- idcsCompositeKey: [value]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- 
            Array of: 
                object  appsNetworkPerimeters
            
            Network Perimeter
objectSCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- 
            $ref(optional): 
            string
            Deprecated Since: 17.3.4
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            value: 
            string
            Minimum Length:1Maximum Length:40Deprecated Since: 17.3.4
 SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
array- idcsCompositeKey: [name]
- idcsSearchable: false
- multiValued: true
- mutability: immutable
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            Array of: 
                object  attrRenderingMetadata
            
            Label for the attribute to be shown in the UI.
object- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: complex
- 
            $ref(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            lastModified(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
 
- 
            value: 
            string
            Minimum Length:1Maximum Length:40SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: true
- returned: always
- type: string
- uniqueness: none
 
- 
            wellKnownId(optional): 
            string
            Added In: 18.2.6
 SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: none
 
array- caseExact: false
- idcsCompositeKey: [certAlias]
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            Array of: 
                object  certificates
            
            Each value of this attribute represent a certificate that this App uses when it acts as an OAuthClient.
arraySCIM++ Properties:
- idcsCompositeKey: [name]
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
- 
            Array of: 
                object  cloudControlProperties
            
            A collection of arbitrary properties that scope the privileges of a cloud-control App.
arraySCIM++ Properties:
- caseExact: false
- idcsCompositeKey: [name]
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
- 
            Array of: 
                object  editableAttributes
            
            App attributes editable by subject
array- caseExact: true
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            Array of: 
                object  grantedAppRoles
            
            A list of AppRoles that are granted to this App (and that are defined by other Apps). Within the Oracle Public Cloud infrastructure, this allows AppID-based association. Such an association allows this App to act as a consumer and thus to access resources of another App that acts as a producer.
array- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
- 
            Array of: 
                object  grants
            
            Grants assigned to the app
object- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
- 
            $ref(optional): 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            display(optional): 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            ocid(optional): 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
 
- 
            type(optional): 
            string
            Allowed Values:[ "User", "App" ]SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            value: 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
object- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- 
            $ref(optional): 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            display(optional): 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            ocid(optional): 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
 
- 
            type(optional): 
            string
            Allowed Values:[ "User", "App" ]SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            value: 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
array- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
[
    "replace",
    "update",
    "delete"
]array- idcsCompositeKey: [value]
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- 
            Array of: 
                object  identityProviders
            
            A list of IdentityProvider assigned to app. A user trying to access this app will be automatically redirected to configured IdP during the authentication phase, before being able to access App.
objectSCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- 
            $ref(optional): 
            string
            Added In: 18.1.2
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            value: 
            string
            Minimum Length:1Maximum Length:40Added In: 18.1.2
 SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
object- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
- 
            created(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
 
- 
            lastModified(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
 
- 
            location(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            resourceType(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            version(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
array- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
arraySCIM++ Properties:
- caseExact: false
- idcsCompositeKey: [value]
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            Array of: 
                object  protectableSecondaryAudiences
            
            A list of secondary audiences--additional URIs to be added automatically to any OAuth token that allows access to this App. Note: This attribute is used mainly for backward compatibility in certain Oracle Public Cloud Apps.
array- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
object- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            $ref(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            value: 
            string
            Minimum Length:1Maximum Length:40SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: none
 
array- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
array- caseExact: true
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            Array of: 
                object  scopes
            
            Scopes defined by this App. Used when this App acts as an OAuth Resource.
arraySCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
array- idcsCompositeKey: [name]
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: always
- type: complex
- uniqueness: none
- 
            Array of: 
                object  serviceParams
            
            Custom attribute that is required to compute other attribute values during app creation.
objectSCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- 
            $ref(optional): 
            string
            Deprecated Since: 17.3.4
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            value: 
            string
            Minimum Length:1Maximum Length:40Deprecated Since: 17.3.4
 SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
objectSCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- 
            $ref(optional): 
            string
            Added In: 18.2.6
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            name(optional): 
            string
            Added In: 18.2.6
 SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- 
            value: 
            string
            Minimum Length:1Maximum Length:40Added In: 18.2.6
 SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
array- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- 
            Array of: 
                object  trustPolicies
            
            Trust Policies.
object- 
            domainApp(optional): 
            object  domainApp
            
            Added In: 18.2.2
 SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- 
            domainName(optional): 
            string
            Added In: 18.2.2
 SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: server
 
object- 
            allowAuthzDecisionTTL(optional): 
            integer
            Added In: 19.2.1
 SCIM++ Properties:- idcsMaxValue: 3600
- idcsMinValue: 0
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
 
- 
            allowAuthzPolicy(optional): 
            object  allowAuthzPolicy
            
            Added In: 19.2.1
 SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- 
            appResources(optional): 
            array  appResources
            
            Added In: 19.2.1
 SCIM++ Properties:- caseExact: true
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- 
            denyAuthzDecisionTTL(optional): 
            integer
            Added In: 19.2.1
 SCIM++ Properties:- idcsMaxValue: 3600
- idcsMinValue: 0
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
 
- 
            denyAuthzPolicy(optional): 
            object  denyAuthzPolicy
            
            Added In: 19.2.1
 SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
object- 
            configuration(optional): 
            string
            Minimum Length:10Maximum Length:4000SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            formCredentialSharingGroupID(optional): 
            string
            Minimum Length:5Maximum Length:200SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            formCredMethod(optional): 
            string
            Minimum Length:5Maximum Length:200Allowed Values:[ "ADMIN_SETS_CREDENTIALS", "ADMIN_SETS_SHARED_CREDENTIALS", "USER_SETS_PASSWORD_ONLY", "USER_SETS_CREDENTIALS" ]SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            formFillUrlMatch(optional): 
            array  formFillUrlMatch
            
            SCIM++ Properties:- idcsCompositeKey: [formUrl]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- 
            formType(optional): 
            string
            Minimum Length:5Maximum Length:200Allowed Values:[ "WebApplication" ]SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            revealPasswordOnForm(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            syncFromTemplate(optional): 
            boolean
            Added In: 17.4.2
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            userNameFormExpression(optional): 
            string
            Minimum Length:5Maximum Length:200Allowed Values:[ "concat($user.firstName,\".\",$user.lastName)" ]SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            userNameFormTemplate(optional): 
            string
            Minimum Length:5Maximum Length:200Allowed Values:[ "Username", "Email Address", "Custom Expression" ]SCIM++ Properties:- caseExact: false
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
object- 
            configuration(optional): 
            string
            Minimum Length:10Maximum Length:4000SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            formCredentialSharingGroupID(optional): 
            string
            Minimum Length:5Maximum Length:200SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            formCredMethod(optional): 
            string
            Minimum Length:5Maximum Length:200Allowed Values:[ "ADMIN_SETS_CREDENTIALS", "ADMIN_SETS_SHARED_CREDENTIALS", "USER_SETS_PASSWORD_ONLY", "USER_SETS_CREDENTIALS", "SSO_CREDENTIALS_AS_APP_CREDENTIALS" ]SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            formFillUrlMatch(optional): 
            array  formFillUrlMatch
            
            SCIM++ Properties:- idcsCompositeKey: [formUrl]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- 
            formType(optional): 
            string
            Minimum Length:5Maximum Length:200Allowed Values:[ "WebApplication" ]SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            revealPasswordOnForm(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            syncFromTemplate(optional): 
            boolean
            Added In: 17.4.2
 SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            userNameFormExpression(optional): 
            string
            Minimum Length:5Maximum Length:200Allowed Values:[ "concat($user.firstName,\".\",$user.lastName)" ]SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            userNameFormTemplate(optional): 
            string
            Minimum Length:5Maximum Length:200Allowed Values:[ "Username", "Email Address", "Custom Expression" ]SCIM++ Properties:- caseExact: false
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
object- 
            defaultEncryptionSaltType(optional): 
            string
            Minimum Length:1Maximum Length:100SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: request
- type: string
- uniqueness: none
 
- 
            masterKey(optional): 
            string
            Minimum Length:1Maximum Length:256SCIM++ Properties:- idcsSearchable: false
- idcsSensitive: none
- multiValued: false
- mutability: readWrite
- required: false
- returned: request
- type: string
- uniqueness: none
 
- 
            maxRenewableAge(optional): 
            integer
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: request
- type: integer
- uniqueness: none
 
- 
            maxTicketLife(optional): 
            integer
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: request
- type: integer
- uniqueness: none
 
- 
            realmName(optional): 
            string
            Minimum Length:1Maximum Length:100SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: request
- type: string
- uniqueness: none
 
- 
            supportedEncryptionSaltTypes(optional): 
            array  supportedEncryptionSaltTypes
            
            SCIM++ Properties:- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: string
- uniqueness: none
 
- 
            ticketFlags(optional): 
            integer
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: request
- type: integer
- uniqueness: none
 
object- 
            accountFormVisible(optional): 
            boolean
            Added In: 18.4.2
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            adminConsentGranted(optional): 
            boolean
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            bundleConfigurationProperties(optional): 
            array  bundleConfigurationProperties
            
            SCIM++ Properties:- idcsCompositeKey: [name]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- 
            bundlePoolConfiguration(optional): 
            object  bundlePoolConfiguration
            
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- 
            canBeAuthoritative(optional): 
            boolean
            Added In: 17.4.6
 SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            connected(optional): 
            boolean
            SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            connectorBundle(optional): 
            object  connectorBundle
            
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- 
            enableAuthSyncNewUserNotification(optional): 
            boolean
            Added In: 19.2.1
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            enableSync(optional): 
            boolean
            SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            enableSyncSummaryReportNotification(optional): 
            boolean
            Added In: 20.1.3
 SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            flatFileBundleConfigurationProperties(optional): 
            array  flatFileBundleConfigurationProperties
            
            SCIM++ Properties:- idcsCompositeKey: [name]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- 
            flatFileConnectorBundle(optional): 
            object  flatFileConnectorBundle
            
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- 
            identityBridges(optional): 
            array  identityBridges
            
            Added In: 19.1.4
 SCIM++ Properties:- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
 
- 
            isAuthoritative(optional): 
            boolean
            Added In: 17.4.6
 SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            isDirectory(optional): 
            boolean
            Added In: 19.1.4
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            isOnPremiseApp(optional): 
            boolean
            Added In: 19.1.4
 SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            isSchemaCustomizationSupported(optional): 
            boolean
            Added In: 19.1.4
 SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            isSchemaDiscoverySupported(optional): 
            boolean
            Added In: 19.1.4
 SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            isThreeLeggedOAuthEnabled(optional): 
            boolean
            SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            isTwoLeggedOAuthEnabled(optional): 
            boolean
            Added In: 18.2.6
 SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            objectClasses(optional): 
            array  objectClasses
            
            SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- 
            syncConfigLastModified(optional): 
            string
            Added In: 18.2.6
 SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: dateTime
- uniqueness: none
 
- 
            threeLeggedOAuthCredential(optional): 
            object  threeLeggedOAuthCredential
            
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
- 
            threeLeggedOAuthProviderName(optional): 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
 
object- 
            definedTags(optional): 
            array  definedTags
            
            Added In: 2011192329
 SCIM++ Properties:- idcsCompositeKey: [namespace, key, value]
- type: complex
- idcsSearchable: true
- required: false
- mutability: readWrite
- multiValued: true
- returned: default
 
- 
            freeformTags(optional): 
            array  freeformTags
            
            Added In: 2011192329
 SCIM++ Properties:- idcsCompositeKey: [key, value]
- idcsSearchable: true
- type: complex
- required: false
- mutability: readWrite
- returned: default
- multiValued: true
 
- 
            tagSlug(optional): 
            object  tagSlug
            
            Added In: 2011192329
 SCIM++ Properties:- type: binary
- mutability: readOnly
- returned: request
 
object- 
            currentFederationMode(optional): 
            string
            Allowed Values:[ "None", "AppAsServiceProvider", "AppAsIdentityProvider" ]Added In: 18.2.6
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
 
- 
            currentSynchronizationMode(optional): 
            string
            Allowed Values:[ "None", "AppAsTarget", "AppAsSource" ]Added In: 18.2.6
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
 
- 
            enablingNextFedSyncModes(optional): 
            boolean
            Added In: 18.2.6
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: boolean
 
- 
            nextFederationMode(optional): 
            string
            Allowed Values:[ "None", "AppAsServiceProvider", "AppAsIdentityProvider" ]Added In: 18.2.6
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
 
- 
            nextSynchronizationMode(optional): 
            string
            Allowed Values:[ "None", "AppAsTarget", "AppAsSource" ]Added In: 18.2.6
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
 
- 
            region(optional): 
            string
            Maximum Length:40Added In: 19.1.4
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- 
            serviceInstanceIdentifier(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: server
 
object- 
            clientIP: 
            string
            Maximum Length:256Added In: 20.1.3
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
 
- 
            groupMembershipRadiusAttribute(optional): 
            string
            Maximum Length:4000Added In: 20.1.3
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
 
- 
            groupMembershipToReturn(optional): 
            array  groupMembershipToReturn
            
            Added In: 20.1.3
 SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
 
- 
            groupNameFormat(optional): 
            string
            Maximum Length:256Added In: 20.1.3
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
 
- 
            includeGroupInResponse: 
            boolean
            Added In: 20.1.3
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
 
- 
            port: 
            string
            Maximum Length:256Added In: 20.1.3
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
 
- 
            responseFormat(optional): 
            string
            Maximum Length:256Added In: 20.1.3
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
 
- 
            responseFormatDelimiter(optional): 
            string
            Maximum Length:256Added In: 20.1.3
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
 
- 
            secretKey: 
            string
            Maximum Length:4000Added In: 20.1.3
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
 
object- 
            requestable(optional): 
            boolean
            Added In: 17.3.4
 SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: request
- type: boolean
- uniqueness: none
 
object- 
            assertionConsumerUrl(optional): 
            string
            Maximum Length:256SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            encryptAssertion(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            encryptionAlgorithm(optional): 
            string
            Allowed Values:[ "3DES", "AES-128", "AES-256", "AES-192" ]SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            encryptionCertificate(optional): 
            string
            Minimum Length:1Maximum Length:100000SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            federationProtocol(optional): 
            string
            Maximum Length:40Allowed Values:[ "SAML2.0", "WS-Fed1.1" ]Added In: 18.2.6
 SCIM++ Properties:- caseExact: true
- idcsDefaultValue: SAML2.0
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            groupAssertionAttributes(optional): 
            array  groupAssertionAttributes
            
            Deprecated Since: 18.2.2
 SCIM++ Properties:- caseExact: false
- idcsCompositeKey: [name]
- idcsSearchable: false
- idcsValuePersistedInOtherAttribute: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- 
            hokAcsUrl(optional): 
            string
            Maximum Length:256Added In: 2101262133
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            hokRequired(optional): 
            boolean
            Added In: 2101262133
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            includeSigningCertInSignature(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            keyEncryptionAlgorithm(optional): 
            string
            Maximum Length:40Allowed Values:[ "RSA-v1.5", "RSA-OAEP" ]Added In: 18.4.2
 SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            logoutBinding(optional): 
            string
            Allowed Values:[ "Redirect", "Post" ]SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            logoutEnabled(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            logoutRequestUrl(optional): 
            string
            Maximum Length:256SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            logoutResponseUrl(optional): 
            string
            Maximum Length:256SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            metadata(optional): 
            string
            Maximum Length:100000SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            nameIdFormat(optional): 
            string
            Maximum Length:256SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            nameIdUserstoreAttribute(optional): 
            string
            Maximum Length:512Deprecated Since: 18.2.2
 SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- idcsValuePersistedInOtherAttribute: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            outboundAssertionAttributes(optional): 
            object  outboundAssertionAttributes
            
            Added In: 18.2.6
 SCIM++ Properties:- caseExact: false
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- 
            partnerProviderId(optional): 
            string
            Maximum Length:256SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            signatureHashAlgorithm(optional): 
            string
            Allowed Values:[ "SHA-1", "SHA-256" ]SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            signingCertificate(optional): 
            string
            Minimum Length:1Maximum Length:100000SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            signResponseOrAssertion(optional): 
            string
            Allowed Values:[ "Assertion", "Response", "AssertionAndResponse" ]SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            succinctId(optional): 
            string
            Maximum Length:100SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: server
 
- 
            tenantProviderId(optional): 
            string
            Maximum Length:256Added In: 19.2.1
 SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            userAssertionAttributes(optional): 
            array  userAssertionAttributes
            
            Deprecated Since: 18.2.2
 SCIM++ Properties:- caseExact: false
- idcsCompositeKey: [name]
- idcsSearchable: false
- idcsValuePersistedInOtherAttribute: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
object- 
            resourceRef(optional): 
            boolean
            Added In: 19.2.1
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            webTierPolicyAZControl(optional): 
            string
            Minimum Length:1Maximum Length:40Allowed Values:[ "server", "local" ]Added In: 19.2.1
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            webTierPolicyJson(optional): 
            string
            Minimum Length:1Maximum Length:100000SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: request
- type: string
- uniqueness: none
 
array- idcsCompositeKey: [value]
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- 
            Array of: 
                object  userRoles
            
            A list of AppRoles defined by this UnmanagedApp. Membership in each of these AppRoles confers end-user privilege within this App.
object- 
            $ref(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            active(optional): 
            boolean
            Added In: 17.4.6
 SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            name(optional): 
            string
            Added In: 17.4.6
 SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            ownerId(optional): 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            value(optional): 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
 
object- 
            $ref(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            description(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            display(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            value: 
            string
            Minimum Length:1Maximum Length:40SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
object- 
            $ref(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            description(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            display(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            value: 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
object- 
            fqs: 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- 
            idOfDefiningApp(optional): 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            readOnly(optional): 
            boolean
            Added In: 18.2.2
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
object- 
            key: 
            string
            Maximum Length:256Added In: 17.4.6
 SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- 
            readOnly(optional): 
            boolean
            Added In: 18.2.2
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: boolean
- uniqueness: none
 
- 
            value: 
            string
            Maximum Length:256Added In: 17.4.6
 SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
object- 
            $ref(optional): 
            string
            Added In: 2010242156
 SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            value: 
            string
            Minimum Length:1Maximum Length:40Added In: 2010242156
 SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: none
 
object- 
            datatype(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            helptext(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            label(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            maxLength(optional): 
            integer
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
 
- 
            maxSize(optional): 
            integer
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
 
- 
            minLength(optional): 
            integer
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
 
- 
            minSize(optional): 
            integer
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
 
- 
            name: 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- 
            order(optional): 
            integer
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
 
- 
            readOnly(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            regexp(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            required(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            section(optional): 
            string
            Allowed Values:[ "saml", "general" ]SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            visible(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            widget(optional): 
            string
            Allowed Values:[ "inputtext", "checkbox", "textarea" ]SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
object- 
            certAlias: 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: none
 
- 
            kid(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            sha1Thumbprint(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            x509Base64Certificate(optional): 
            object  x509Base64Certificate
            
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: binary
- uniqueness: none
 
- 
            x5t(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
object- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: binary
- uniqueness: none
object- 
            name: 
            string
            Added In: 18.4.2
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
- 
            values: 
            array  values
            
            Added In: 18.4.2
 SCIM++ Properties:- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
arraySCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
object- 
            name: 
            string
            Added In: 18.2.6
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
object- 
            $ref(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            adminRole(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            appId(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            appName(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            display(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            legacyGroupName(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            readOnly(optional): 
            boolean
            Added In: 18.2.2
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: boolean
- uniqueness: none
 
- 
            type(optional): 
            string
            Allowed Values:[ "direct", "indirect" ]SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            value: 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
object- 
            $ref(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            granteeId(optional): 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            granteeType(optional): 
            string
            Allowed Values:[ "User", "Group" ]SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            grantMechanism(optional): 
            string
            Allowed Values:[ "IMPORT_APPROLE_MEMBERS", "ADMINISTRATOR_TO_USER", "ADMINISTRATOR_TO_GROUP", "SERVICE_MANAGER_TO_USER", "ADMINISTRATOR_TO_APP", "SERVICE_MANAGER_TO_APP", "OPC_INFRA_TO_APP", "GROUP_MEMBERSHIP" ]SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 Each value of grantMechanism indicates how (or by what component) some App (or App-Entitlement) was granted. A customer or the UI should use only grantMechanism values that start with 'ADMINISTRATOR': - 'ADMINISTRATOR_TO_USER' is for a direct grant to a specific User.
- 'ADMINISTRATOR_TO_GROUP' is for a grant to a specific Group, which results in indirect grants to Users who are members of that Group.
- 'ADMINISTRATOR_TO_APP' is for a grant to a specific App. The grantee (client) App gains access to the granted (server) App.
 
- 
            value(optional): 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
object- 
            $ref(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            display(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            value: 
            string
            Minimum Length:1Maximum Length:40SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
object- 
            readOnly(optional): 
            boolean
            Added In: 18.2.2
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: boolean
- uniqueness: none
 
- 
            value: 
            string
            Added In: 18.2.2
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
object- 
            description(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            displayName(optional): 
            string
            Minimum Length:1Maximum Length:4000Added In: 19.2.1
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            fqs(optional): 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: server
 
- 
            readOnly(optional): 
            boolean
            Added In: 18.2.2
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: boolean
- uniqueness: none
 
- 
            requiresConsent(optional): 
            boolean
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            value: 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
object- 
            name: 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- 
            value(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
object- 
            $ref(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            value: 
            string
            Minimum Length:1Maximum Length:40SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
objectSCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            $ref(optional): 
            string
            Added In: 18.2.2
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            display(optional): 
            string
            Added In: 18.2.2
 SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- 
            value: 
            string
            Minimum Length:1Maximum Length:40Added In: 18.2.2
 SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
objectSCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- 
            $ref(optional): 
            string
            Added In: 19.2.1
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            value: 
            string
            Minimum Length:1Maximum Length:40Added In: 19.2.1
 SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
arraySCIM++ Properties:
- caseExact: true
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- 
            Array of: 
                object  appResources
            
            Added In: 19.2.1
 SCIM++ Properties:- caseExact: true
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
 
objectSCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- 
            $ref(optional): 
            string
            Added In: 19.2.1
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            value: 
            string
            Minimum Length:1Maximum Length:40Added In: 19.2.1
 SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
objectSCIM++ Properties:
- caseExact: true
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- 
            $ref(optional): 
            string
            Added In: 19.2.1
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            value: 
            string
            Minimum Length:1Maximum Length:40Added In: 19.2.1
 SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
array- idcsCompositeKey: [formUrl]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            Array of: 
                object  formFillUrlMatch
            
            SCIM++ Properties:- idcsCompositeKey: [formUrl]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
object- idcsCompositeKey: [formUrl]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            formUrl: 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- 
            formUrlMatchType(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
array- idcsCompositeKey: [formUrl]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            Array of: 
                object  formFillUrlMatch
            
            SCIM++ Properties:- idcsCompositeKey: [formUrl]
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
array1100- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: string
- uniqueness: none
array- idcsCompositeKey: [name]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            Array of: 
                object  bundleConfigurationProperties
            
            SCIM++ Properties:- idcsCompositeKey: [name]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
object- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            maxIdle(optional): 
            integer
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
 
- 
            maxObjects(optional): 
            integer
            SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
 
- 
            maxWait(optional): 
            integer
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
 
- 
            minEvictableIdleTimeMillis(optional): 
            integer
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
 
- 
            minIdle(optional): 
            integer
            SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
 
object- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            $ref(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            display(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            type: 
            string
            Minimum Length:1Maximum Length:100Allowed Values:[ "ConnectorBundle", "LocalConnectorBundle" ]Added In: 20.1.3
 SCIM++ Properties:- caseExact: true
- idcsDefaultValue: ConnectorBundle
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: string
- uniqueness: none
 
- 
            value: 
            string
            Minimum Length:1Maximum Length:40SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: string
- uniqueness: none
 
- 
            wellKnownId(optional): 
            string
            Added In: 18.2.6
 SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: none
 
array- idcsCompositeKey: [name]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            Array of: 
                object  flatFileBundleConfigurationProperties
            
            SCIM++ Properties:- idcsCompositeKey: [name]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
object- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            $ref(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            display(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            value: 
            string
            Minimum Length:1Maximum Length:40SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- 
            wellKnownId(optional): 
            string
            Maximum Length:4000Added In: 19.1.4
 SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: none
 
arraySCIM++ Properties:
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
- 
            Array of: 
                object  identityBridges
            
            Added In: 19.1.4
 SCIM++ Properties:- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
 
array- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            Array of: 
                object  objectClasses
            
            SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: default
- type: complex
- uniqueness: none
 
object- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- 
            accessToken(optional): 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- idcsSensitive: encrypt
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            accessTokenExpiry(optional): 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: dateTime
- uniqueness: none
 
- 
            refreshToken(optional): 
            string
            SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- idcsSensitive: encrypt
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
object- idcsCompositeKey: [name]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            confidential(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            displayName(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            helpMessage(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            icfType: 
            string
            Allowed Values:[ "Long", "String", "Character", "Double", "Float", "Integer", "Boolean", "URI", "File", "GuardedByteArray", "GuardedString", "ArrayOfLong", "ArrayOfString", "ArrayOfCharacter", "ArrayOfDouble", "ArrayOfFloat", "ArrayOfInteger", "ArrayOfBoolean", "ArrayOfURI", "ArrayOfFile", "ArrayOfGuardedByteArray", "ArrayOfGuardedString" ]SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: string
- uniqueness: none
 
- 
            name: 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: string
- uniqueness: none
 
- 
            order(optional): 
            integer
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
 
- 
            required: 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: boolean
- uniqueness: none
 
- 
            value(optional): 
            array  value
            
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- idcsSensitive: encrypt
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
array- caseExact: false
- idcsSearchable: false
- idcsSensitive: encrypt
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
object- idcsCompositeKey: [name]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            confidential(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            displayName(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            helpMessage(optional): 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            icfType: 
            string
            Allowed Values:[ "Long", "String", "Character", "Double", "Float", "Integer", "Boolean", "URI", "File", "GuardedByteArray", "GuardedString", "ArrayOfLong", "ArrayOfString", "ArrayOfCharacter", "ArrayOfDouble", "ArrayOfFloat", "ArrayOfInteger", "ArrayOfBoolean", "ArrayOfURI", "ArrayOfFile", "ArrayOfGuardedByteArray", "ArrayOfGuardedString" ]SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: string
- uniqueness: none
 
- 
            name: 
            string
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: string
- uniqueness: none
 
- 
            order(optional): 
            integer
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
 
- 
            required: 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: boolean
- uniqueness: none
 
- 
            value(optional): 
            array  value
            
            SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- idcsSensitive: encrypt
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
array- caseExact: false
- idcsSearchable: false
- idcsSensitive: encrypt
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
objectSCIM++ Properties:
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
- 
            $ref(optional): 
            string
            Added In: 19.1.4
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            name(optional): 
            string
            Added In: 19.1.4
 SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            value(optional): 
            string
            Added In: 19.1.4
 SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
 
object- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            $ref(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            display(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            isAccountObjectClass(optional): 
            boolean
            SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- 
            resourceType(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            type: 
            string
            Allowed Values:[ "AccountObjectClass", "ManagedObjectClass" ]Added In: 18.1.6
 SCIM++ Properties:- caseExact: true
- idcsDefaultValue: AccountObjectClass
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: string
- uniqueness: none
 
- 
            value: 
            string
            Minimum Length:1Maximum Length:40SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: true
- returned: default
- type: string
- uniqueness: none
 
arraySCIM++ Properties:
- idcsCompositeKey: [namespace, key, value]
- type: complex
- idcsSearchable: true
- required: false
- mutability: readWrite
- multiValued: true
- returned: default
- 
            Array of: 
                object  definedTags
            
            Added In: 2011192329
 SCIM++ Properties:- idcsCompositeKey: [namespace, key, value]
- type: complex
- idcsSearchable: true
- required: false
- mutability: readWrite
- multiValued: true
- returned: default
 
arraySCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- type: complex
- required: false
- mutability: readWrite
- returned: default
- multiValued: true
- 
            Array of: 
                object  freeformTags
            
            Added In: 2011192329
 SCIM++ Properties:- idcsCompositeKey: [key, value]
- idcsSearchable: true
- type: complex
- required: false
- mutability: readWrite
- returned: default
- multiValued: true
 
object4001SCIM++ Properties:
- type: binary
- mutability: readOnly
- returned: request
objectSCIM++ Properties:
- idcsCompositeKey: [namespace, key, value]
- type: complex
- idcsSearchable: true
- required: false
- mutability: readWrite
- multiValued: true
- returned: default
- 
            key: 
            string
            Maximum Length:100Added In: 2011192329
 SCIM++ Properties:- caseExact: false
- type: string
- required: true
- mutability: readWrite
- returned: default
- idcsSearchable: true
- uniqueness: none
 
- 
            namespace: 
            string
            Maximum Length:100Added In: 2011192329
 SCIM++ Properties:- caseExact: false
- type: string
- required: true
- mutability: readWrite
- returned: default
- idcsSearchable: true
- uniqueness: none
 
- 
            value: 
            string
            Maximum Length:256Added In: 2011192329
 SCIM++ Properties:- caseExact: false
- required: true
- mutability: readWrite
- returned: default
- type: string
- idcsSearchable: true
- uniqueness: none
 
objectSCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- type: complex
- required: false
- mutability: readWrite
- returned: default
- multiValued: true
- 
            key: 
            string
            Maximum Length:100Added In: 2011192329
 SCIM++ Properties:- caseExact: false
- type: string
- required: true
- mutability: readWrite
- returned: default
- idcsSearchable: true
- uniqueness: none
 
- 
            value: 
            string
            Maximum Length:256Added In: 2011192329
 SCIM++ Properties:- caseExact: false
- required: true
- mutability: readWrite
- returned: default
- type: string
- idcsSearchable: true
- uniqueness: none
 
arraySCIM++ Properties:
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
- 
            Array of: 
                object  groupMembershipToReturn
            
            Added In: 20.1.3
 SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
 
objectSCIM++ Properties:
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
- 
            $ref(optional): 
            string
            Added In: 20.1.3
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            display(optional): 
            string
            Added In: 20.1.3
 SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            value: 
            string
            Maximum Length:40Added In: 20.1.3
 SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: none
 
arraySCIM++ Properties:
- caseExact: false
- idcsCompositeKey: [name]
- idcsSearchable: false
- idcsValuePersistedInOtherAttribute: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            Array of: 
                object  groupAssertionAttributes
            
            Deprecated Since: 18.2.2
 SCIM++ Properties:- caseExact: false
- idcsCompositeKey: [name]
- idcsSearchable: false
- idcsValuePersistedInOtherAttribute: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
objectSCIM++ Properties:
- caseExact: false
- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            $ref(optional): 
            string
            Added In: 18.2.6
 SCIM++ Properties:- idcsSearchable: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            direction(optional): 
            string
            Added In: 18.2.6
 SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            value: 
            string
            Minimum Length:1Maximum Length:40Added In: 18.2.6
 SCIM++ Properties:- caseExact: true
- idcsSearchable: true
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
arraySCIM++ Properties:
- caseExact: false
- idcsCompositeKey: [name]
- idcsSearchable: false
- idcsValuePersistedInOtherAttribute: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            Array of: 
                object  userAssertionAttributes
            
            Deprecated Since: 18.2.2
 SCIM++ Properties:- caseExact: false
- idcsCompositeKey: [name]
- idcsSearchable: false
- idcsValuePersistedInOtherAttribute: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
objectSCIM++ Properties:
- caseExact: false
- idcsCompositeKey: [name]
- idcsSearchable: false
- idcsValuePersistedInOtherAttribute: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            condition(optional): 
            string
            Allowed Values:[ "Starts With", "Equals", "All Groups" ]Deprecated Since: 18.2.2
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- idcsValuePersistedInOtherAttribute: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            format(optional): 
            string
            Deprecated Since: 18.2.2
 SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- idcsValuePersistedInOtherAttribute: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            groupName(optional): 
            string
            Deprecated Since: 18.2.2
 SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- idcsValuePersistedInOtherAttribute: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            name: 
            string
            Maximum Length:256Deprecated Since: 18.2.2
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- idcsValuePersistedInOtherAttribute: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
objectSCIM++ Properties:
- caseExact: false
- idcsCompositeKey: [name]
- idcsSearchable: false
- idcsValuePersistedInOtherAttribute: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
- 
            format(optional): 
            string
            Deprecated Since: 18.2.2
 SCIM++ Properties:- caseExact: true
- idcsSearchable: false
- idcsValuePersistedInOtherAttribute: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            name: 
            string
            Maximum Length:256Deprecated Since: 18.2.2
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- idcsValuePersistedInOtherAttribute: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- 
            userStoreAttributeName: 
            string
            Maximum Length:512Deprecated Since: 18.2.2
 SCIM++ Properties:- caseExact: false
- idcsSearchable: false
- idcsValuePersistedInOtherAttribute: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
 Note: Attributes from extensions to the Core User schema are not supported in v1.0.
object- 
            $ref(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- 
            description(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            display(optional): 
            string
            SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- 
            value: 
            string
            Minimum Length:1Maximum Length:40SCIM++ Properties:- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
400 Response
object- 
            detail(optional): 
            string
            A detailed, human readable message. OPTIONAL
- 
            schemas: 
            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. This specification defines URIs for SCIM specified Error and Extn Error Schema. 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.
- 
            status: 
            string
            The HTTP status code (see Section 6 [RFC7231]) expressed as a JSON String
- 
            urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error(optional): 
            object  urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error
            
            Extension schema for error messages providing more details with the exception status.
 Returns messageId corresponding to the detailed error message and optionally additional data related to the error condition - for example reason for authentication failure such as user is disabled or locked.
array[
    "urn:ietf:params:scim:api:messages:2.0:Error",
    "urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error"
]objectReturns messageId corresponding to the detailed error message and optionally additional data related to the error condition - for example reason for authentication failure such as user is disabled or locked.
- 
            additionalData(optional): 
            object  additionalData
            
            Contains Map based additional data for the exception message (as key-value pair). All keys and values are in string format.
- 
            messageId(optional): 
            string
            Internal error keyword pointing to the exception status message. REQUIRED.
object401 Response
object- 
            detail(optional): 
            string
            A detailed, human readable message. OPTIONAL
- 
            schemas: 
            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. This specification defines URIs for SCIM specified Error and Extn Error Schema. 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.
- 
            status: 
            string
            The HTTP status code (see Section 6 [RFC7231]) expressed as a JSON String
- 
            urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error(optional): 
            object  urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error
            
            Extension schema for error messages providing more details with the exception status.
 Returns messageId corresponding to the detailed error message and optionally additional data related to the error condition - for example reason for authentication failure such as user is disabled or locked.
array[
    "urn:ietf:params:scim:api:messages:2.0:Error",
    "urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error"
]objectReturns messageId corresponding to the detailed error message and optionally additional data related to the error condition - for example reason for authentication failure such as user is disabled or locked.
- 
            additionalData(optional): 
            object  additionalData
            
            Contains Map based additional data for the exception message (as key-value pair). All keys and values are in string format.
- 
            messageId(optional): 
            string
            Internal error keyword pointing to the exception status message. REQUIRED.
object404 Response
object- 
            detail(optional): 
            string
            A detailed, human readable message. OPTIONAL
- 
            schemas: 
            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. This specification defines URIs for SCIM specified Error and Extn Error Schema. 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.
- 
            status: 
            string
            The HTTP status code (see Section 6 [RFC7231]) expressed as a JSON String
- 
            urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error(optional): 
            object  urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error
            
            Extension schema for error messages providing more details with the exception status.
 Returns messageId corresponding to the detailed error message and optionally additional data related to the error condition - for example reason for authentication failure such as user is disabled or locked.
array[
    "urn:ietf:params:scim:api:messages:2.0:Error",
    "urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error"
]objectReturns messageId corresponding to the detailed error message and optionally additional data related to the error condition - for example reason for authentication failure such as user is disabled or locked.
- 
            additionalData(optional): 
            object  additionalData
            
            Contains Map based additional data for the exception message (as key-value pair). All keys and values are in string format.
- 
            messageId(optional): 
            string
            Internal error keyword pointing to the exception status message. REQUIRED.
object500 Response
object- 
            detail(optional): 
            string
            A detailed, human readable message. OPTIONAL
- 
            schemas: 
            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. This specification defines URIs for SCIM specified Error and Extn Error Schema. 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.
- 
            status: 
            string
            The HTTP status code (see Section 6 [RFC7231]) expressed as a JSON String
- 
            urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error(optional): 
            object  urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error
            
            Extension schema for error messages providing more details with the exception status.
 Returns messageId corresponding to the detailed error message and optionally additional data related to the error condition - for example reason for authentication failure such as user is disabled or locked.
array[
    "urn:ietf:params:scim:api:messages:2.0:Error",
    "urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error"
]objectReturns messageId corresponding to the detailed error message and optionally additional data related to the error condition - for example reason for authentication failure such as user is disabled or locked.
- 
            additionalData(optional): 
            object  additionalData
            
            Contains Map based additional data for the exception message (as key-value pair). All keys and values are in string format.
- 
            messageId(optional): 
            string
            Internal error keyword pointing to the exception status message. REQUIRED.
object