oci.Identity.DomainsSelfRegistrationProfile
Explore with Pulumi AI
This resource provides the Self Registration Profile resource in Oracle Cloud Infrastructure Identity Domains service.
Create a self-registration profile.
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
Coming soon!
resources:
  testSelfRegistrationProfile:
    type: oci:Identity:DomainsSelfRegistrationProfile
    name: test_self_registration_profile
    properties:
      activationEmailRequired: ${selfRegistrationProfileActivationEmailRequired}
      consentTextPresent: ${selfRegistrationProfileConsentTextPresent}
      displayNames:
        - locale: ${selfRegistrationProfileDisplayNameLocale}
          value: ${selfRegistrationProfileDisplayNameValue}
          default: ${selfRegistrationProfileDisplayNameDefault}
      emailTemplate:
        value: ${selfRegistrationProfileEmailTemplateValue}
      idcsEndpoint: ${testDomain.url}
      name: ${selfRegistrationProfileName}
      numberOfDaysRedirectUrlIsValid: ${selfRegistrationProfileNumberOfDaysRedirectUrlIsValid}
      redirectUrl: ${selfRegistrationProfileRedirectUrl}
      schemas:
        - urn:ietf:params:scim:schemas:oracle:idcs:SelfRegistrationProfile
      showOnLoginPage: ${selfRegistrationProfileShowOnLoginPage}
      active: ${selfRegistrationProfileActive}
      afterSubmitTexts:
        - locale: ${selfRegistrationProfileAfterSubmitTextLocale}
          value: ${selfRegistrationProfileAfterSubmitTextValue}
          default: ${selfRegistrationProfileAfterSubmitTextDefault}
      allowedEmailDomains: ${selfRegistrationProfileAllowedEmailDomains}
      attributeSets:
        - all
      attributes: ""
      authorization: ${selfRegistrationProfileAuthorization}
      consentTexts:
        - locale: ${selfRegistrationProfileConsentTextLocale}
          value: ${selfRegistrationProfileConsentTextValue}
          default: ${selfRegistrationProfileConsentTextDefault}
      defaultGroups:
        - value: ${selfRegistrationProfileDefaultGroupsValue}
      disallowedEmailDomains: ${selfRegistrationProfileDisallowedEmailDomains}
      externalId: externalId
      footerLogo: ${selfRegistrationProfileFooterLogo}
      footerTexts:
        - locale: ${selfRegistrationProfileFooterTextLocale}
          value: ${selfRegistrationProfileFooterTextValue}
          default: ${selfRegistrationProfileFooterTextDefault}
      headerLogo: ${selfRegistrationProfileHeaderLogo}
      headerTexts:
        - locale: ${selfRegistrationProfileHeaderTextLocale}
          value: ${selfRegistrationProfileHeaderTextValue}
          default: ${selfRegistrationProfileHeaderTextDefault}
      id: ${selfRegistrationProfileId}
      ocid: ${selfRegistrationProfileOcid}
      resourceTypeSchemaVersion: ${selfRegistrationProfileResourceTypeSchemaVersion}
      tags:
        - key: ${selfRegistrationProfileTagsKey}
          value: ${selfRegistrationProfileTagsValue}
      userAttributes:
        - seqNumber: ${selfRegistrationProfileUserAttributesSeqNumber}
          value: ${selfRegistrationProfileUserAttributesValue}
          fullyQualifiedAttributeName: ${selfRegistrationProfileUserAttributesFullyQualifiedAttributeName}
Create DomainsSelfRegistrationProfile Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DomainsSelfRegistrationProfile(name: string, args: DomainsSelfRegistrationProfileArgs, opts?: CustomResourceOptions);@overload
def DomainsSelfRegistrationProfile(resource_name: str,
                                   args: DomainsSelfRegistrationProfileArgs,
                                   opts: Optional[ResourceOptions] = None)
@overload
def DomainsSelfRegistrationProfile(resource_name: str,
                                   opts: Optional[ResourceOptions] = None,
                                   display_names: Optional[Sequence[DomainsSelfRegistrationProfileDisplayNameArgs]] = None,
                                   show_on_login_page: Optional[bool] = None,
                                   schemas: Optional[Sequence[str]] = None,
                                   redirect_url: Optional[str] = None,
                                   number_of_days_redirect_url_is_valid: Optional[int] = None,
                                   idcs_endpoint: Optional[str] = None,
                                   activation_email_required: Optional[bool] = None,
                                   consent_text_present: Optional[bool] = None,
                                   email_template: Optional[DomainsSelfRegistrationProfileEmailTemplateArgs] = None,
                                   footer_logo: Optional[str] = None,
                                   attributes: Optional[str] = None,
                                   default_groups: Optional[Sequence[DomainsSelfRegistrationProfileDefaultGroupArgs]] = None,
                                   consent_texts: Optional[Sequence[DomainsSelfRegistrationProfileConsentTextArgs]] = None,
                                   external_id: Optional[str] = None,
                                   authorization: Optional[str] = None,
                                   footer_texts: Optional[Sequence[DomainsSelfRegistrationProfileFooterTextArgs]] = None,
                                   header_logo: Optional[str] = None,
                                   header_texts: Optional[Sequence[DomainsSelfRegistrationProfileHeaderTextArgs]] = None,
                                   disallowed_email_domains: Optional[Sequence[str]] = None,
                                   name: Optional[str] = None,
                                   attribute_sets: Optional[Sequence[str]] = None,
                                   ocid: Optional[str] = None,
                                   allowed_email_domains: Optional[Sequence[str]] = None,
                                   resource_type_schema_version: Optional[str] = None,
                                   after_submit_texts: Optional[Sequence[DomainsSelfRegistrationProfileAfterSubmitTextArgs]] = None,
                                   active: Optional[bool] = None,
                                   tags: Optional[Sequence[DomainsSelfRegistrationProfileTagArgs]] = None,
                                   user_attributes: Optional[Sequence[DomainsSelfRegistrationProfileUserAttributeArgs]] = None)func NewDomainsSelfRegistrationProfile(ctx *Context, name string, args DomainsSelfRegistrationProfileArgs, opts ...ResourceOption) (*DomainsSelfRegistrationProfile, error)public DomainsSelfRegistrationProfile(string name, DomainsSelfRegistrationProfileArgs args, CustomResourceOptions? opts = null)
public DomainsSelfRegistrationProfile(String name, DomainsSelfRegistrationProfileArgs args)
public DomainsSelfRegistrationProfile(String name, DomainsSelfRegistrationProfileArgs args, CustomResourceOptions options)
type: oci:Identity:DomainsSelfRegistrationProfile
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args DomainsSelfRegistrationProfileArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args DomainsSelfRegistrationProfileArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args DomainsSelfRegistrationProfileArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DomainsSelfRegistrationProfileArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DomainsSelfRegistrationProfileArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var domainsSelfRegistrationProfileResource = new Oci.Identity.DomainsSelfRegistrationProfile("domainsSelfRegistrationProfileResource", new()
{
    DisplayNames = new[]
    {
        new Oci.Identity.Inputs.DomainsSelfRegistrationProfileDisplayNameArgs
        {
            Locale = "string",
            Value = "string",
            Default = false,
        },
    },
    ShowOnLoginPage = false,
    Schemas = new[]
    {
        "string",
    },
    RedirectUrl = "string",
    NumberOfDaysRedirectUrlIsValid = 0,
    IdcsEndpoint = "string",
    ActivationEmailRequired = false,
    ConsentTextPresent = false,
    EmailTemplate = new Oci.Identity.Inputs.DomainsSelfRegistrationProfileEmailTemplateArgs
    {
        Value = "string",
        Display = "string",
        Ref = "string",
    },
    FooterLogo = "string",
    Attributes = "string",
    DefaultGroups = new[]
    {
        new Oci.Identity.Inputs.DomainsSelfRegistrationProfileDefaultGroupArgs
        {
            Value = "string",
            Display = "string",
            Ref = "string",
        },
    },
    ConsentTexts = new[]
    {
        new Oci.Identity.Inputs.DomainsSelfRegistrationProfileConsentTextArgs
        {
            Locale = "string",
            Value = "string",
            Default = false,
        },
    },
    ExternalId = "string",
    Authorization = "string",
    FooterTexts = new[]
    {
        new Oci.Identity.Inputs.DomainsSelfRegistrationProfileFooterTextArgs
        {
            Locale = "string",
            Value = "string",
            Default = false,
        },
    },
    HeaderLogo = "string",
    HeaderTexts = new[]
    {
        new Oci.Identity.Inputs.DomainsSelfRegistrationProfileHeaderTextArgs
        {
            Locale = "string",
            Value = "string",
            Default = false,
        },
    },
    DisallowedEmailDomains = new[]
    {
        "string",
    },
    Name = "string",
    AttributeSets = new[]
    {
        "string",
    },
    Ocid = "string",
    AllowedEmailDomains = new[]
    {
        "string",
    },
    ResourceTypeSchemaVersion = "string",
    AfterSubmitTexts = new[]
    {
        new Oci.Identity.Inputs.DomainsSelfRegistrationProfileAfterSubmitTextArgs
        {
            Locale = "string",
            Value = "string",
            Default = false,
        },
    },
    Active = false,
    Tags = new[]
    {
        new Oci.Identity.Inputs.DomainsSelfRegistrationProfileTagArgs
        {
            Key = "string",
            Value = "string",
        },
    },
    UserAttributes = new[]
    {
        new Oci.Identity.Inputs.DomainsSelfRegistrationProfileUserAttributeArgs
        {
            SeqNumber = 0,
            Value = "string",
            Deletable = false,
            FullyQualifiedAttributeName = "string",
            Metadata = "string",
        },
    },
});
example, err := identity.NewDomainsSelfRegistrationProfile(ctx, "domainsSelfRegistrationProfileResource", &identity.DomainsSelfRegistrationProfileArgs{
	DisplayNames: identity.DomainsSelfRegistrationProfileDisplayNameArray{
		&identity.DomainsSelfRegistrationProfileDisplayNameArgs{
			Locale:  pulumi.String("string"),
			Value:   pulumi.String("string"),
			Default: pulumi.Bool(false),
		},
	},
	ShowOnLoginPage: pulumi.Bool(false),
	Schemas: pulumi.StringArray{
		pulumi.String("string"),
	},
	RedirectUrl:                    pulumi.String("string"),
	NumberOfDaysRedirectUrlIsValid: pulumi.Int(0),
	IdcsEndpoint:                   pulumi.String("string"),
	ActivationEmailRequired:        pulumi.Bool(false),
	ConsentTextPresent:             pulumi.Bool(false),
	EmailTemplate: &identity.DomainsSelfRegistrationProfileEmailTemplateArgs{
		Value:   pulumi.String("string"),
		Display: pulumi.String("string"),
		Ref:     pulumi.String("string"),
	},
	FooterLogo: pulumi.String("string"),
	Attributes: pulumi.String("string"),
	DefaultGroups: identity.DomainsSelfRegistrationProfileDefaultGroupArray{
		&identity.DomainsSelfRegistrationProfileDefaultGroupArgs{
			Value:   pulumi.String("string"),
			Display: pulumi.String("string"),
			Ref:     pulumi.String("string"),
		},
	},
	ConsentTexts: identity.DomainsSelfRegistrationProfileConsentTextArray{
		&identity.DomainsSelfRegistrationProfileConsentTextArgs{
			Locale:  pulumi.String("string"),
			Value:   pulumi.String("string"),
			Default: pulumi.Bool(false),
		},
	},
	ExternalId:    pulumi.String("string"),
	Authorization: pulumi.String("string"),
	FooterTexts: identity.DomainsSelfRegistrationProfileFooterTextArray{
		&identity.DomainsSelfRegistrationProfileFooterTextArgs{
			Locale:  pulumi.String("string"),
			Value:   pulumi.String("string"),
			Default: pulumi.Bool(false),
		},
	},
	HeaderLogo: pulumi.String("string"),
	HeaderTexts: identity.DomainsSelfRegistrationProfileHeaderTextArray{
		&identity.DomainsSelfRegistrationProfileHeaderTextArgs{
			Locale:  pulumi.String("string"),
			Value:   pulumi.String("string"),
			Default: pulumi.Bool(false),
		},
	},
	DisallowedEmailDomains: pulumi.StringArray{
		pulumi.String("string"),
	},
	Name: pulumi.String("string"),
	AttributeSets: pulumi.StringArray{
		pulumi.String("string"),
	},
	Ocid: pulumi.String("string"),
	AllowedEmailDomains: pulumi.StringArray{
		pulumi.String("string"),
	},
	ResourceTypeSchemaVersion: pulumi.String("string"),
	AfterSubmitTexts: identity.DomainsSelfRegistrationProfileAfterSubmitTextArray{
		&identity.DomainsSelfRegistrationProfileAfterSubmitTextArgs{
			Locale:  pulumi.String("string"),
			Value:   pulumi.String("string"),
			Default: pulumi.Bool(false),
		},
	},
	Active: pulumi.Bool(false),
	Tags: identity.DomainsSelfRegistrationProfileTagArray{
		&identity.DomainsSelfRegistrationProfileTagArgs{
			Key:   pulumi.String("string"),
			Value: pulumi.String("string"),
		},
	},
	UserAttributes: identity.DomainsSelfRegistrationProfileUserAttributeArray{
		&identity.DomainsSelfRegistrationProfileUserAttributeArgs{
			SeqNumber:                   pulumi.Int(0),
			Value:                       pulumi.String("string"),
			Deletable:                   pulumi.Bool(false),
			FullyQualifiedAttributeName: pulumi.String("string"),
			Metadata:                    pulumi.String("string"),
		},
	},
})
var domainsSelfRegistrationProfileResource = new DomainsSelfRegistrationProfile("domainsSelfRegistrationProfileResource", DomainsSelfRegistrationProfileArgs.builder()
    .displayNames(DomainsSelfRegistrationProfileDisplayNameArgs.builder()
        .locale("string")
        .value("string")
        .default_(false)
        .build())
    .showOnLoginPage(false)
    .schemas("string")
    .redirectUrl("string")
    .numberOfDaysRedirectUrlIsValid(0)
    .idcsEndpoint("string")
    .activationEmailRequired(false)
    .consentTextPresent(false)
    .emailTemplate(DomainsSelfRegistrationProfileEmailTemplateArgs.builder()
        .value("string")
        .display("string")
        .ref("string")
        .build())
    .footerLogo("string")
    .attributes("string")
    .defaultGroups(DomainsSelfRegistrationProfileDefaultGroupArgs.builder()
        .value("string")
        .display("string")
        .ref("string")
        .build())
    .consentTexts(DomainsSelfRegistrationProfileConsentTextArgs.builder()
        .locale("string")
        .value("string")
        .default_(false)
        .build())
    .externalId("string")
    .authorization("string")
    .footerTexts(DomainsSelfRegistrationProfileFooterTextArgs.builder()
        .locale("string")
        .value("string")
        .default_(false)
        .build())
    .headerLogo("string")
    .headerTexts(DomainsSelfRegistrationProfileHeaderTextArgs.builder()
        .locale("string")
        .value("string")
        .default_(false)
        .build())
    .disallowedEmailDomains("string")
    .name("string")
    .attributeSets("string")
    .ocid("string")
    .allowedEmailDomains("string")
    .resourceTypeSchemaVersion("string")
    .afterSubmitTexts(DomainsSelfRegistrationProfileAfterSubmitTextArgs.builder()
        .locale("string")
        .value("string")
        .default_(false)
        .build())
    .active(false)
    .tags(DomainsSelfRegistrationProfileTagArgs.builder()
        .key("string")
        .value("string")
        .build())
    .userAttributes(DomainsSelfRegistrationProfileUserAttributeArgs.builder()
        .seqNumber(0)
        .value("string")
        .deletable(false)
        .fullyQualifiedAttributeName("string")
        .metadata("string")
        .build())
    .build());
domains_self_registration_profile_resource = oci.identity.DomainsSelfRegistrationProfile("domainsSelfRegistrationProfileResource",
    display_names=[{
        "locale": "string",
        "value": "string",
        "default": False,
    }],
    show_on_login_page=False,
    schemas=["string"],
    redirect_url="string",
    number_of_days_redirect_url_is_valid=0,
    idcs_endpoint="string",
    activation_email_required=False,
    consent_text_present=False,
    email_template={
        "value": "string",
        "display": "string",
        "ref": "string",
    },
    footer_logo="string",
    attributes="string",
    default_groups=[{
        "value": "string",
        "display": "string",
        "ref": "string",
    }],
    consent_texts=[{
        "locale": "string",
        "value": "string",
        "default": False,
    }],
    external_id="string",
    authorization="string",
    footer_texts=[{
        "locale": "string",
        "value": "string",
        "default": False,
    }],
    header_logo="string",
    header_texts=[{
        "locale": "string",
        "value": "string",
        "default": False,
    }],
    disallowed_email_domains=["string"],
    name="string",
    attribute_sets=["string"],
    ocid="string",
    allowed_email_domains=["string"],
    resource_type_schema_version="string",
    after_submit_texts=[{
        "locale": "string",
        "value": "string",
        "default": False,
    }],
    active=False,
    tags=[{
        "key": "string",
        "value": "string",
    }],
    user_attributes=[{
        "seq_number": 0,
        "value": "string",
        "deletable": False,
        "fully_qualified_attribute_name": "string",
        "metadata": "string",
    }])
const domainsSelfRegistrationProfileResource = new oci.identity.DomainsSelfRegistrationProfile("domainsSelfRegistrationProfileResource", {
    displayNames: [{
        locale: "string",
        value: "string",
        "default": false,
    }],
    showOnLoginPage: false,
    schemas: ["string"],
    redirectUrl: "string",
    numberOfDaysRedirectUrlIsValid: 0,
    idcsEndpoint: "string",
    activationEmailRequired: false,
    consentTextPresent: false,
    emailTemplate: {
        value: "string",
        display: "string",
        ref: "string",
    },
    footerLogo: "string",
    attributes: "string",
    defaultGroups: [{
        value: "string",
        display: "string",
        ref: "string",
    }],
    consentTexts: [{
        locale: "string",
        value: "string",
        "default": false,
    }],
    externalId: "string",
    authorization: "string",
    footerTexts: [{
        locale: "string",
        value: "string",
        "default": false,
    }],
    headerLogo: "string",
    headerTexts: [{
        locale: "string",
        value: "string",
        "default": false,
    }],
    disallowedEmailDomains: ["string"],
    name: "string",
    attributeSets: ["string"],
    ocid: "string",
    allowedEmailDomains: ["string"],
    resourceTypeSchemaVersion: "string",
    afterSubmitTexts: [{
        locale: "string",
        value: "string",
        "default": false,
    }],
    active: false,
    tags: [{
        key: "string",
        value: "string",
    }],
    userAttributes: [{
        seqNumber: 0,
        value: "string",
        deletable: false,
        fullyQualifiedAttributeName: "string",
        metadata: "string",
    }],
});
type: oci:Identity:DomainsSelfRegistrationProfile
properties:
    activationEmailRequired: false
    active: false
    afterSubmitTexts:
        - default: false
          locale: string
          value: string
    allowedEmailDomains:
        - string
    attributeSets:
        - string
    attributes: string
    authorization: string
    consentTextPresent: false
    consentTexts:
        - default: false
          locale: string
          value: string
    defaultGroups:
        - display: string
          ref: string
          value: string
    disallowedEmailDomains:
        - string
    displayNames:
        - default: false
          locale: string
          value: string
    emailTemplate:
        display: string
        ref: string
        value: string
    externalId: string
    footerLogo: string
    footerTexts:
        - default: false
          locale: string
          value: string
    headerLogo: string
    headerTexts:
        - default: false
          locale: string
          value: string
    idcsEndpoint: string
    name: string
    numberOfDaysRedirectUrlIsValid: 0
    ocid: string
    redirectUrl: string
    resourceTypeSchemaVersion: string
    schemas:
        - string
    showOnLoginPage: false
    tags:
        - key: string
          value: string
    userAttributes:
        - deletable: false
          fullyQualifiedAttributeName: string
          metadata: string
          seqNumber: 0
          value: string
DomainsSelfRegistrationProfile Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The DomainsSelfRegistrationProfile resource accepts the following input properties:
- ActivationEmail boolRequired 
- (Updatable) SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none A Boolean value that indicates whether Account verification email is required to be sent before login or not
 
- ConsentText boolPresent 
- (Updatable) A boolean value that indicates whether the consent text is present. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
 
- DisplayNames List<DomainsSelf Registration Profile Display Name> 
- (Updatable) Registration page name - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
 
- EmailTemplate DomainsSelf Registration Profile Email Template 
- (Updatable) Email template - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: request
- type: complex
 
- IdcsEndpoint string
- The basic endpoint for the identity domain
- NumberOf intDays Redirect Url Is Valid 
- (Updatable) Number of days redirect URL is valid - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
 
- RedirectUrl string
- (Updatable) This URL will be replaced in email notification sent to user. When activation email required is set to true, user is created in "pending verification" state, upon clicking this link user will be able to activate himself. When activation email required is set to false, user is created in "verified" state, this link will be used to verify user's email. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- Schemas List<string>
- (Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- ShowOn boolLogin Page 
- (Updatable) A Boolean value that indicates whether the profile should be displayed on login page - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
 
- Active bool
- (Updatable) A Boolean value that indicates whether the profile is enabled or not - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- AfterSubmit List<DomainsTexts Self Registration Profile After Submit Text> 
- (Updatable) Text to be displayed on UI after doing self registration - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- AllowedEmail List<string>Domains 
- (Updatable) A Multivalue String value for Email domains which are valid for this profile - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- AttributeSets List<string>
- (Updatable) 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.
- Attributes string
- (Updatable) 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.
- string
- (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- ConsentTexts List<DomainsSelf Registration Profile Consent Text> 
- (Updatable) Consent text - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- DefaultGroups List<DomainsSelf Registration Profile Default Group> 
- (Updatable) Default groups assigned to the user - SCIM++ Properties: - idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
 
- DisallowedEmail List<string>Domains 
- (Updatable) A Multivalue String Value for Email domains to be handled as exceptions - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ExternalId string
- (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- string
- (Updatable) References to footer logo - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
 
- 
List<DomainsSelf Registration Profile Footer Text> 
- (Updatable) Footer text - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- HeaderLogo string
- (Updatable) Reference to header logo - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
 
- HeaderTexts List<DomainsSelf Registration Profile Header Text> 
- (Updatable) Header text - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- Name string
- (Updatable) Name of the profile - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: global
 
- Ocid string
- (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource. - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: global
 
- ResourceType stringSchema Version 
- (Updatable) 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.
- 
List<DomainsSelf Registration Profile Tag> 
- (Updatable) A list of tags on this resource. - SCIM++ Properties: - idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
 
- UserAttributes List<DomainsSelf Registration Profile User Attribute> 
- (Updatable) SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none User Attributes
 
- ActivationEmail boolRequired 
- (Updatable) SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none A Boolean value that indicates whether Account verification email is required to be sent before login or not
 
- ConsentText boolPresent 
- (Updatable) A boolean value that indicates whether the consent text is present. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
 
- DisplayNames []DomainsSelf Registration Profile Display Name Args 
- (Updatable) Registration page name - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
 
- EmailTemplate DomainsSelf Registration Profile Email Template Args 
- (Updatable) Email template - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: request
- type: complex
 
- IdcsEndpoint string
- The basic endpoint for the identity domain
- NumberOf intDays Redirect Url Is Valid 
- (Updatable) Number of days redirect URL is valid - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
 
- RedirectUrl string
- (Updatable) This URL will be replaced in email notification sent to user. When activation email required is set to true, user is created in "pending verification" state, upon clicking this link user will be able to activate himself. When activation email required is set to false, user is created in "verified" state, this link will be used to verify user's email. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- Schemas []string
- (Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- ShowOn boolLogin Page 
- (Updatable) A Boolean value that indicates whether the profile should be displayed on login page - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
 
- Active bool
- (Updatable) A Boolean value that indicates whether the profile is enabled or not - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- AfterSubmit []DomainsTexts Self Registration Profile After Submit Text Args 
- (Updatable) Text to be displayed on UI after doing self registration - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- AllowedEmail []stringDomains 
- (Updatable) A Multivalue String value for Email domains which are valid for this profile - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- AttributeSets []string
- (Updatable) 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.
- Attributes string
- (Updatable) 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.
- string
- (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- ConsentTexts []DomainsSelf Registration Profile Consent Text Args 
- (Updatable) Consent text - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- DefaultGroups []DomainsSelf Registration Profile Default Group Args 
- (Updatable) Default groups assigned to the user - SCIM++ Properties: - idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
 
- DisallowedEmail []stringDomains 
- (Updatable) A Multivalue String Value for Email domains to be handled as exceptions - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ExternalId string
- (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- string
- (Updatable) References to footer logo - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
 
- 
[]DomainsSelf Registration Profile Footer Text Args 
- (Updatable) Footer text - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- HeaderLogo string
- (Updatable) Reference to header logo - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
 
- HeaderTexts []DomainsSelf Registration Profile Header Text Args 
- (Updatable) Header text - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- Name string
- (Updatable) Name of the profile - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: global
 
- Ocid string
- (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource. - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: global
 
- ResourceType stringSchema Version 
- (Updatable) 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.
- 
[]DomainsSelf Registration Profile Tag Args 
- (Updatable) A list of tags on this resource. - SCIM++ Properties: - idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
 
- UserAttributes []DomainsSelf Registration Profile User Attribute Args 
- (Updatable) SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none User Attributes
 
- activationEmail BooleanRequired 
- (Updatable) SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none A Boolean value that indicates whether Account verification email is required to be sent before login or not
 
- consentText BooleanPresent 
- (Updatable) A boolean value that indicates whether the consent text is present. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
 
- displayNames List<DomainsSelf Registration Profile Display Name> 
- (Updatable) Registration page name - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
 
- emailTemplate DomainsSelf Registration Profile Email Template 
- (Updatable) Email template - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: request
- type: complex
 
- idcsEndpoint String
- The basic endpoint for the identity domain
- numberOf IntegerDays Redirect Url Is Valid 
- (Updatable) Number of days redirect URL is valid - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
 
- redirectUrl String
- (Updatable) This URL will be replaced in email notification sent to user. When activation email required is set to true, user is created in "pending verification" state, upon clicking this link user will be able to activate himself. When activation email required is set to false, user is created in "verified" state, this link will be used to verify user's email. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- schemas List<String>
- (Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- showOn BooleanLogin Page 
- (Updatable) A Boolean value that indicates whether the profile should be displayed on login page - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
 
- active Boolean
- (Updatable) A Boolean value that indicates whether the profile is enabled or not - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- afterSubmit List<DomainsTexts Self Registration Profile After Submit Text> 
- (Updatable) Text to be displayed on UI after doing self registration - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- allowedEmail List<String>Domains 
- (Updatable) A Multivalue String value for Email domains which are valid for this profile - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- attributeSets List<String>
- (Updatable) 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.
- attributes String
- (Updatable) 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.
- String
- (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- consentTexts List<DomainsSelf Registration Profile Consent Text> 
- (Updatable) Consent text - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- defaultGroups List<DomainsSelf Registration Profile Default Group> 
- (Updatable) Default groups assigned to the user - SCIM++ Properties: - idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
 
- disallowedEmail List<String>Domains 
- (Updatable) A Multivalue String Value for Email domains to be handled as exceptions - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- externalId String
- (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- String
- (Updatable) References to footer logo - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
 
- 
List<DomainsSelf Registration Profile Footer Text> 
- (Updatable) Footer text - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- headerLogo String
- (Updatable) Reference to header logo - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
 
- headerTexts List<DomainsSelf Registration Profile Header Text> 
- (Updatable) Header text - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- name String
- (Updatable) Name of the profile - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: global
 
- ocid String
- (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource. - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: global
 
- resourceType StringSchema Version 
- (Updatable) 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.
- 
List<DomainsSelf Registration Profile Tag> 
- (Updatable) A list of tags on this resource. - SCIM++ Properties: - idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
 
- userAttributes List<DomainsSelf Registration Profile User Attribute> 
- (Updatable) SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none User Attributes
 
- activationEmail booleanRequired 
- (Updatable) SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none A Boolean value that indicates whether Account verification email is required to be sent before login or not
 
- consentText booleanPresent 
- (Updatable) A boolean value that indicates whether the consent text is present. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
 
- displayNames DomainsSelf Registration Profile Display Name[] 
- (Updatable) Registration page name - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
 
- emailTemplate DomainsSelf Registration Profile Email Template 
- (Updatable) Email template - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: request
- type: complex
 
- idcsEndpoint string
- The basic endpoint for the identity domain
- numberOf numberDays Redirect Url Is Valid 
- (Updatable) Number of days redirect URL is valid - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
 
- redirectUrl string
- (Updatable) This URL will be replaced in email notification sent to user. When activation email required is set to true, user is created in "pending verification" state, upon clicking this link user will be able to activate himself. When activation email required is set to false, user is created in "verified" state, this link will be used to verify user's email. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- schemas string[]
- (Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- showOn booleanLogin Page 
- (Updatable) A Boolean value that indicates whether the profile should be displayed on login page - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
 
- active boolean
- (Updatable) A Boolean value that indicates whether the profile is enabled or not - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- afterSubmit DomainsTexts Self Registration Profile After Submit Text[] 
- (Updatable) Text to be displayed on UI after doing self registration - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- allowedEmail string[]Domains 
- (Updatable) A Multivalue String value for Email domains which are valid for this profile - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- attributeSets string[]
- (Updatable) 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.
- attributes string
- (Updatable) 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.
- string
- (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- consentTexts DomainsSelf Registration Profile Consent Text[] 
- (Updatable) Consent text - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- defaultGroups DomainsSelf Registration Profile Default Group[] 
- (Updatable) Default groups assigned to the user - SCIM++ Properties: - idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
 
- disallowedEmail string[]Domains 
- (Updatable) A Multivalue String Value for Email domains to be handled as exceptions - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- externalId string
- (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- string
- (Updatable) References to footer logo - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
 
- 
DomainsSelf Registration Profile Footer Text[] 
- (Updatable) Footer text - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- headerLogo string
- (Updatable) Reference to header logo - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
 
- headerTexts DomainsSelf Registration Profile Header Text[] 
- (Updatable) Header text - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- name string
- (Updatable) Name of the profile - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: global
 
- ocid string
- (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource. - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: global
 
- resourceType stringSchema Version 
- (Updatable) 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.
- 
DomainsSelf Registration Profile Tag[] 
- (Updatable) A list of tags on this resource. - SCIM++ Properties: - idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
 
- userAttributes DomainsSelf Registration Profile User Attribute[] 
- (Updatable) SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none User Attributes
 
- activation_email_ boolrequired 
- (Updatable) SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none A Boolean value that indicates whether Account verification email is required to be sent before login or not
 
- consent_text_ boolpresent 
- (Updatable) A boolean value that indicates whether the consent text is present. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
 
- display_names Sequence[DomainsSelf Registration Profile Display Name Args] 
- (Updatable) Registration page name - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
 
- email_template DomainsSelf Registration Profile Email Template Args 
- (Updatable) Email template - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: request
- type: complex
 
- idcs_endpoint str
- The basic endpoint for the identity domain
- number_of_ intdays_ redirect_ url_ is_ valid 
- (Updatable) Number of days redirect URL is valid - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
 
- redirect_url str
- (Updatable) This URL will be replaced in email notification sent to user. When activation email required is set to true, user is created in "pending verification" state, upon clicking this link user will be able to activate himself. When activation email required is set to false, user is created in "verified" state, this link will be used to verify user's email. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- schemas Sequence[str]
- (Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- show_on_ boollogin_ page 
- (Updatable) A Boolean value that indicates whether the profile should be displayed on login page - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
 
- active bool
- (Updatable) A Boolean value that indicates whether the profile is enabled or not - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- after_submit_ Sequence[Domainstexts Self Registration Profile After Submit Text Args] 
- (Updatable) Text to be displayed on UI after doing self registration - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- allowed_email_ Sequence[str]domains 
- (Updatable) A Multivalue String value for Email domains which are valid for this profile - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- attribute_sets Sequence[str]
- (Updatable) 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.
- attributes str
- (Updatable) 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.
- str
- (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- consent_texts Sequence[DomainsSelf Registration Profile Consent Text Args] 
- (Updatable) Consent text - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- default_groups Sequence[DomainsSelf Registration Profile Default Group Args] 
- (Updatable) Default groups assigned to the user - SCIM++ Properties: - idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
 
- disallowed_email_ Sequence[str]domains 
- (Updatable) A Multivalue String Value for Email domains to be handled as exceptions - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- external_id str
- (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- str
- (Updatable) References to footer logo - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
 
- 
Sequence[DomainsSelf Registration Profile Footer Text Args] 
- (Updatable) Footer text - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- header_logo str
- (Updatable) Reference to header logo - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
 
- header_texts Sequence[DomainsSelf Registration Profile Header Text Args] 
- (Updatable) Header text - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- name str
- (Updatable) Name of the profile - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: global
 
- ocid str
- (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource. - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: global
 
- resource_type_ strschema_ version 
- (Updatable) 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.
- 
Sequence[DomainsSelf Registration Profile Tag Args] 
- (Updatable) A list of tags on this resource. - SCIM++ Properties: - idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
 
- user_attributes Sequence[DomainsSelf Registration Profile User Attribute Args] 
- (Updatable) SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none User Attributes
 
- activationEmail BooleanRequired 
- (Updatable) SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none A Boolean value that indicates whether Account verification email is required to be sent before login or not
 
- consentText BooleanPresent 
- (Updatable) A boolean value that indicates whether the consent text is present. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
 
- displayNames List<Property Map>
- (Updatable) Registration page name - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
 
- emailTemplate Property Map
- (Updatable) Email template - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: request
- type: complex
 
- idcsEndpoint String
- The basic endpoint for the identity domain
- numberOf NumberDays Redirect Url Is Valid 
- (Updatable) Number of days redirect URL is valid - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
 
- redirectUrl String
- (Updatable) This URL will be replaced in email notification sent to user. When activation email required is set to true, user is created in "pending verification" state, upon clicking this link user will be able to activate himself. When activation email required is set to false, user is created in "verified" state, this link will be used to verify user's email. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- schemas List<String>
- (Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- showOn BooleanLogin Page 
- (Updatable) A Boolean value that indicates whether the profile should be displayed on login page - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
 
- active Boolean
- (Updatable) A Boolean value that indicates whether the profile is enabled or not - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- afterSubmit List<Property Map>Texts 
- (Updatable) Text to be displayed on UI after doing self registration - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- allowedEmail List<String>Domains 
- (Updatable) A Multivalue String value for Email domains which are valid for this profile - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- attributeSets List<String>
- (Updatable) 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.
- attributes String
- (Updatable) 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.
- String
- (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- consentTexts List<Property Map>
- (Updatable) Consent text - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- defaultGroups List<Property Map>
- (Updatable) Default groups assigned to the user - SCIM++ Properties: - idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
 
- disallowedEmail List<String>Domains 
- (Updatable) A Multivalue String Value for Email domains to be handled as exceptions - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- externalId String
- (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- String
- (Updatable) References to footer logo - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
 
- List<Property Map>
- (Updatable) Footer text - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- headerLogo String
- (Updatable) Reference to header logo - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
 
- headerTexts List<Property Map>
- (Updatable) Header text - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- name String
- (Updatable) Name of the profile - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: global
 
- ocid String
- (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource. - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: global
 
- resourceType StringSchema Version 
- (Updatable) 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.
- List<Property Map>
- (Updatable) A list of tags on this resource. - SCIM++ Properties: - idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
 
- userAttributes List<Property Map>
- (Updatable) SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none User Attributes
 
Outputs
All input properties are implicitly available as output properties. Additionally, the DomainsSelfRegistrationProfile resource produces the following output properties:
- CompartmentOcid string
- (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- DeleteIn boolProgress 
- (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- DomainOcid string
- (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- Id string
- The provider-assigned unique ID for this managed resource.
- IdcsCreated List<DomainsBies Self Registration Profile Idcs Created By> 
- (Updatable) The User or App who created the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
 
- IdcsLast List<DomainsModified Bies Self Registration Profile Idcs Last Modified By> 
- (Updatable) The User or App who modified the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
 
- IdcsLast stringUpgraded In Release 
- (Updatable) The release number when the resource was upgraded. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- IdcsPrevented List<string>Operations 
- (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource. - SCIM++ Properties: - idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- Metas
List<DomainsSelf Registration Profile Meta> 
- (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
 
- TenancyOcid string
- (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- CompartmentOcid string
- (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- DeleteIn boolProgress 
- (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- DomainOcid string
- (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- Id string
- The provider-assigned unique ID for this managed resource.
- IdcsCreated []DomainsBies Self Registration Profile Idcs Created By 
- (Updatable) The User or App who created the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
 
- IdcsLast []DomainsModified Bies Self Registration Profile Idcs Last Modified By 
- (Updatable) The User or App who modified the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
 
- IdcsLast stringUpgraded In Release 
- (Updatable) The release number when the resource was upgraded. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- IdcsPrevented []stringOperations 
- (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource. - SCIM++ Properties: - idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- Metas
[]DomainsSelf Registration Profile Meta 
- (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
 
- TenancyOcid string
- (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- compartmentOcid String
- (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- deleteIn BooleanProgress 
- (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- domainOcid String
- (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- id String
- The provider-assigned unique ID for this managed resource.
- idcsCreated List<DomainsBies Self Registration Profile Idcs Created By> 
- (Updatable) The User or App who created the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
 
- idcsLast List<DomainsModified Bies Self Registration Profile Idcs Last Modified By> 
- (Updatable) The User or App who modified the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
 
- idcsLast StringUpgraded In Release 
- (Updatable) The release number when the resource was upgraded. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- idcsPrevented List<String>Operations 
- (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource. - SCIM++ Properties: - idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- metas
List<DomainsSelf Registration Profile Meta> 
- (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
 
- tenancyOcid String
- (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- compartmentOcid string
- (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- deleteIn booleanProgress 
- (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- domainOcid string
- (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- id string
- The provider-assigned unique ID for this managed resource.
- idcsCreated DomainsBies Self Registration Profile Idcs Created By[] 
- (Updatable) The User or App who created the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
 
- idcsLast DomainsModified Bies Self Registration Profile Idcs Last Modified By[] 
- (Updatable) The User or App who modified the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
 
- idcsLast stringUpgraded In Release 
- (Updatable) The release number when the resource was upgraded. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- idcsPrevented string[]Operations 
- (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource. - SCIM++ Properties: - idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- metas
DomainsSelf Registration Profile Meta[] 
- (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
 
- tenancyOcid string
- (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- compartment_ocid str
- (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- delete_in_ boolprogress 
- (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- domain_ocid str
- (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- id str
- The provider-assigned unique ID for this managed resource.
- idcs_created_ Sequence[Domainsbies Self Registration Profile Idcs Created By] 
- (Updatable) The User or App who created the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
 
- idcs_last_ Sequence[Domainsmodified_ bies Self Registration Profile Idcs Last Modified By] 
- (Updatable) The User or App who modified the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
 
- idcs_last_ strupgraded_ in_ release 
- (Updatable) The release number when the resource was upgraded. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- idcs_prevented_ Sequence[str]operations 
- (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource. - SCIM++ Properties: - idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- metas
Sequence[DomainsSelf Registration Profile Meta] 
- (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
 
- tenancy_ocid str
- (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- compartmentOcid String
- (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- deleteIn BooleanProgress 
- (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- domainOcid String
- (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- id String
- The provider-assigned unique ID for this managed resource.
- idcsCreated List<Property Map>Bies 
- (Updatable) The User or App who created the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
 
- idcsLast List<Property Map>Modified Bies 
- (Updatable) The User or App who modified the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
 
- idcsLast StringUpgraded In Release 
- (Updatable) The release number when the resource was upgraded. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- idcsPrevented List<String>Operations 
- (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource. - SCIM++ Properties: - idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- metas List<Property Map>
- (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
 
- tenancyOcid String
- (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
Look up Existing DomainsSelfRegistrationProfile Resource
Get an existing DomainsSelfRegistrationProfile resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: DomainsSelfRegistrationProfileState, opts?: CustomResourceOptions): DomainsSelfRegistrationProfile@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        activation_email_required: Optional[bool] = None,
        active: Optional[bool] = None,
        after_submit_texts: Optional[Sequence[DomainsSelfRegistrationProfileAfterSubmitTextArgs]] = None,
        allowed_email_domains: Optional[Sequence[str]] = None,
        attribute_sets: Optional[Sequence[str]] = None,
        attributes: Optional[str] = None,
        authorization: Optional[str] = None,
        compartment_ocid: Optional[str] = None,
        consent_text_present: Optional[bool] = None,
        consent_texts: Optional[Sequence[DomainsSelfRegistrationProfileConsentTextArgs]] = None,
        default_groups: Optional[Sequence[DomainsSelfRegistrationProfileDefaultGroupArgs]] = None,
        delete_in_progress: Optional[bool] = None,
        disallowed_email_domains: Optional[Sequence[str]] = None,
        display_names: Optional[Sequence[DomainsSelfRegistrationProfileDisplayNameArgs]] = None,
        domain_ocid: Optional[str] = None,
        email_template: Optional[DomainsSelfRegistrationProfileEmailTemplateArgs] = None,
        external_id: Optional[str] = None,
        footer_logo: Optional[str] = None,
        footer_texts: Optional[Sequence[DomainsSelfRegistrationProfileFooterTextArgs]] = None,
        header_logo: Optional[str] = None,
        header_texts: Optional[Sequence[DomainsSelfRegistrationProfileHeaderTextArgs]] = None,
        idcs_created_bies: Optional[Sequence[DomainsSelfRegistrationProfileIdcsCreatedByArgs]] = None,
        idcs_endpoint: Optional[str] = None,
        idcs_last_modified_bies: Optional[Sequence[DomainsSelfRegistrationProfileIdcsLastModifiedByArgs]] = None,
        idcs_last_upgraded_in_release: Optional[str] = None,
        idcs_prevented_operations: Optional[Sequence[str]] = None,
        metas: Optional[Sequence[DomainsSelfRegistrationProfileMetaArgs]] = None,
        name: Optional[str] = None,
        number_of_days_redirect_url_is_valid: Optional[int] = None,
        ocid: Optional[str] = None,
        redirect_url: Optional[str] = None,
        resource_type_schema_version: Optional[str] = None,
        schemas: Optional[Sequence[str]] = None,
        show_on_login_page: Optional[bool] = None,
        tags: Optional[Sequence[DomainsSelfRegistrationProfileTagArgs]] = None,
        tenancy_ocid: Optional[str] = None,
        user_attributes: Optional[Sequence[DomainsSelfRegistrationProfileUserAttributeArgs]] = None) -> DomainsSelfRegistrationProfilefunc GetDomainsSelfRegistrationProfile(ctx *Context, name string, id IDInput, state *DomainsSelfRegistrationProfileState, opts ...ResourceOption) (*DomainsSelfRegistrationProfile, error)public static DomainsSelfRegistrationProfile Get(string name, Input<string> id, DomainsSelfRegistrationProfileState? state, CustomResourceOptions? opts = null)public static DomainsSelfRegistrationProfile get(String name, Output<String> id, DomainsSelfRegistrationProfileState state, CustomResourceOptions options)resources:  _:    type: oci:Identity:DomainsSelfRegistrationProfile    get:      id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- ActivationEmail boolRequired 
- (Updatable) SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none A Boolean value that indicates whether Account verification email is required to be sent before login or not
 
- Active bool
- (Updatable) A Boolean value that indicates whether the profile is enabled or not - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- AfterSubmit List<DomainsTexts Self Registration Profile After Submit Text> 
- (Updatable) Text to be displayed on UI after doing self registration - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- AllowedEmail List<string>Domains 
- (Updatable) A Multivalue String value for Email domains which are valid for this profile - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- AttributeSets List<string>
- (Updatable) 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.
- Attributes string
- (Updatable) 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.
- string
- (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- CompartmentOcid string
- (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ConsentText boolPresent 
- (Updatable) A boolean value that indicates whether the consent text is present. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
 
- ConsentTexts List<DomainsSelf Registration Profile Consent Text> 
- (Updatable) Consent text - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- DefaultGroups List<DomainsSelf Registration Profile Default Group> 
- (Updatable) Default groups assigned to the user - SCIM++ Properties: - idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
 
- DeleteIn boolProgress 
- (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- DisallowedEmail List<string>Domains 
- (Updatable) A Multivalue String Value for Email domains to be handled as exceptions - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- DisplayNames List<DomainsSelf Registration Profile Display Name> 
- (Updatable) Registration page name - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
 
- DomainOcid string
- (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- EmailTemplate DomainsSelf Registration Profile Email Template 
- (Updatable) Email template - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: request
- type: complex
 
- ExternalId string
- (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- string
- (Updatable) References to footer logo - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
 
- 
List<DomainsSelf Registration Profile Footer Text> 
- (Updatable) Footer text - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- HeaderLogo string
- (Updatable) Reference to header logo - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
 
- HeaderTexts List<DomainsSelf Registration Profile Header Text> 
- (Updatable) Header text - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- IdcsCreated List<DomainsBies Self Registration Profile Idcs Created By> 
- (Updatable) The User or App who created the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
 
- IdcsEndpoint string
- The basic endpoint for the identity domain
- IdcsLast List<DomainsModified Bies Self Registration Profile Idcs Last Modified By> 
- (Updatable) The User or App who modified the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
 
- IdcsLast stringUpgraded In Release 
- (Updatable) The release number when the resource was upgraded. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- IdcsPrevented List<string>Operations 
- (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource. - SCIM++ Properties: - idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- Metas
List<DomainsSelf Registration Profile Meta> 
- (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
 
- Name string
- (Updatable) Name of the profile - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: global
 
- NumberOf intDays Redirect Url Is Valid 
- (Updatable) Number of days redirect URL is valid - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
 
- Ocid string
- (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource. - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: global
 
- RedirectUrl string
- (Updatable) This URL will be replaced in email notification sent to user. When activation email required is set to true, user is created in "pending verification" state, upon clicking this link user will be able to activate himself. When activation email required is set to false, user is created in "verified" state, this link will be used to verify user's email. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- ResourceType stringSchema Version 
- (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- Schemas List<string>
- (Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- ShowOn boolLogin Page 
- (Updatable) A Boolean value that indicates whether the profile should be displayed on login page - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
 
- 
List<DomainsSelf Registration Profile Tag> 
- (Updatable) A list of tags on this resource. - SCIM++ Properties: - idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
 
- TenancyOcid string
- (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- UserAttributes List<DomainsSelf Registration Profile User Attribute> 
- (Updatable) SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none User Attributes
 
- ActivationEmail boolRequired 
- (Updatable) SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none A Boolean value that indicates whether Account verification email is required to be sent before login or not
 
- Active bool
- (Updatable) A Boolean value that indicates whether the profile is enabled or not - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- AfterSubmit []DomainsTexts Self Registration Profile After Submit Text Args 
- (Updatable) Text to be displayed on UI after doing self registration - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- AllowedEmail []stringDomains 
- (Updatable) A Multivalue String value for Email domains which are valid for this profile - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- AttributeSets []string
- (Updatable) 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.
- Attributes string
- (Updatable) 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.
- string
- (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- CompartmentOcid string
- (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ConsentText boolPresent 
- (Updatable) A boolean value that indicates whether the consent text is present. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
 
- ConsentTexts []DomainsSelf Registration Profile Consent Text Args 
- (Updatable) Consent text - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- DefaultGroups []DomainsSelf Registration Profile Default Group Args 
- (Updatable) Default groups assigned to the user - SCIM++ Properties: - idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
 
- DeleteIn boolProgress 
- (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- DisallowedEmail []stringDomains 
- (Updatable) A Multivalue String Value for Email domains to be handled as exceptions - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- DisplayNames []DomainsSelf Registration Profile Display Name Args 
- (Updatable) Registration page name - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
 
- DomainOcid string
- (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- EmailTemplate DomainsSelf Registration Profile Email Template Args 
- (Updatable) Email template - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: request
- type: complex
 
- ExternalId string
- (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- string
- (Updatable) References to footer logo - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
 
- 
[]DomainsSelf Registration Profile Footer Text Args 
- (Updatable) Footer text - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- HeaderLogo string
- (Updatable) Reference to header logo - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
 
- HeaderTexts []DomainsSelf Registration Profile Header Text Args 
- (Updatable) Header text - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- IdcsCreated []DomainsBies Self Registration Profile Idcs Created By Args 
- (Updatable) The User or App who created the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
 
- IdcsEndpoint string
- The basic endpoint for the identity domain
- IdcsLast []DomainsModified Bies Self Registration Profile Idcs Last Modified By Args 
- (Updatable) The User or App who modified the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
 
- IdcsLast stringUpgraded In Release 
- (Updatable) The release number when the resource was upgraded. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- IdcsPrevented []stringOperations 
- (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource. - SCIM++ Properties: - idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- Metas
[]DomainsSelf Registration Profile Meta Args 
- (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
 
- Name string
- (Updatable) Name of the profile - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: global
 
- NumberOf intDays Redirect Url Is Valid 
- (Updatable) Number of days redirect URL is valid - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
 
- Ocid string
- (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource. - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: global
 
- RedirectUrl string
- (Updatable) This URL will be replaced in email notification sent to user. When activation email required is set to true, user is created in "pending verification" state, upon clicking this link user will be able to activate himself. When activation email required is set to false, user is created in "verified" state, this link will be used to verify user's email. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- ResourceType stringSchema Version 
- (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- Schemas []string
- (Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- ShowOn boolLogin Page 
- (Updatable) A Boolean value that indicates whether the profile should be displayed on login page - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
 
- 
[]DomainsSelf Registration Profile Tag Args 
- (Updatable) A list of tags on this resource. - SCIM++ Properties: - idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
 
- TenancyOcid string
- (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- UserAttributes []DomainsSelf Registration Profile User Attribute Args 
- (Updatable) SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none User Attributes
 
- activationEmail BooleanRequired 
- (Updatable) SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none A Boolean value that indicates whether Account verification email is required to be sent before login or not
 
- active Boolean
- (Updatable) A Boolean value that indicates whether the profile is enabled or not - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- afterSubmit List<DomainsTexts Self Registration Profile After Submit Text> 
- (Updatable) Text to be displayed on UI after doing self registration - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- allowedEmail List<String>Domains 
- (Updatable) A Multivalue String value for Email domains which are valid for this profile - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- attributeSets List<String>
- (Updatable) 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.
- attributes String
- (Updatable) 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.
- String
- (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- compartmentOcid String
- (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- consentText BooleanPresent 
- (Updatable) A boolean value that indicates whether the consent text is present. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
 
- consentTexts List<DomainsSelf Registration Profile Consent Text> 
- (Updatable) Consent text - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- defaultGroups List<DomainsSelf Registration Profile Default Group> 
- (Updatable) Default groups assigned to the user - SCIM++ Properties: - idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
 
- deleteIn BooleanProgress 
- (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- disallowedEmail List<String>Domains 
- (Updatable) A Multivalue String Value for Email domains to be handled as exceptions - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- displayNames List<DomainsSelf Registration Profile Display Name> 
- (Updatable) Registration page name - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
 
- domainOcid String
- (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- emailTemplate DomainsSelf Registration Profile Email Template 
- (Updatable) Email template - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: request
- type: complex
 
- externalId String
- (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- String
- (Updatable) References to footer logo - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
 
- 
List<DomainsSelf Registration Profile Footer Text> 
- (Updatable) Footer text - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- headerLogo String
- (Updatable) Reference to header logo - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
 
- headerTexts List<DomainsSelf Registration Profile Header Text> 
- (Updatable) Header text - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- idcsCreated List<DomainsBies Self Registration Profile Idcs Created By> 
- (Updatable) The User or App who created the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
 
- idcsEndpoint String
- The basic endpoint for the identity domain
- idcsLast List<DomainsModified Bies Self Registration Profile Idcs Last Modified By> 
- (Updatable) The User or App who modified the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
 
- idcsLast StringUpgraded In Release 
- (Updatable) The release number when the resource was upgraded. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- idcsPrevented List<String>Operations 
- (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource. - SCIM++ Properties: - idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- metas
List<DomainsSelf Registration Profile Meta> 
- (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
 
- name String
- (Updatable) Name of the profile - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: global
 
- numberOf IntegerDays Redirect Url Is Valid 
- (Updatable) Number of days redirect URL is valid - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
 
- ocid String
- (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource. - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: global
 
- redirectUrl String
- (Updatable) This URL will be replaced in email notification sent to user. When activation email required is set to true, user is created in "pending verification" state, upon clicking this link user will be able to activate himself. When activation email required is set to false, user is created in "verified" state, this link will be used to verify user's email. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- resourceType StringSchema Version 
- (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- schemas List<String>
- (Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- showOn BooleanLogin Page 
- (Updatable) A Boolean value that indicates whether the profile should be displayed on login page - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
 
- 
List<DomainsSelf Registration Profile Tag> 
- (Updatable) A list of tags on this resource. - SCIM++ Properties: - idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
 
- tenancyOcid String
- (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- userAttributes List<DomainsSelf Registration Profile User Attribute> 
- (Updatable) SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none User Attributes
 
- activationEmail booleanRequired 
- (Updatable) SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none A Boolean value that indicates whether Account verification email is required to be sent before login or not
 
- active boolean
- (Updatable) A Boolean value that indicates whether the profile is enabled or not - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- afterSubmit DomainsTexts Self Registration Profile After Submit Text[] 
- (Updatable) Text to be displayed on UI after doing self registration - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- allowedEmail string[]Domains 
- (Updatable) A Multivalue String value for Email domains which are valid for this profile - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- attributeSets string[]
- (Updatable) 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.
- attributes string
- (Updatable) 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.
- string
- (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- compartmentOcid string
- (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- consentText booleanPresent 
- (Updatable) A boolean value that indicates whether the consent text is present. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
 
- consentTexts DomainsSelf Registration Profile Consent Text[] 
- (Updatable) Consent text - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- defaultGroups DomainsSelf Registration Profile Default Group[] 
- (Updatable) Default groups assigned to the user - SCIM++ Properties: - idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
 
- deleteIn booleanProgress 
- (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- disallowedEmail string[]Domains 
- (Updatable) A Multivalue String Value for Email domains to be handled as exceptions - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- displayNames DomainsSelf Registration Profile Display Name[] 
- (Updatable) Registration page name - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
 
- domainOcid string
- (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- emailTemplate DomainsSelf Registration Profile Email Template 
- (Updatable) Email template - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: request
- type: complex
 
- externalId string
- (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- string
- (Updatable) References to footer logo - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
 
- 
DomainsSelf Registration Profile Footer Text[] 
- (Updatable) Footer text - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- headerLogo string
- (Updatable) Reference to header logo - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
 
- headerTexts DomainsSelf Registration Profile Header Text[] 
- (Updatable) Header text - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- idcsCreated DomainsBies Self Registration Profile Idcs Created By[] 
- (Updatable) The User or App who created the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
 
- idcsEndpoint string
- The basic endpoint for the identity domain
- idcsLast DomainsModified Bies Self Registration Profile Idcs Last Modified By[] 
- (Updatable) The User or App who modified the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
 
- idcsLast stringUpgraded In Release 
- (Updatable) The release number when the resource was upgraded. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- idcsPrevented string[]Operations 
- (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource. - SCIM++ Properties: - idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- metas
DomainsSelf Registration Profile Meta[] 
- (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
 
- name string
- (Updatable) Name of the profile - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: global
 
- numberOf numberDays Redirect Url Is Valid 
- (Updatable) Number of days redirect URL is valid - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
 
- ocid string
- (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource. - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: global
 
- redirectUrl string
- (Updatable) This URL will be replaced in email notification sent to user. When activation email required is set to true, user is created in "pending verification" state, upon clicking this link user will be able to activate himself. When activation email required is set to false, user is created in "verified" state, this link will be used to verify user's email. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- resourceType stringSchema Version 
- (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- schemas string[]
- (Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- showOn booleanLogin Page 
- (Updatable) A Boolean value that indicates whether the profile should be displayed on login page - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
 
- 
DomainsSelf Registration Profile Tag[] 
- (Updatable) A list of tags on this resource. - SCIM++ Properties: - idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
 
- tenancyOcid string
- (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- userAttributes DomainsSelf Registration Profile User Attribute[] 
- (Updatable) SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none User Attributes
 
- activation_email_ boolrequired 
- (Updatable) SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none A Boolean value that indicates whether Account verification email is required to be sent before login or not
 
- active bool
- (Updatable) A Boolean value that indicates whether the profile is enabled or not - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- after_submit_ Sequence[Domainstexts Self Registration Profile After Submit Text Args] 
- (Updatable) Text to be displayed on UI after doing self registration - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- allowed_email_ Sequence[str]domains 
- (Updatable) A Multivalue String value for Email domains which are valid for this profile - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- attribute_sets Sequence[str]
- (Updatable) 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.
- attributes str
- (Updatable) 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.
- str
- (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- compartment_ocid str
- (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- consent_text_ boolpresent 
- (Updatable) A boolean value that indicates whether the consent text is present. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
 
- consent_texts Sequence[DomainsSelf Registration Profile Consent Text Args] 
- (Updatable) Consent text - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- default_groups Sequence[DomainsSelf Registration Profile Default Group Args] 
- (Updatable) Default groups assigned to the user - SCIM++ Properties: - idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
 
- delete_in_ boolprogress 
- (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- disallowed_email_ Sequence[str]domains 
- (Updatable) A Multivalue String Value for Email domains to be handled as exceptions - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- display_names Sequence[DomainsSelf Registration Profile Display Name Args] 
- (Updatable) Registration page name - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
 
- domain_ocid str
- (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- email_template DomainsSelf Registration Profile Email Template Args 
- (Updatable) Email template - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: request
- type: complex
 
- external_id str
- (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- str
- (Updatable) References to footer logo - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
 
- 
Sequence[DomainsSelf Registration Profile Footer Text Args] 
- (Updatable) Footer text - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- header_logo str
- (Updatable) Reference to header logo - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
 
- header_texts Sequence[DomainsSelf Registration Profile Header Text Args] 
- (Updatable) Header text - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- idcs_created_ Sequence[Domainsbies Self Registration Profile Idcs Created By Args] 
- (Updatable) The User or App who created the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
 
- idcs_endpoint str
- The basic endpoint for the identity domain
- idcs_last_ Sequence[Domainsmodified_ bies Self Registration Profile Idcs Last Modified By Args] 
- (Updatable) The User or App who modified the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
 
- idcs_last_ strupgraded_ in_ release 
- (Updatable) The release number when the resource was upgraded. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- idcs_prevented_ Sequence[str]operations 
- (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource. - SCIM++ Properties: - idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- metas
Sequence[DomainsSelf Registration Profile Meta Args] 
- (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
 
- name str
- (Updatable) Name of the profile - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: global
 
- number_of_ intdays_ redirect_ url_ is_ valid 
- (Updatable) Number of days redirect URL is valid - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
 
- ocid str
- (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource. - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: global
 
- redirect_url str
- (Updatable) This URL will be replaced in email notification sent to user. When activation email required is set to true, user is created in "pending verification" state, upon clicking this link user will be able to activate himself. When activation email required is set to false, user is created in "verified" state, this link will be used to verify user's email. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- resource_type_ strschema_ version 
- (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- schemas Sequence[str]
- (Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- show_on_ boollogin_ page 
- (Updatable) A Boolean value that indicates whether the profile should be displayed on login page - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
 
- 
Sequence[DomainsSelf Registration Profile Tag Args] 
- (Updatable) A list of tags on this resource. - SCIM++ Properties: - idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
 
- tenancy_ocid str
- (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- user_attributes Sequence[DomainsSelf Registration Profile User Attribute Args] 
- (Updatable) SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none User Attributes
 
- activationEmail BooleanRequired 
- (Updatable) SCIM++ Properties:- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none A Boolean value that indicates whether Account verification email is required to be sent before login or not
 
- active Boolean
- (Updatable) A Boolean value that indicates whether the profile is enabled or not - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- afterSubmit List<Property Map>Texts 
- (Updatable) Text to be displayed on UI after doing self registration - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- allowedEmail List<String>Domains 
- (Updatable) A Multivalue String value for Email domains which are valid for this profile - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- attributeSets List<String>
- (Updatable) 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.
- attributes String
- (Updatable) 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.
- String
- (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- compartmentOcid String
- (Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- consentText BooleanPresent 
- (Updatable) A boolean value that indicates whether the consent text is present. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
 
- consentTexts List<Property Map>
- (Updatable) Consent text - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- defaultGroups List<Property Map>
- (Updatable) Default groups assigned to the user - SCIM++ Properties: - idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
 
- deleteIn BooleanProgress 
- (Updatable) A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- disallowedEmail List<String>Domains 
- (Updatable) A Multivalue String Value for Email domains to be handled as exceptions - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- displayNames List<Property Map>
- (Updatable) Registration page name - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: complex
- uniqueness: none
 
- domainOcid String
- (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- emailTemplate Property Map
- (Updatable) Email template - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: request
- type: complex
 
- externalId String
- (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
 
- String
- (Updatable) References to footer logo - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
 
- List<Property Map>
- (Updatable) Footer text - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- headerLogo String
- (Updatable) Reference to header logo - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: reference
 
- headerTexts List<Property Map>
- (Updatable) Header text - SCIM++ Properties: - idcsCompositeKey: [locale]
- idcsMultiLanguage: true
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
 
- idcsCreated List<Property Map>Bies 
- (Updatable) The User or App who created the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: complex
 
- idcsEndpoint String
- The basic endpoint for the identity domain
- idcsLast List<Property Map>Modified Bies 
- (Updatable) The User or App who modified the Resource - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: complex
 
- idcsLast StringUpgraded In Release 
- (Updatable) The release number when the resource was upgraded. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- idcsPrevented List<String>Operations 
- (Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource. - SCIM++ Properties: - idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
 
- metas List<Property Map>
- (Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
- type: complex
 
- name String
- (Updatable) Name of the profile - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: global
 
- numberOf NumberDays Redirect Url Is Valid 
- (Updatable) Number of days redirect URL is valid - SCIM++ Properties: - idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none
 
- ocid String
- (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource. - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: global
 
- redirectUrl String
- (Updatable) This URL will be replaced in email notification sent to user. When activation email required is set to true, user is created in "pending verification" state, upon clicking this link user will be able to activate himself. When activation email required is set to false, user is created in "verified" state, this link will be used to verify user's email. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- resourceType StringSchema Version 
- (Updatable) An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- schemas List<String>
- (Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- showOn BooleanLogin Page 
- (Updatable) A Boolean value that indicates whether the profile should be displayed on login page - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
 
- List<Property Map>
- (Updatable) A list of tags on this resource. - SCIM++ Properties: - idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
 
- tenancyOcid String
- (Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- userAttributes List<Property Map>
- (Updatable) SCIM++ Properties:- idcsCompositeKey: [value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none User Attributes
 
Supporting Types
DomainsSelfRegistrationProfileAfterSubmitText, DomainsSelfRegistrationProfileAfterSubmitTextArgs              
- Locale string
- (Updatable) Type of user's locale e.g. en-CA - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(type)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- Value string
- (Updatable) Localized value of after submit text in corresponding locale - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- Default bool
- (Updatable) If true, specifies that the localized attribute instance value is the default and will be returned if no localized value found for requesting user's preferred locale. One and only one instance should have this attribute set to true. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- Locale string
- (Updatable) Type of user's locale e.g. en-CA - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(type)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- Value string
- (Updatable) Localized value of after submit text in corresponding locale - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- Default bool
- (Updatable) If true, specifies that the localized attribute instance value is the default and will be returned if no localized value found for requesting user's preferred locale. One and only one instance should have this attribute set to true. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- locale String
- (Updatable) Type of user's locale e.g. en-CA - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(type)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- value String
- (Updatable) Localized value of after submit text in corresponding locale - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- default_ Boolean
- (Updatable) If true, specifies that the localized attribute instance value is the default and will be returned if no localized value found for requesting user's preferred locale. One and only one instance should have this attribute set to true. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- locale string
- (Updatable) Type of user's locale e.g. en-CA - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(type)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- value string
- (Updatable) Localized value of after submit text in corresponding locale - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- default boolean
- (Updatable) If true, specifies that the localized attribute instance value is the default and will be returned if no localized value found for requesting user's preferred locale. One and only one instance should have this attribute set to true. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- locale str
- (Updatable) Type of user's locale e.g. en-CA - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(type)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- value str
- (Updatable) Localized value of after submit text in corresponding locale - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- default bool
- (Updatable) If true, specifies that the localized attribute instance value is the default and will be returned if no localized value found for requesting user's preferred locale. One and only one instance should have this attribute set to true. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- locale String
- (Updatable) Type of user's locale e.g. en-CA - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(type)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- value String
- (Updatable) Localized value of after submit text in corresponding locale - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- default Boolean
- (Updatable) If true, specifies that the localized attribute instance value is the default and will be returned if no localized value found for requesting user's preferred locale. One and only one instance should have this attribute set to true. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
DomainsSelfRegistrationProfileConsentText, DomainsSelfRegistrationProfileConsentTextArgs            
- Locale string
- (Updatable) Type of user's locale e.g. en-CA - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(type)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- Value string
- (Updatable) Localized value of consent text in corresponding locale - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- Default bool
- (Updatable) If true, specifies that the localized attribute instance value is the default and will be returned if no localized value found for requesting user's preferred locale. One and only one instance should have this attribute set to true. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- Locale string
- (Updatable) Type of user's locale e.g. en-CA - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(type)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- Value string
- (Updatable) Localized value of consent text in corresponding locale - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- Default bool
- (Updatable) If true, specifies that the localized attribute instance value is the default and will be returned if no localized value found for requesting user's preferred locale. One and only one instance should have this attribute set to true. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- locale String
- (Updatable) Type of user's locale e.g. en-CA - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(type)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- value String
- (Updatable) Localized value of consent text in corresponding locale - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- default_ Boolean
- (Updatable) If true, specifies that the localized attribute instance value is the default and will be returned if no localized value found for requesting user's preferred locale. One and only one instance should have this attribute set to true. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- locale string
- (Updatable) Type of user's locale e.g. en-CA - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(type)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- value string
- (Updatable) Localized value of consent text in corresponding locale - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- default boolean
- (Updatable) If true, specifies that the localized attribute instance value is the default and will be returned if no localized value found for requesting user's preferred locale. One and only one instance should have this attribute set to true. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- locale str
- (Updatable) Type of user's locale e.g. en-CA - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(type)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- value str
- (Updatable) Localized value of consent text in corresponding locale - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- default bool
- (Updatable) If true, specifies that the localized attribute instance value is the default and will be returned if no localized value found for requesting user's preferred locale. One and only one instance should have this attribute set to true. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- locale String
- (Updatable) Type of user's locale e.g. en-CA - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(type)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- value String
- (Updatable) Localized value of consent text in corresponding locale - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- default Boolean
- (Updatable) If true, specifies that the localized attribute instance value is the default and will be returned if no localized value found for requesting user's preferred locale. One and only one instance should have this attribute set to true. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
DomainsSelfRegistrationProfileDefaultGroup, DomainsSelfRegistrationProfileDefaultGroupArgs            
- Value string
- (Updatable) Identifier of the Default Group. - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- Display string
- (Updatable) A human readable name, primarily used for display purposes. READ-ONLY. - SCIM++ Properties: - idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- Ref string
- (Updatable) URI of the Default Group - SCIM++ Properties: - idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- Value string
- (Updatable) Identifier of the Default Group. - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- Display string
- (Updatable) A human readable name, primarily used for display purposes. READ-ONLY. - SCIM++ Properties: - idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- Ref string
- (Updatable) URI of the Default Group - SCIM++ Properties: - idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- value String
- (Updatable) Identifier of the Default Group. - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- display String
- (Updatable) A human readable name, primarily used for display purposes. READ-ONLY. - SCIM++ Properties: - idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ref String
- (Updatable) URI of the Default Group - SCIM++ Properties: - idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- value string
- (Updatable) Identifier of the Default Group. - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- display string
- (Updatable) A human readable name, primarily used for display purposes. READ-ONLY. - SCIM++ Properties: - idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ref string
- (Updatable) URI of the Default Group - SCIM++ Properties: - idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- value str
- (Updatable) Identifier of the Default Group. - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- display str
- (Updatable) A human readable name, primarily used for display purposes. READ-ONLY. - SCIM++ Properties: - idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ref str
- (Updatable) URI of the Default Group - SCIM++ Properties: - idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- value String
- (Updatable) Identifier of the Default Group. - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- display String
- (Updatable) A human readable name, primarily used for display purposes. READ-ONLY. - SCIM++ Properties: - idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ref String
- (Updatable) URI of the Default Group - SCIM++ Properties: - idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
DomainsSelfRegistrationProfileDisplayName, DomainsSelfRegistrationProfileDisplayNameArgs            
- Locale string
- (Updatable) Type of user's locale e.g. en-CA - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(type)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- Value string
- (Updatable) Localized value of displayName in corresponding locale - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- Default bool
- (Updatable) If true, specifies that the localized attribute instance value is the default and will be returned if no localized value found for requesting user's preferred locale. One and only one instance should have this attribute set to true. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- Locale string
- (Updatable) Type of user's locale e.g. en-CA - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(type)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- Value string
- (Updatable) Localized value of displayName in corresponding locale - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- Default bool
- (Updatable) If true, specifies that the localized attribute instance value is the default and will be returned if no localized value found for requesting user's preferred locale. One and only one instance should have this attribute set to true. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- locale String
- (Updatable) Type of user's locale e.g. en-CA - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(type)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- value String
- (Updatable) Localized value of displayName in corresponding locale - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- default_ Boolean
- (Updatable) If true, specifies that the localized attribute instance value is the default and will be returned if no localized value found for requesting user's preferred locale. One and only one instance should have this attribute set to true. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- locale string
- (Updatable) Type of user's locale e.g. en-CA - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(type)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- value string
- (Updatable) Localized value of displayName in corresponding locale - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- default boolean
- (Updatable) If true, specifies that the localized attribute instance value is the default and will be returned if no localized value found for requesting user's preferred locale. One and only one instance should have this attribute set to true. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- locale str
- (Updatable) Type of user's locale e.g. en-CA - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(type)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- value str
- (Updatable) Localized value of displayName in corresponding locale - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- default bool
- (Updatable) If true, specifies that the localized attribute instance value is the default and will be returned if no localized value found for requesting user's preferred locale. One and only one instance should have this attribute set to true. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- locale String
- (Updatable) Type of user's locale e.g. en-CA - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(type)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- value String
- (Updatable) Localized value of displayName in corresponding locale - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- default Boolean
- (Updatable) If true, specifies that the localized attribute instance value is the default and will be returned if no localized value found for requesting user's preferred locale. One and only one instance should have this attribute set to true. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
DomainsSelfRegistrationProfileEmailTemplate, DomainsSelfRegistrationProfileEmailTemplateArgs            
- Value string
- (Updatable) Identifier of the Email Template. - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- Display string
- (Updatable) A human readable name, primarily used for display purposes. READ-ONLY. - Added In: 19.2.1 - SCIM++ Properties: - idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- Ref string
- (Updatable) URI of the Email Template - SCIM++ Properties: - idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- Value string
- (Updatable) Identifier of the Email Template. - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- Display string
- (Updatable) A human readable name, primarily used for display purposes. READ-ONLY. - Added In: 19.2.1 - SCIM++ Properties: - idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- Ref string
- (Updatable) URI of the Email Template - SCIM++ Properties: - idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- value String
- (Updatable) Identifier of the Email Template. - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- display String
- (Updatable) A human readable name, primarily used for display purposes. READ-ONLY. - Added In: 19.2.1 - SCIM++ Properties: - idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ref String
- (Updatable) URI of the Email Template - SCIM++ Properties: - idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- value string
- (Updatable) Identifier of the Email Template. - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- display string
- (Updatable) A human readable name, primarily used for display purposes. READ-ONLY. - Added In: 19.2.1 - SCIM++ Properties: - idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ref string
- (Updatable) URI of the Email Template - SCIM++ Properties: - idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- value str
- (Updatable) Identifier of the Email Template. - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- display str
- (Updatable) A human readable name, primarily used for display purposes. READ-ONLY. - Added In: 19.2.1 - SCIM++ Properties: - idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ref str
- (Updatable) URI of the Email Template - SCIM++ Properties: - idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- value String
- (Updatable) Identifier of the Email Template. - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- display String
- (Updatable) A human readable name, primarily used for display purposes. READ-ONLY. - Added In: 19.2.1 - SCIM++ Properties: - idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ref String
- (Updatable) URI of the Email Template - SCIM++ Properties: - idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
DomainsSelfRegistrationProfileFooterText, DomainsSelfRegistrationProfileFooterTextArgs            
- Locale string
- (Updatable) Type of user's locale e.g. en-CA - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(type)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- Value string
- (Updatable) Localized value of footer text in corresponding locale - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- Default bool
- (Updatable) If true, specifies that the localized attribute instance value is the default and will be returned if no localized value found for requesting user's preferred locale. One and only one instance should have this attribute set to true. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- Locale string
- (Updatable) Type of user's locale e.g. en-CA - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(type)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- Value string
- (Updatable) Localized value of footer text in corresponding locale - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- Default bool
- (Updatable) If true, specifies that the localized attribute instance value is the default and will be returned if no localized value found for requesting user's preferred locale. One and only one instance should have this attribute set to true. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- locale String
- (Updatable) Type of user's locale e.g. en-CA - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(type)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- value String
- (Updatable) Localized value of footer text in corresponding locale - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- default_ Boolean
- (Updatable) If true, specifies that the localized attribute instance value is the default and will be returned if no localized value found for requesting user's preferred locale. One and only one instance should have this attribute set to true. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- locale string
- (Updatable) Type of user's locale e.g. en-CA - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(type)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- value string
- (Updatable) Localized value of footer text in corresponding locale - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- default boolean
- (Updatable) If true, specifies that the localized attribute instance value is the default and will be returned if no localized value found for requesting user's preferred locale. One and only one instance should have this attribute set to true. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- locale str
- (Updatable) Type of user's locale e.g. en-CA - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(type)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- value str
- (Updatable) Localized value of footer text in corresponding locale - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- default bool
- (Updatable) If true, specifies that the localized attribute instance value is the default and will be returned if no localized value found for requesting user's preferred locale. One and only one instance should have this attribute set to true. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- locale String
- (Updatable) Type of user's locale e.g. en-CA - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(type)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- value String
- (Updatable) Localized value of footer text in corresponding locale - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- default Boolean
- (Updatable) If true, specifies that the localized attribute instance value is the default and will be returned if no localized value found for requesting user's preferred locale. One and only one instance should have this attribute set to true. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
DomainsSelfRegistrationProfileHeaderText, DomainsSelfRegistrationProfileHeaderTextArgs            
- Locale string
- (Updatable) Type of user's locale e.g. en-CA - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(type)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- Value string
- (Updatable) Localized value of header text in corresponding locale - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- Default bool
- (Updatable) If true, specifies that the localized attribute instance value is the default and will be returned if no localized value found for requesting user's preferred locale. One and only one instance should have this attribute set to true. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- Locale string
- (Updatable) Type of user's locale e.g. en-CA - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(type)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- Value string
- (Updatable) Localized value of header text in corresponding locale - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- Default bool
- (Updatable) If true, specifies that the localized attribute instance value is the default and will be returned if no localized value found for requesting user's preferred locale. One and only one instance should have this attribute set to true. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- locale String
- (Updatable) Type of user's locale e.g. en-CA - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(type)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- value String
- (Updatable) Localized value of header text in corresponding locale - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- default_ Boolean
- (Updatable) If true, specifies that the localized attribute instance value is the default and will be returned if no localized value found for requesting user's preferred locale. One and only one instance should have this attribute set to true. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- locale string
- (Updatable) Type of user's locale e.g. en-CA - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(type)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- value string
- (Updatable) Localized value of header text in corresponding locale - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- default boolean
- (Updatable) If true, specifies that the localized attribute instance value is the default and will be returned if no localized value found for requesting user's preferred locale. One and only one instance should have this attribute set to true. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- locale str
- (Updatable) Type of user's locale e.g. en-CA - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(type)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- value str
- (Updatable) Localized value of header text in corresponding locale - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- default bool
- (Updatable) If true, specifies that the localized attribute instance value is the default and will be returned if no localized value found for requesting user's preferred locale. One and only one instance should have this attribute set to true. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- locale String
- (Updatable) Type of user's locale e.g. en-CA - SCIM++ Properties: - caseExact: false
- idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(type)"
- idcsCanonicalValueSourceResourceType: AllowedValue
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- value String
- (Updatable) Localized value of header text in corresponding locale - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- default Boolean
- (Updatable) If true, specifies that the localized attribute instance value is the default and will be returned if no localized value found for requesting user's preferred locale. One and only one instance should have this attribute set to true. - SCIM++ Properties: - multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
DomainsSelfRegistrationProfileIdcsCreatedBy, DomainsSelfRegistrationProfileIdcsCreatedByArgs              
- Value string
- (Updatable) The ID of the SCIM resource that represents the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
- Display string
- (Updatable) The displayName of the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- Ocid string
- (Updatable) The OCID of the SCIM resource that represents the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
 
- Ref string
- (Updatable) The URI of the SCIM resource that represents the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- Type string
- (Updatable) The type of resource, User or App, that created this Resource - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- Value string
- (Updatable) The ID of the SCIM resource that represents the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
- Display string
- (Updatable) The displayName of the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- Ocid string
- (Updatable) The OCID of the SCIM resource that represents the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
 
- Ref string
- (Updatable) The URI of the SCIM resource that represents the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- Type string
- (Updatable) The type of resource, User or App, that created this Resource - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- value String
- (Updatable) The ID of the SCIM resource that represents the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
- display String
- (Updatable) The displayName of the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ocid String
- (Updatable) The OCID of the SCIM resource that represents the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
 
- ref String
- (Updatable) The URI of the SCIM resource that represents the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- type String
- (Updatable) The type of resource, User or App, that created this Resource - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- value string
- (Updatable) The ID of the SCIM resource that represents the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
- display string
- (Updatable) The displayName of the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ocid string
- (Updatable) The OCID of the SCIM resource that represents the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
 
- ref string
- (Updatable) The URI of the SCIM resource that represents the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- type string
- (Updatable) The type of resource, User or App, that created this Resource - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- value str
- (Updatable) The ID of the SCIM resource that represents the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
- display str
- (Updatable) The displayName of the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ocid str
- (Updatable) The OCID of the SCIM resource that represents the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
 
- ref str
- (Updatable) The URI of the SCIM resource that represents the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- type str
- (Updatable) The type of resource, User or App, that created this Resource - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- value String
- (Updatable) The ID of the SCIM resource that represents the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
- display String
- (Updatable) The displayName of the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ocid String
- (Updatable) The OCID of the SCIM resource that represents the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
 
- ref String
- (Updatable) The URI of the SCIM resource that represents the User or App who created this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- type String
- (Updatable) The type of resource, User or App, that created this Resource - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
DomainsSelfRegistrationProfileIdcsLastModifiedBy, DomainsSelfRegistrationProfileIdcsLastModifiedByArgs                
- Value string
- (Updatable) The ID of the SCIM resource that represents the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
- Display string
- (Updatable) The displayName of the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- Ocid string
- (Updatable) The OCID of the SCIM resource that represents the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
 
- Ref string
- (Updatable) The URI of the SCIM resource that represents the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- Type string
- (Updatable) The type of resource, User or App, that modified this Resource - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- Value string
- (Updatable) The ID of the SCIM resource that represents the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
- Display string
- (Updatable) The displayName of the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- Ocid string
- (Updatable) The OCID of the SCIM resource that represents the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
 
- Ref string
- (Updatable) The URI of the SCIM resource that represents the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- Type string
- (Updatable) The type of resource, User or App, that modified this Resource - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- value String
- (Updatable) The ID of the SCIM resource that represents the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
- display String
- (Updatable) The displayName of the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ocid String
- (Updatable) The OCID of the SCIM resource that represents the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
 
- ref String
- (Updatable) The URI of the SCIM resource that represents the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- type String
- (Updatable) The type of resource, User or App, that modified this Resource - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- value string
- (Updatable) The ID of the SCIM resource that represents the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
- display string
- (Updatable) The displayName of the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ocid string
- (Updatable) The OCID of the SCIM resource that represents the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
 
- ref string
- (Updatable) The URI of the SCIM resource that represents the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- type string
- (Updatable) The type of resource, User or App, that modified this Resource - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- value str
- (Updatable) The ID of the SCIM resource that represents the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
- display str
- (Updatable) The displayName of the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ocid str
- (Updatable) The OCID of the SCIM resource that represents the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
 
- ref str
- (Updatable) The URI of the SCIM resource that represents the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- type str
- (Updatable) The type of resource, User or App, that modified this Resource - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- value String
- (Updatable) The ID of the SCIM resource that represents the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
 
- display String
- (Updatable) The displayName of the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ocid String
- (Updatable) The OCID of the SCIM resource that represents the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- returned: default
- type: string
- uniqueness: none
 
- ref String
- (Updatable) The URI of the SCIM resource that represents the User or App who modified this Resource - SCIM++ Properties: - caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
 
- type String
- (Updatable) The type of resource, User or App, that modified this Resource - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
DomainsSelfRegistrationProfileMeta, DomainsSelfRegistrationProfileMetaArgs          
- Created string
- (Updatable) The DateTime the Resource was added to the Service Provider - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
 
- LastModified string
- (Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
 
- Location string
- (Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ResourceType string
- (Updatable) Name of the resource type of the resource--for example, Users or Groups - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- Version string
- (Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- Created string
- (Updatable) The DateTime the Resource was added to the Service Provider - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
 
- LastModified string
- (Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
 
- Location string
- (Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- ResourceType string
- (Updatable) Name of the resource type of the resource--for example, Users or Groups - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- Version string
- (Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- created String
- (Updatable) The DateTime the Resource was added to the Service Provider - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
 
- lastModified String
- (Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
 
- location String
- (Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- resourceType String
- (Updatable) Name of the resource type of the resource--for example, Users or Groups - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- version String
- (Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- created string
- (Updatable) The DateTime the Resource was added to the Service Provider - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
 
- lastModified string
- (Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
 
- location string
- (Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- resourceType string
- (Updatable) Name of the resource type of the resource--for example, Users or Groups - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- version string
- (Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- created str
- (Updatable) The DateTime the Resource was added to the Service Provider - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
 
- last_modified str
- (Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
 
- location str
- (Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- resource_type str
- (Updatable) Name of the resource type of the resource--for example, Users or Groups - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- version str
- (Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- created String
- (Updatable) The DateTime the Resource was added to the Service Provider - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
 
- lastModified String
- (Updatable) The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: dateTime
- uniqueness: none
 
- location String
- (Updatable) The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- resourceType String
- (Updatable) Name of the resource type of the resource--for example, Users or Groups - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- version String
- (Updatable) The version of the Resource being returned. This value must be the same as the ETag HTTP response header. - SCIM++ Properties: - caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
DomainsSelfRegistrationProfileTag, DomainsSelfRegistrationProfileTagArgs          
- Key string
- (Updatable) Key or name of the tag. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- Value string
- (Updatable) Value of the tag. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- Key string
- (Updatable) Key or name of the tag. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- Value string
- (Updatable) Value of the tag. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- key String
- (Updatable) Key or name of the tag. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- value String
- (Updatable) Value of the tag. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- key string
- (Updatable) Key or name of the tag. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- value string
- (Updatable) Value of the tag. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- key str
- (Updatable) Key or name of the tag. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- value str
- (Updatable) Value of the tag. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- key String
- (Updatable) Key or name of the tag. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
- value String
- (Updatable) Value of the tag. - SCIM++ Properties: - caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 
DomainsSelfRegistrationProfileUserAttribute, DomainsSelfRegistrationProfileUserAttributeArgs            
- SeqNumber int
- (Updatable) SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none Sequence Number for the attribute
 
- Value string
- (Updatable) name of the attribute - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- Deletable bool
- (Updatable) If this attribute can be deleted - SCIM++ Properties: - idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- FullyQualified stringAttribute Name 
- (Updatable) SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none Fully Qualified Attribute Name
 
- Metadata string
- (Updatable) Metadata of the user attribute - Added In: 18.1.6 - SCIM++ Properties: - multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- SeqNumber int
- (Updatable) SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none Sequence Number for the attribute
 
- Value string
- (Updatable) name of the attribute - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- Deletable bool
- (Updatable) If this attribute can be deleted - SCIM++ Properties: - idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- FullyQualified stringAttribute Name 
- (Updatable) SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none Fully Qualified Attribute Name
 
- Metadata string
- (Updatable) Metadata of the user attribute - Added In: 18.1.6 - SCIM++ Properties: - multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- seqNumber Integer
- (Updatable) SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none Sequence Number for the attribute
 
- value String
- (Updatable) name of the attribute - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- deletable Boolean
- (Updatable) If this attribute can be deleted - SCIM++ Properties: - idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- fullyQualified StringAttribute Name 
- (Updatable) SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none Fully Qualified Attribute Name
 
- metadata String
- (Updatable) Metadata of the user attribute - Added In: 18.1.6 - SCIM++ Properties: - multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- seqNumber number
- (Updatable) SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none Sequence Number for the attribute
 
- value string
- (Updatable) name of the attribute - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- deletable boolean
- (Updatable) If this attribute can be deleted - SCIM++ Properties: - idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- fullyQualified stringAttribute Name 
- (Updatable) SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none Fully Qualified Attribute Name
 
- metadata string
- (Updatable) Metadata of the user attribute - Added In: 18.1.6 - SCIM++ Properties: - multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- seq_number int
- (Updatable) SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none Sequence Number for the attribute
 
- value str
- (Updatable) name of the attribute - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- deletable bool
- (Updatable) If this attribute can be deleted - SCIM++ Properties: - idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- fully_qualified_ strattribute_ name 
- (Updatable) SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none Fully Qualified Attribute Name
 
- metadata str
- (Updatable) Metadata of the user attribute - Added In: 18.1.6 - SCIM++ Properties: - multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
- seqNumber Number
- (Updatable) SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: integer
- uniqueness: none Sequence Number for the attribute
 
- value String
- (Updatable) name of the attribute - SCIM++ Properties: - caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
 - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- deletable Boolean
- (Updatable) If this attribute can be deleted - SCIM++ Properties: - idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
 
- fullyQualified StringAttribute Name 
- (Updatable) SCIM++ Properties:- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none Fully Qualified Attribute Name
 
- metadata String
- (Updatable) Metadata of the user attribute - Added In: 18.1.6 - SCIM++ Properties: - multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
 
Import
SelfRegistrationProfiles can be imported using the id, e.g.
$ pulumi import oci:Identity/domainsSelfRegistrationProfile:DomainsSelfRegistrationProfile test_self_registration_profile "idcsEndpoint/{idcsEndpoint}/selfRegistrationProfiles/{selfRegistrationProfileId}"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.