1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Identity
  5. getDomainsSetting
Oracle Cloud Infrastructure v1.33.0 published on Thursday, Apr 25, 2024 by Pulumi

oci.Identity.getDomainsSetting

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.33.0 published on Thursday, Apr 25, 2024 by Pulumi

    This data source provides details about a specific Setting resource in Oracle Cloud Infrastructure Identity Domains service.

    Get Settings

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testSetting = oci.Identity.getDomainsSetting({
        idcsEndpoint: testDomain.url,
        settingId: "Settings",
        attributeSets: ["all"],
        attributes: "",
        authorization: settingAuthorization,
        resourceTypeSchemaVersion: settingResourceTypeSchemaVersion,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_setting = oci.Identity.get_domains_setting(idcs_endpoint=test_domain["url"],
        setting_id="Settings",
        attribute_sets=["all"],
        attributes="",
        authorization=setting_authorization,
        resource_type_schema_version=setting_resource_type_schema_version)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/go/oci/Identity"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := Identity.GetDomainsSetting(ctx, &identity.GetDomainsSettingArgs{
    			IdcsEndpoint: testDomain.Url,
    			SettingId:    "Settings",
    			AttributeSets: []string{
    				"all",
    			},
    			Attributes:                pulumi.StringRef(""),
    			Authorization:             pulumi.StringRef(settingAuthorization),
    			ResourceTypeSchemaVersion: pulumi.StringRef(settingResourceTypeSchemaVersion),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Oci = Pulumi.Oci;
    
    return await Deployment.RunAsync(() => 
    {
        var testSetting = Oci.Identity.GetDomainsSetting.Invoke(new()
        {
            IdcsEndpoint = testDomain.Url,
            SettingId = "Settings",
            AttributeSets = new[]
            {
                "all",
            },
            Attributes = "",
            Authorization = settingAuthorization,
            ResourceTypeSchemaVersion = settingResourceTypeSchemaVersion,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.Identity.IdentityFunctions;
    import com.pulumi.oci.Identity.inputs.GetDomainsSettingArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var testSetting = IdentityFunctions.getDomainsSetting(GetDomainsSettingArgs.builder()
                .idcsEndpoint(testDomain.url())
                .settingId("Settings")
                .attributeSets("all")
                .attributes("")
                .authorization(settingAuthorization)
                .resourceTypeSchemaVersion(settingResourceTypeSchemaVersion)
                .build());
    
        }
    }
    
    variables:
      testSetting:
        fn::invoke:
          Function: oci:Identity:getDomainsSetting
          Arguments:
            idcsEndpoint: ${testDomain.url}
            settingId: Settings
            attributeSets:
              - all
            attributes:
            authorization: ${settingAuthorization}
            resourceTypeSchemaVersion: ${settingResourceTypeSchemaVersion}
    

    Using getDomainsSetting

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getDomainsSetting(args: GetDomainsSettingArgs, opts?: InvokeOptions): Promise<GetDomainsSettingResult>
    function getDomainsSettingOutput(args: GetDomainsSettingOutputArgs, opts?: InvokeOptions): Output<GetDomainsSettingResult>
    def get_domains_setting(attribute_sets: Optional[Sequence[str]] = None,
                            attributes: Optional[str] = None,
                            authorization: Optional[str] = None,
                            idcs_endpoint: Optional[str] = None,
                            resource_type_schema_version: Optional[str] = None,
                            setting_id: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetDomainsSettingResult
    def get_domains_setting_output(attribute_sets: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                            attributes: Optional[pulumi.Input[str]] = None,
                            authorization: Optional[pulumi.Input[str]] = None,
                            idcs_endpoint: Optional[pulumi.Input[str]] = None,
                            resource_type_schema_version: Optional[pulumi.Input[str]] = None,
                            setting_id: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetDomainsSettingResult]
    func GetDomainsSetting(ctx *Context, args *GetDomainsSettingArgs, opts ...InvokeOption) (*GetDomainsSettingResult, error)
    func GetDomainsSettingOutput(ctx *Context, args *GetDomainsSettingOutputArgs, opts ...InvokeOption) GetDomainsSettingResultOutput

    > Note: This function is named GetDomainsSetting in the Go SDK.

    public static class GetDomainsSetting 
    {
        public static Task<GetDomainsSettingResult> InvokeAsync(GetDomainsSettingArgs args, InvokeOptions? opts = null)
        public static Output<GetDomainsSettingResult> Invoke(GetDomainsSettingInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDomainsSettingResult> getDomainsSetting(GetDomainsSettingArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: oci:Identity/getDomainsSetting:getDomainsSetting
      arguments:
        # arguments dictionary

    The following arguments are supported:

    IdcsEndpoint string
    The basic endpoint for the identity domain
    SettingId string
    ID of the resource
    AttributeSets List<string>
    A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
    Attributes string
    A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
    Authorization string
    The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    ResourceTypeSchemaVersion string
    An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
    IdcsEndpoint string
    The basic endpoint for the identity domain
    SettingId string
    ID of the resource
    AttributeSets []string
    A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
    Attributes string
    A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
    Authorization string
    The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    ResourceTypeSchemaVersion string
    An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
    idcsEndpoint String
    The basic endpoint for the identity domain
    settingId String
    ID of the resource
    attributeSets List<String>
    A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
    attributes String
    A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
    authorization String
    The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    resourceTypeSchemaVersion String
    An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
    idcsEndpoint string
    The basic endpoint for the identity domain
    settingId string
    ID of the resource
    attributeSets string[]
    A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
    attributes string
    A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
    authorization string
    The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    resourceTypeSchemaVersion string
    An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
    idcs_endpoint str
    The basic endpoint for the identity domain
    setting_id str
    ID of the resource
    attribute_sets Sequence[str]
    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
    A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
    authorization str
    The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    resource_type_schema_version str
    An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
    idcsEndpoint String
    The basic endpoint for the identity domain
    settingId String
    ID of the resource
    attributeSets List<String>
    A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
    attributes String
    A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
    authorization String
    The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    resourceTypeSchemaVersion String
    An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.

    getDomainsSetting Result

    The following output properties are available:

    AccountAlwaysTrustScope bool
    Indicates whether all the Apps in this customer tenancy should trust each other. A value of true overrides the 'defaultTrustScope' attribute here in Settings, as well as any App-specific 'trustScope' attribute, to force in effect 'trustScope=Account' for every App in this customer tenancy.
    AllowedDomains List<string>
    One or more email domains allowed in a user's email field. If unassigned, any domain is allowed.
    AllowedForgotPasswordFlowReturnUrls List<string>
    If specified, indicates the set of Urls which can be returned to after successful forgot password flow
    AllowedNotificationRedirectUrls List<string>
    If specified, indicates the set of allowed notification redirect Urls which can be specified as the value of "notificationRedirectUrl" in the POST .../admin/v1/MePasswordResetRequestor request payload, which will then be included in the reset password email notification sent to a user as part of the forgot password / password reset flow.
    AuditEventRetentionPeriod int
    Audit Event retention period. If set, overrides default of 30 days after which Audit Events will be purged
    CertificateValidations List<GetDomainsSettingCertificateValidation>
    Certificate Validation Config
    CloudAccountName string
    The attribute to store the cloud account name
    CloudGateCorsSettings List<GetDomainsSettingCloudGateCorsSetting>
    A complex attribute that specifies the Cloud Gate cross origin resource sharing settings.
    CloudMigrationCustomUrl string
    If specified, indicates the custom SIM Migrator Url which can be used while SIM to Oracle Identity Cloud Service CloudAccount Migration.
    CloudMigrationUrlEnabled bool
    CloudAccountMigration: Enable Custom SIM Migrator Url.
    CompanyNames List<GetDomainsSettingCompanyName>
    Name of the company in different locales
    CompartmentOcid string
    Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
    ContactEmails List<string>
    Contact emails used to notify tenants. Can be one or more user or group alias emails.
    CsrAccess string
    This value indicates whether Customer Service Representatives can login and have readOnly or readWrite access. A value of 'none' means CSR cannot login to the services.
    CustomBranding bool
    Indicates if the branding is default or custom
    CustomCssLocation string
    Storage URL location where the sanitized custom css is located
    CustomHtmlLocation string
    Storage URL location where the sanitized custom html is located
    CustomTranslation string
    Custom translations (JSON String)
    DefaultCompanyNames List<GetDomainsSettingDefaultCompanyName>
    Default name of the Company in different locales
    DefaultImages List<GetDomainsSettingDefaultImage>
    References to various images
    DefaultLoginTexts List<GetDomainsSettingDefaultLoginText>
    Default Login text in different locales
    DefaultTrustScope string
    Deprecated Since: 18.3.6
    DeleteInProgress bool
    A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
    DiagnosticLevel int
    The level of diagnostic logging that is currently in effect. A level of 0 (zero) indicates that diagnostic logging is disabled. A level of 1 (one) indicates that diagnostic logging is enabled.
    DiagnosticRecordForSearchIdentifiesReturnedResources bool
    Controls whether DiagnosticRecords for external search-operations (against SCIM resource-types in the Admin service) identify returned resources. If true, indicates that for each successful external search-operation at least one DiagnosticRecord will include at least one identifier for each matching resource that is returned in that search-response. If false, no DiagnosticRecord should be expected to identify returned resources for a search-operation. The default value is false.
    DiagnosticTracingUpto string
    The end time up to which diagnostic recording is switched on
    DomainOcid string
    Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
    EnableTermsOfUse bool
    Indicates if Terms of Use is enabled in UI
    ExternalId string
    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.
    IamUpstSessionExpiry int
    Maximum duration for IAM User Principal Session Token expiry
    Id string
    Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
    IdcsCreatedBies List<GetDomainsSettingIdcsCreatedBy>
    The User or App who created the Resource
    IdcsEndpoint string
    IdcsLastModifiedBies List<GetDomainsSettingIdcsLastModifiedBy>
    The User or App who modified the Resource
    IdcsLastUpgradedInRelease string
    The release number when the resource was upgraded.
    IdcsPreventedOperations List<string>
    Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
    Images List<GetDomainsSettingImage>
    References to various images
    IsHostedPage bool
    Indicates if 'hosted' option was selected
    Issuer string
    Tenant issuer.
    Locale string
    Locale
    LoginTexts List<GetDomainsSettingLoginText>
    Login text in different locales
    MaxNoOfAppCmvaToReturn int
    Limit the maximum return of CMVA for an App
    MaxNoOfAppRoleMembersToReturn int
    Limit the maximum return of members for an AppRole
    Metas List<GetDomainsSettingMeta>
    A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
    MigrationStatus string
    Database Migration Status
    Ocid string
    Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
    OnPremisesProvisioning bool
    On-Premises provisioning feature toggle.
    PreferredLanguage string
    Preferred written or spoken language used for localized user interfaces
    PrevIssuer string
    Previous Tenant issuer. This is an Oracle Identity Cloud Service internal attribute which is not meant to be directly modified by ID Admin. Even if the request body (Settings) contains this attribute, the actual value will be set according to the Oracle Identity Cloud Service internal logic rather than solely based on the value provided in the request payload.
    PrivacyPolicyUrl string
    Privacy Policy URL
    PurgeConfigs List<GetDomainsSettingPurgeConfig>
    Purge Configs for different Resource Types
    ReAuthFactors List<string>
    If reAuthWhenChangingMyAuthenticationFactors is true (default), this attribute specifies which re-authentication factor to use. Allowed value is "password".
    ReAuthWhenChangingMyAuthenticationFactors bool
    Specifies whether re-authentication is required or not when a user changes one of their security factors such as password or email. Default is true to ensure more secure behavior.
    Schemas List<string>
    REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
    ServiceAdminCannotListOtherUsers bool
    By default, a service admin can list all users in stripe. If true, a service admin cannot list other users.
    SettingId string
    SigningCertPublicAccess bool
    Indicates if access on SigningCert is allowed to public or not
    SubMappingAttr string
    Added In: 20.1.3
    Tags List<GetDomainsSettingTag>
    A list of tags on this resource.
    TenancyOcid string
    Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
    TenantCustomClaims List<GetDomainsSettingTenantCustomClaim>
    Custom claims associated with the specific tenant
    TermsOfUseUrl string
    Terms of Use URL
    Timezone string
    User's timezone
    AttributeSets List<string>
    Attributes string
    Authorization string
    ResourceTypeSchemaVersion string
    AccountAlwaysTrustScope bool
    Indicates whether all the Apps in this customer tenancy should trust each other. A value of true overrides the 'defaultTrustScope' attribute here in Settings, as well as any App-specific 'trustScope' attribute, to force in effect 'trustScope=Account' for every App in this customer tenancy.
    AllowedDomains []string
    One or more email domains allowed in a user's email field. If unassigned, any domain is allowed.
    AllowedForgotPasswordFlowReturnUrls []string
    If specified, indicates the set of Urls which can be returned to after successful forgot password flow
    AllowedNotificationRedirectUrls []string
    If specified, indicates the set of allowed notification redirect Urls which can be specified as the value of "notificationRedirectUrl" in the POST .../admin/v1/MePasswordResetRequestor request payload, which will then be included in the reset password email notification sent to a user as part of the forgot password / password reset flow.
    AuditEventRetentionPeriod int
    Audit Event retention period. If set, overrides default of 30 days after which Audit Events will be purged
    CertificateValidations []GetDomainsSettingCertificateValidation
    Certificate Validation Config
    CloudAccountName string
    The attribute to store the cloud account name
    CloudGateCorsSettings []GetDomainsSettingCloudGateCorsSetting
    A complex attribute that specifies the Cloud Gate cross origin resource sharing settings.
    CloudMigrationCustomUrl string
    If specified, indicates the custom SIM Migrator Url which can be used while SIM to Oracle Identity Cloud Service CloudAccount Migration.
    CloudMigrationUrlEnabled bool
    CloudAccountMigration: Enable Custom SIM Migrator Url.
    CompanyNames []GetDomainsSettingCompanyName
    Name of the company in different locales
    CompartmentOcid string
    Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
    ContactEmails []string
    Contact emails used to notify tenants. Can be one or more user or group alias emails.
    CsrAccess string
    This value indicates whether Customer Service Representatives can login and have readOnly or readWrite access. A value of 'none' means CSR cannot login to the services.
    CustomBranding bool
    Indicates if the branding is default or custom
    CustomCssLocation string
    Storage URL location where the sanitized custom css is located
    CustomHtmlLocation string
    Storage URL location where the sanitized custom html is located
    CustomTranslation string
    Custom translations (JSON String)
    DefaultCompanyNames []GetDomainsSettingDefaultCompanyName
    Default name of the Company in different locales
    DefaultImages []GetDomainsSettingDefaultImage
    References to various images
    DefaultLoginTexts []GetDomainsSettingDefaultLoginText
    Default Login text in different locales
    DefaultTrustScope string
    Deprecated Since: 18.3.6
    DeleteInProgress bool
    A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
    DiagnosticLevel int
    The level of diagnostic logging that is currently in effect. A level of 0 (zero) indicates that diagnostic logging is disabled. A level of 1 (one) indicates that diagnostic logging is enabled.
    DiagnosticRecordForSearchIdentifiesReturnedResources bool
    Controls whether DiagnosticRecords for external search-operations (against SCIM resource-types in the Admin service) identify returned resources. If true, indicates that for each successful external search-operation at least one DiagnosticRecord will include at least one identifier for each matching resource that is returned in that search-response. If false, no DiagnosticRecord should be expected to identify returned resources for a search-operation. The default value is false.
    DiagnosticTracingUpto string
    The end time up to which diagnostic recording is switched on
    DomainOcid string
    Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
    EnableTermsOfUse bool
    Indicates if Terms of Use is enabled in UI
    ExternalId string
    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.
    IamUpstSessionExpiry int
    Maximum duration for IAM User Principal Session Token expiry
    Id string
    Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
    IdcsCreatedBies []GetDomainsSettingIdcsCreatedBy
    The User or App who created the Resource
    IdcsEndpoint string
    IdcsLastModifiedBies []GetDomainsSettingIdcsLastModifiedBy
    The User or App who modified the Resource
    IdcsLastUpgradedInRelease string
    The release number when the resource was upgraded.
    IdcsPreventedOperations []string
    Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
    Images []GetDomainsSettingImage
    References to various images
    IsHostedPage bool
    Indicates if 'hosted' option was selected
    Issuer string
    Tenant issuer.
    Locale string
    Locale
    LoginTexts []GetDomainsSettingLoginText
    Login text in different locales
    MaxNoOfAppCmvaToReturn int
    Limit the maximum return of CMVA for an App
    MaxNoOfAppRoleMembersToReturn int
    Limit the maximum return of members for an AppRole
    Metas []GetDomainsSettingMeta
    A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
    MigrationStatus string
    Database Migration Status
    Ocid string
    Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
    OnPremisesProvisioning bool
    On-Premises provisioning feature toggle.
    PreferredLanguage string
    Preferred written or spoken language used for localized user interfaces
    PrevIssuer string
    Previous Tenant issuer. This is an Oracle Identity Cloud Service internal attribute which is not meant to be directly modified by ID Admin. Even if the request body (Settings) contains this attribute, the actual value will be set according to the Oracle Identity Cloud Service internal logic rather than solely based on the value provided in the request payload.
    PrivacyPolicyUrl string
    Privacy Policy URL
    PurgeConfigs []GetDomainsSettingPurgeConfig
    Purge Configs for different Resource Types
    ReAuthFactors []string
    If reAuthWhenChangingMyAuthenticationFactors is true (default), this attribute specifies which re-authentication factor to use. Allowed value is "password".
    ReAuthWhenChangingMyAuthenticationFactors bool
    Specifies whether re-authentication is required or not when a user changes one of their security factors such as password or email. Default is true to ensure more secure behavior.
    Schemas []string
    REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
    ServiceAdminCannotListOtherUsers bool
    By default, a service admin can list all users in stripe. If true, a service admin cannot list other users.
    SettingId string
    SigningCertPublicAccess bool
    Indicates if access on SigningCert is allowed to public or not
    SubMappingAttr string
    Added In: 20.1.3
    Tags []GetDomainsSettingTag
    A list of tags on this resource.
    TenancyOcid string
    Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
    TenantCustomClaims []GetDomainsSettingTenantCustomClaim
    Custom claims associated with the specific tenant
    TermsOfUseUrl string
    Terms of Use URL
    Timezone string
    User's timezone
    AttributeSets []string
    Attributes string
    Authorization string
    ResourceTypeSchemaVersion string
    accountAlwaysTrustScope Boolean
    Indicates whether all the Apps in this customer tenancy should trust each other. A value of true overrides the 'defaultTrustScope' attribute here in Settings, as well as any App-specific 'trustScope' attribute, to force in effect 'trustScope=Account' for every App in this customer tenancy.
    allowedDomains List<String>
    One or more email domains allowed in a user's email field. If unassigned, any domain is allowed.
    allowedForgotPasswordFlowReturnUrls List<String>
    If specified, indicates the set of Urls which can be returned to after successful forgot password flow
    allowedNotificationRedirectUrls List<String>
    If specified, indicates the set of allowed notification redirect Urls which can be specified as the value of "notificationRedirectUrl" in the POST .../admin/v1/MePasswordResetRequestor request payload, which will then be included in the reset password email notification sent to a user as part of the forgot password / password reset flow.
    auditEventRetentionPeriod Integer
    Audit Event retention period. If set, overrides default of 30 days after which Audit Events will be purged
    certificateValidations List<GetDomainsSettingCertificateValidation>
    Certificate Validation Config
    cloudAccountName String
    The attribute to store the cloud account name
    cloudGateCorsSettings List<GetDomainsSettingCloudGateCorsSetting>
    A complex attribute that specifies the Cloud Gate cross origin resource sharing settings.
    cloudMigrationCustomUrl String
    If specified, indicates the custom SIM Migrator Url which can be used while SIM to Oracle Identity Cloud Service CloudAccount Migration.
    cloudMigrationUrlEnabled Boolean
    CloudAccountMigration: Enable Custom SIM Migrator Url.
    companyNames List<GetDomainsSettingCompanyName>
    Name of the company in different locales
    compartmentOcid String
    Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
    contactEmails List<String>
    Contact emails used to notify tenants. Can be one or more user or group alias emails.
    csrAccess String
    This value indicates whether Customer Service Representatives can login and have readOnly or readWrite access. A value of 'none' means CSR cannot login to the services.
    customBranding Boolean
    Indicates if the branding is default or custom
    customCssLocation String
    Storage URL location where the sanitized custom css is located
    customHtmlLocation String
    Storage URL location where the sanitized custom html is located
    customTranslation String
    Custom translations (JSON String)
    defaultCompanyNames List<GetDomainsSettingDefaultCompanyName>
    Default name of the Company in different locales
    defaultImages List<GetDomainsSettingDefaultImage>
    References to various images
    defaultLoginTexts List<GetDomainsSettingDefaultLoginText>
    Default Login text in different locales
    defaultTrustScope String
    Deprecated Since: 18.3.6
    deleteInProgress Boolean
    A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
    diagnosticLevel Integer
    The level of diagnostic logging that is currently in effect. A level of 0 (zero) indicates that diagnostic logging is disabled. A level of 1 (one) indicates that diagnostic logging is enabled.
    diagnosticRecordForSearchIdentifiesReturnedResources Boolean
    Controls whether DiagnosticRecords for external search-operations (against SCIM resource-types in the Admin service) identify returned resources. If true, indicates that for each successful external search-operation at least one DiagnosticRecord will include at least one identifier for each matching resource that is returned in that search-response. If false, no DiagnosticRecord should be expected to identify returned resources for a search-operation. The default value is false.
    diagnosticTracingUpto String
    The end time up to which diagnostic recording is switched on
    domainOcid String
    Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
    enableTermsOfUse Boolean
    Indicates if Terms of Use is enabled in UI
    externalId String
    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.
    iamUpstSessionExpiry Integer
    Maximum duration for IAM User Principal Session Token expiry
    id String
    Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
    idcsCreatedBies List<GetDomainsSettingIdcsCreatedBy>
    The User or App who created the Resource
    idcsEndpoint String
    idcsLastModifiedBies List<GetDomainsSettingIdcsLastModifiedBy>
    The User or App who modified the Resource
    idcsLastUpgradedInRelease String
    The release number when the resource was upgraded.
    idcsPreventedOperations List<String>
    Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
    images List<GetDomainsSettingImage>
    References to various images
    isHostedPage Boolean
    Indicates if 'hosted' option was selected
    issuer String
    Tenant issuer.
    locale String
    Locale
    loginTexts List<GetDomainsSettingLoginText>
    Login text in different locales
    maxNoOfAppCmvaToReturn Integer
    Limit the maximum return of CMVA for an App
    maxNoOfAppRoleMembersToReturn Integer
    Limit the maximum return of members for an AppRole
    metas List<GetDomainsSettingMeta>
    A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
    migrationStatus String
    Database Migration Status
    ocid String
    Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
    onPremisesProvisioning Boolean
    On-Premises provisioning feature toggle.
    preferredLanguage String
    Preferred written or spoken language used for localized user interfaces
    prevIssuer String
    Previous Tenant issuer. This is an Oracle Identity Cloud Service internal attribute which is not meant to be directly modified by ID Admin. Even if the request body (Settings) contains this attribute, the actual value will be set according to the Oracle Identity Cloud Service internal logic rather than solely based on the value provided in the request payload.
    privacyPolicyUrl String
    Privacy Policy URL
    purgeConfigs List<GetDomainsSettingPurgeConfig>
    Purge Configs for different Resource Types
    reAuthFactors List<String>
    If reAuthWhenChangingMyAuthenticationFactors is true (default), this attribute specifies which re-authentication factor to use. Allowed value is "password".
    reAuthWhenChangingMyAuthenticationFactors Boolean
    Specifies whether re-authentication is required or not when a user changes one of their security factors such as password or email. Default is true to ensure more secure behavior.
    schemas List<String>
    REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
    serviceAdminCannotListOtherUsers Boolean
    By default, a service admin can list all users in stripe. If true, a service admin cannot list other users.
    settingId String
    signingCertPublicAccess Boolean
    Indicates if access on SigningCert is allowed to public or not
    subMappingAttr String
    Added In: 20.1.3
    tags List<GetDomainsSettingTag>
    A list of tags on this resource.
    tenancyOcid String
    Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
    tenantCustomClaims List<GetDomainsSettingTenantCustomClaim>
    Custom claims associated with the specific tenant
    termsOfUseUrl String
    Terms of Use URL
    timezone String
    User's timezone
    attributeSets List<String>
    attributes String
    authorization String
    resourceTypeSchemaVersion String
    accountAlwaysTrustScope boolean
    Indicates whether all the Apps in this customer tenancy should trust each other. A value of true overrides the 'defaultTrustScope' attribute here in Settings, as well as any App-specific 'trustScope' attribute, to force in effect 'trustScope=Account' for every App in this customer tenancy.
    allowedDomains string[]
    One or more email domains allowed in a user's email field. If unassigned, any domain is allowed.
    allowedForgotPasswordFlowReturnUrls string[]
    If specified, indicates the set of Urls which can be returned to after successful forgot password flow
    allowedNotificationRedirectUrls string[]
    If specified, indicates the set of allowed notification redirect Urls which can be specified as the value of "notificationRedirectUrl" in the POST .../admin/v1/MePasswordResetRequestor request payload, which will then be included in the reset password email notification sent to a user as part of the forgot password / password reset flow.
    auditEventRetentionPeriod number
    Audit Event retention period. If set, overrides default of 30 days after which Audit Events will be purged
    certificateValidations GetDomainsSettingCertificateValidation[]
    Certificate Validation Config
    cloudAccountName string
    The attribute to store the cloud account name
    cloudGateCorsSettings GetDomainsSettingCloudGateCorsSetting[]
    A complex attribute that specifies the Cloud Gate cross origin resource sharing settings.
    cloudMigrationCustomUrl string
    If specified, indicates the custom SIM Migrator Url which can be used while SIM to Oracle Identity Cloud Service CloudAccount Migration.
    cloudMigrationUrlEnabled boolean
    CloudAccountMigration: Enable Custom SIM Migrator Url.
    companyNames GetDomainsSettingCompanyName[]
    Name of the company in different locales
    compartmentOcid string
    Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
    contactEmails string[]
    Contact emails used to notify tenants. Can be one or more user or group alias emails.
    csrAccess string
    This value indicates whether Customer Service Representatives can login and have readOnly or readWrite access. A value of 'none' means CSR cannot login to the services.
    customBranding boolean
    Indicates if the branding is default or custom
    customCssLocation string
    Storage URL location where the sanitized custom css is located
    customHtmlLocation string
    Storage URL location where the sanitized custom html is located
    customTranslation string
    Custom translations (JSON String)
    defaultCompanyNames GetDomainsSettingDefaultCompanyName[]
    Default name of the Company in different locales
    defaultImages GetDomainsSettingDefaultImage[]
    References to various images
    defaultLoginTexts GetDomainsSettingDefaultLoginText[]
    Default Login text in different locales
    defaultTrustScope string
    Deprecated Since: 18.3.6
    deleteInProgress boolean
    A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
    diagnosticLevel number
    The level of diagnostic logging that is currently in effect. A level of 0 (zero) indicates that diagnostic logging is disabled. A level of 1 (one) indicates that diagnostic logging is enabled.
    diagnosticRecordForSearchIdentifiesReturnedResources boolean
    Controls whether DiagnosticRecords for external search-operations (against SCIM resource-types in the Admin service) identify returned resources. If true, indicates that for each successful external search-operation at least one DiagnosticRecord will include at least one identifier for each matching resource that is returned in that search-response. If false, no DiagnosticRecord should be expected to identify returned resources for a search-operation. The default value is false.
    diagnosticTracingUpto string
    The end time up to which diagnostic recording is switched on
    domainOcid string
    Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
    enableTermsOfUse boolean
    Indicates if Terms of Use is enabled in UI
    externalId string
    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.
    iamUpstSessionExpiry number
    Maximum duration for IAM User Principal Session Token expiry
    id string
    Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
    idcsCreatedBies GetDomainsSettingIdcsCreatedBy[]
    The User or App who created the Resource
    idcsEndpoint string
    idcsLastModifiedBies GetDomainsSettingIdcsLastModifiedBy[]
    The User or App who modified the Resource
    idcsLastUpgradedInRelease string
    The release number when the resource was upgraded.
    idcsPreventedOperations string[]
    Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
    images GetDomainsSettingImage[]
    References to various images
    isHostedPage boolean
    Indicates if 'hosted' option was selected
    issuer string
    Tenant issuer.
    locale string
    Locale
    loginTexts GetDomainsSettingLoginText[]
    Login text in different locales
    maxNoOfAppCmvaToReturn number
    Limit the maximum return of CMVA for an App
    maxNoOfAppRoleMembersToReturn number
    Limit the maximum return of members for an AppRole
    metas GetDomainsSettingMeta[]
    A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
    migrationStatus string
    Database Migration Status
    ocid string
    Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
    onPremisesProvisioning boolean
    On-Premises provisioning feature toggle.
    preferredLanguage string
    Preferred written or spoken language used for localized user interfaces
    prevIssuer string
    Previous Tenant issuer. This is an Oracle Identity Cloud Service internal attribute which is not meant to be directly modified by ID Admin. Even if the request body (Settings) contains this attribute, the actual value will be set according to the Oracle Identity Cloud Service internal logic rather than solely based on the value provided in the request payload.
    privacyPolicyUrl string
    Privacy Policy URL
    purgeConfigs GetDomainsSettingPurgeConfig[]
    Purge Configs for different Resource Types
    reAuthFactors string[]
    If reAuthWhenChangingMyAuthenticationFactors is true (default), this attribute specifies which re-authentication factor to use. Allowed value is "password".
    reAuthWhenChangingMyAuthenticationFactors boolean
    Specifies whether re-authentication is required or not when a user changes one of their security factors such as password or email. Default is true to ensure more secure behavior.
    schemas string[]
    REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
    serviceAdminCannotListOtherUsers boolean
    By default, a service admin can list all users in stripe. If true, a service admin cannot list other users.
    settingId string
    signingCertPublicAccess boolean
    Indicates if access on SigningCert is allowed to public or not
    subMappingAttr string
    Added In: 20.1.3
    tags GetDomainsSettingTag[]
    A list of tags on this resource.
    tenancyOcid string
    Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
    tenantCustomClaims GetDomainsSettingTenantCustomClaim[]
    Custom claims associated with the specific tenant
    termsOfUseUrl string
    Terms of Use URL
    timezone string
    User's timezone
    attributeSets string[]
    attributes string
    authorization string
    resourceTypeSchemaVersion string
    account_always_trust_scope bool
    Indicates whether all the Apps in this customer tenancy should trust each other. A value of true overrides the 'defaultTrustScope' attribute here in Settings, as well as any App-specific 'trustScope' attribute, to force in effect 'trustScope=Account' for every App in this customer tenancy.
    allowed_domains Sequence[str]
    One or more email domains allowed in a user's email field. If unassigned, any domain is allowed.
    allowed_forgot_password_flow_return_urls Sequence[str]
    If specified, indicates the set of Urls which can be returned to after successful forgot password flow
    allowed_notification_redirect_urls Sequence[str]
    If specified, indicates the set of allowed notification redirect Urls which can be specified as the value of "notificationRedirectUrl" in the POST .../admin/v1/MePasswordResetRequestor request payload, which will then be included in the reset password email notification sent to a user as part of the forgot password / password reset flow.
    audit_event_retention_period int
    Audit Event retention period. If set, overrides default of 30 days after which Audit Events will be purged
    certificate_validations Sequence[identity.GetDomainsSettingCertificateValidation]
    Certificate Validation Config
    cloud_account_name str
    The attribute to store the cloud account name
    cloud_gate_cors_settings Sequence[identity.GetDomainsSettingCloudGateCorsSetting]
    A complex attribute that specifies the Cloud Gate cross origin resource sharing settings.
    cloud_migration_custom_url str
    If specified, indicates the custom SIM Migrator Url which can be used while SIM to Oracle Identity Cloud Service CloudAccount Migration.
    cloud_migration_url_enabled bool
    CloudAccountMigration: Enable Custom SIM Migrator Url.
    company_names Sequence[identity.GetDomainsSettingCompanyName]
    Name of the company in different locales
    compartment_ocid str
    Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
    contact_emails Sequence[str]
    Contact emails used to notify tenants. Can be one or more user or group alias emails.
    csr_access str
    This value indicates whether Customer Service Representatives can login and have readOnly or readWrite access. A value of 'none' means CSR cannot login to the services.
    custom_branding bool
    Indicates if the branding is default or custom
    custom_css_location str
    Storage URL location where the sanitized custom css is located
    custom_html_location str
    Storage URL location where the sanitized custom html is located
    custom_translation str
    Custom translations (JSON String)
    default_company_names Sequence[identity.GetDomainsSettingDefaultCompanyName]
    Default name of the Company in different locales
    default_images Sequence[identity.GetDomainsSettingDefaultImage]
    References to various images
    default_login_texts Sequence[identity.GetDomainsSettingDefaultLoginText]
    Default Login text in different locales
    default_trust_scope str
    Deprecated Since: 18.3.6
    delete_in_progress bool
    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.
    diagnostic_level int
    The level of diagnostic logging that is currently in effect. A level of 0 (zero) indicates that diagnostic logging is disabled. A level of 1 (one) indicates that diagnostic logging is enabled.
    diagnostic_record_for_search_identifies_returned_resources bool
    Controls whether DiagnosticRecords for external search-operations (against SCIM resource-types in the Admin service) identify returned resources. If true, indicates that for each successful external search-operation at least one DiagnosticRecord will include at least one identifier for each matching resource that is returned in that search-response. If false, no DiagnosticRecord should be expected to identify returned resources for a search-operation. The default value is false.
    diagnostic_tracing_upto str
    The end time up to which diagnostic recording is switched on
    domain_ocid str
    Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
    enable_terms_of_use bool
    Indicates if Terms of Use is enabled in UI
    external_id str
    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.
    iam_upst_session_expiry int
    Maximum duration for IAM User Principal Session Token expiry
    id str
    Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
    idcs_created_bies Sequence[identity.GetDomainsSettingIdcsCreatedBy]
    The User or App who created the Resource
    idcs_endpoint str
    idcs_last_modified_bies Sequence[identity.GetDomainsSettingIdcsLastModifiedBy]
    The User or App who modified the Resource
    idcs_last_upgraded_in_release str
    The release number when the resource was upgraded.
    idcs_prevented_operations Sequence[str]
    Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
    images Sequence[identity.GetDomainsSettingImage]
    References to various images
    is_hosted_page bool
    Indicates if 'hosted' option was selected
    issuer str
    Tenant issuer.
    locale str
    Locale
    login_texts Sequence[identity.GetDomainsSettingLoginText]
    Login text in different locales
    max_no_of_app_cmva_to_return int
    Limit the maximum return of CMVA for an App
    max_no_of_app_role_members_to_return int
    Limit the maximum return of members for an AppRole
    metas Sequence[identity.GetDomainsSettingMeta]
    A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
    migration_status str
    Database Migration Status
    ocid str
    Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
    on_premises_provisioning bool
    On-Premises provisioning feature toggle.
    preferred_language str
    Preferred written or spoken language used for localized user interfaces
    prev_issuer str
    Previous Tenant issuer. This is an Oracle Identity Cloud Service internal attribute which is not meant to be directly modified by ID Admin. Even if the request body (Settings) contains this attribute, the actual value will be set according to the Oracle Identity Cloud Service internal logic rather than solely based on the value provided in the request payload.
    privacy_policy_url str
    Privacy Policy URL
    purge_configs Sequence[identity.GetDomainsSettingPurgeConfig]
    Purge Configs for different Resource Types
    re_auth_factors Sequence[str]
    If reAuthWhenChangingMyAuthenticationFactors is true (default), this attribute specifies which re-authentication factor to use. Allowed value is "password".
    re_auth_when_changing_my_authentication_factors bool
    Specifies whether re-authentication is required or not when a user changes one of their security factors such as password or email. Default is true to ensure more secure behavior.
    schemas Sequence[str]
    REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
    service_admin_cannot_list_other_users bool
    By default, a service admin can list all users in stripe. If true, a service admin cannot list other users.
    setting_id str
    signing_cert_public_access bool
    Indicates if access on SigningCert is allowed to public or not
    sub_mapping_attr str
    Added In: 20.1.3
    tags Sequence[identity.GetDomainsSettingTag]
    A list of tags on this resource.
    tenancy_ocid str
    Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
    tenant_custom_claims Sequence[identity.GetDomainsSettingTenantCustomClaim]
    Custom claims associated with the specific tenant
    terms_of_use_url str
    Terms of Use URL
    timezone str
    User's timezone
    attribute_sets Sequence[str]
    attributes str
    authorization str
    resource_type_schema_version str
    accountAlwaysTrustScope Boolean
    Indicates whether all the Apps in this customer tenancy should trust each other. A value of true overrides the 'defaultTrustScope' attribute here in Settings, as well as any App-specific 'trustScope' attribute, to force in effect 'trustScope=Account' for every App in this customer tenancy.
    allowedDomains List<String>
    One or more email domains allowed in a user's email field. If unassigned, any domain is allowed.
    allowedForgotPasswordFlowReturnUrls List<String>
    If specified, indicates the set of Urls which can be returned to after successful forgot password flow
    allowedNotificationRedirectUrls List<String>
    If specified, indicates the set of allowed notification redirect Urls which can be specified as the value of "notificationRedirectUrl" in the POST .../admin/v1/MePasswordResetRequestor request payload, which will then be included in the reset password email notification sent to a user as part of the forgot password / password reset flow.
    auditEventRetentionPeriod Number
    Audit Event retention period. If set, overrides default of 30 days after which Audit Events will be purged
    certificateValidations List<Property Map>
    Certificate Validation Config
    cloudAccountName String
    The attribute to store the cloud account name
    cloudGateCorsSettings List<Property Map>
    A complex attribute that specifies the Cloud Gate cross origin resource sharing settings.
    cloudMigrationCustomUrl String
    If specified, indicates the custom SIM Migrator Url which can be used while SIM to Oracle Identity Cloud Service CloudAccount Migration.
    cloudMigrationUrlEnabled Boolean
    CloudAccountMigration: Enable Custom SIM Migrator Url.
    companyNames List<Property Map>
    Name of the company in different locales
    compartmentOcid String
    Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
    contactEmails List<String>
    Contact emails used to notify tenants. Can be one or more user or group alias emails.
    csrAccess String
    This value indicates whether Customer Service Representatives can login and have readOnly or readWrite access. A value of 'none' means CSR cannot login to the services.
    customBranding Boolean
    Indicates if the branding is default or custom
    customCssLocation String
    Storage URL location where the sanitized custom css is located
    customHtmlLocation String
    Storage URL location where the sanitized custom html is located
    customTranslation String
    Custom translations (JSON String)
    defaultCompanyNames List<Property Map>
    Default name of the Company in different locales
    defaultImages List<Property Map>
    References to various images
    defaultLoginTexts List<Property Map>
    Default Login text in different locales
    defaultTrustScope String
    Deprecated Since: 18.3.6
    deleteInProgress Boolean
    A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
    diagnosticLevel Number
    The level of diagnostic logging that is currently in effect. A level of 0 (zero) indicates that diagnostic logging is disabled. A level of 1 (one) indicates that diagnostic logging is enabled.
    diagnosticRecordForSearchIdentifiesReturnedResources Boolean
    Controls whether DiagnosticRecords for external search-operations (against SCIM resource-types in the Admin service) identify returned resources. If true, indicates that for each successful external search-operation at least one DiagnosticRecord will include at least one identifier for each matching resource that is returned in that search-response. If false, no DiagnosticRecord should be expected to identify returned resources for a search-operation. The default value is false.
    diagnosticTracingUpto String
    The end time up to which diagnostic recording is switched on
    domainOcid String
    Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
    enableTermsOfUse Boolean
    Indicates if Terms of Use is enabled in UI
    externalId String
    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.
    iamUpstSessionExpiry Number
    Maximum duration for IAM User Principal Session Token expiry
    id String
    Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
    idcsCreatedBies List<Property Map>
    The User or App who created the Resource
    idcsEndpoint String
    idcsLastModifiedBies List<Property Map>
    The User or App who modified the Resource
    idcsLastUpgradedInRelease String
    The release number when the resource was upgraded.
    idcsPreventedOperations List<String>
    Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
    images List<Property Map>
    References to various images
    isHostedPage Boolean
    Indicates if 'hosted' option was selected
    issuer String
    Tenant issuer.
    locale String
    Locale
    loginTexts List<Property Map>
    Login text in different locales
    maxNoOfAppCmvaToReturn Number
    Limit the maximum return of CMVA for an App
    maxNoOfAppRoleMembersToReturn Number
    Limit the maximum return of members for an AppRole
    metas List<Property Map>
    A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
    migrationStatus String
    Database Migration Status
    ocid String
    Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
    onPremisesProvisioning Boolean
    On-Premises provisioning feature toggle.
    preferredLanguage String
    Preferred written or spoken language used for localized user interfaces
    prevIssuer String
    Previous Tenant issuer. This is an Oracle Identity Cloud Service internal attribute which is not meant to be directly modified by ID Admin. Even if the request body (Settings) contains this attribute, the actual value will be set according to the Oracle Identity Cloud Service internal logic rather than solely based on the value provided in the request payload.
    privacyPolicyUrl String
    Privacy Policy URL
    purgeConfigs List<Property Map>
    Purge Configs for different Resource Types
    reAuthFactors List<String>
    If reAuthWhenChangingMyAuthenticationFactors is true (default), this attribute specifies which re-authentication factor to use. Allowed value is "password".
    reAuthWhenChangingMyAuthenticationFactors Boolean
    Specifies whether re-authentication is required or not when a user changes one of their security factors such as password or email. Default is true to ensure more secure behavior.
    schemas List<String>
    REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
    serviceAdminCannotListOtherUsers Boolean
    By default, a service admin can list all users in stripe. If true, a service admin cannot list other users.
    settingId String
    signingCertPublicAccess Boolean
    Indicates if access on SigningCert is allowed to public or not
    subMappingAttr String
    Added In: 20.1.3
    tags List<Property Map>
    A list of tags on this resource.
    tenancyOcid String
    Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
    tenantCustomClaims List<Property Map>
    Custom claims associated with the specific tenant
    termsOfUseUrl String
    Terms of Use URL
    timezone String
    User's timezone
    attributeSets List<String>
    attributes String
    authorization String
    resourceTypeSchemaVersion String

    Supporting Types

    GetDomainsSettingCertificateValidation

    CrlCheckOnOcspFailureEnabled bool
    Use CRL as Fallback.
    CrlEnabled bool
    CRL is enabled Configuration
    CrlLocation string
    CRL Location.
    CrlRefreshInterval int
    The CRL refresh interval in minutes
    OcspEnabled bool
    OCSP is enabled Configuration
    OcspResponderUrl string
    OCSP Responder URL
    OcspSettingsResponderUrlPreferred bool
    This setting says, OCSP Responder URL present in the issued certificate must be used. Otherwise, OCSP Responder URL from IDP or Settings.
    OcspSigningCertificateAlias string
    OCSP Signing Certificate Alias
    OcspTimeoutDuration int
    The OCSP Timeout duration in minutes
    OcspUnknownResponseStatusAllowed bool
    OCSP Accept unknown response status from ocsp responder.
    CrlCheckOnOcspFailureEnabled bool
    Use CRL as Fallback.
    CrlEnabled bool
    CRL is enabled Configuration
    CrlLocation string
    CRL Location.
    CrlRefreshInterval int
    The CRL refresh interval in minutes
    OcspEnabled bool
    OCSP is enabled Configuration
    OcspResponderUrl string
    OCSP Responder URL
    OcspSettingsResponderUrlPreferred bool
    This setting says, OCSP Responder URL present in the issued certificate must be used. Otherwise, OCSP Responder URL from IDP or Settings.
    OcspSigningCertificateAlias string
    OCSP Signing Certificate Alias
    OcspTimeoutDuration int
    The OCSP Timeout duration in minutes
    OcspUnknownResponseStatusAllowed bool
    OCSP Accept unknown response status from ocsp responder.
    crlCheckOnOcspFailureEnabled Boolean
    Use CRL as Fallback.
    crlEnabled Boolean
    CRL is enabled Configuration
    crlLocation String
    CRL Location.
    crlRefreshInterval Integer
    The CRL refresh interval in minutes
    ocspEnabled Boolean
    OCSP is enabled Configuration
    ocspResponderUrl String
    OCSP Responder URL
    ocspSettingsResponderUrlPreferred Boolean
    This setting says, OCSP Responder URL present in the issued certificate must be used. Otherwise, OCSP Responder URL from IDP or Settings.
    ocspSigningCertificateAlias String
    OCSP Signing Certificate Alias
    ocspTimeoutDuration Integer
    The OCSP Timeout duration in minutes
    ocspUnknownResponseStatusAllowed Boolean
    OCSP Accept unknown response status from ocsp responder.
    crlCheckOnOcspFailureEnabled boolean
    Use CRL as Fallback.
    crlEnabled boolean
    CRL is enabled Configuration
    crlLocation string
    CRL Location.
    crlRefreshInterval number
    The CRL refresh interval in minutes
    ocspEnabled boolean
    OCSP is enabled Configuration
    ocspResponderUrl string
    OCSP Responder URL
    ocspSettingsResponderUrlPreferred boolean
    This setting says, OCSP Responder URL present in the issued certificate must be used. Otherwise, OCSP Responder URL from IDP or Settings.
    ocspSigningCertificateAlias string
    OCSP Signing Certificate Alias
    ocspTimeoutDuration number
    The OCSP Timeout duration in minutes
    ocspUnknownResponseStatusAllowed boolean
    OCSP Accept unknown response status from ocsp responder.
    crl_check_on_ocsp_failure_enabled bool
    Use CRL as Fallback.
    crl_enabled bool
    CRL is enabled Configuration
    crl_location str
    CRL Location.
    crl_refresh_interval int
    The CRL refresh interval in minutes
    ocsp_enabled bool
    OCSP is enabled Configuration
    ocsp_responder_url str
    OCSP Responder URL
    ocsp_settings_responder_url_preferred bool
    This setting says, OCSP Responder URL present in the issued certificate must be used. Otherwise, OCSP Responder URL from IDP or Settings.
    ocsp_signing_certificate_alias str
    OCSP Signing Certificate Alias
    ocsp_timeout_duration int
    The OCSP Timeout duration in minutes
    ocsp_unknown_response_status_allowed bool
    OCSP Accept unknown response status from ocsp responder.
    crlCheckOnOcspFailureEnabled Boolean
    Use CRL as Fallback.
    crlEnabled Boolean
    CRL is enabled Configuration
    crlLocation String
    CRL Location.
    crlRefreshInterval Number
    The CRL refresh interval in minutes
    ocspEnabled Boolean
    OCSP is enabled Configuration
    ocspResponderUrl String
    OCSP Responder URL
    ocspSettingsResponderUrlPreferred Boolean
    This setting says, OCSP Responder URL present in the issued certificate must be used. Otherwise, OCSP Responder URL from IDP or Settings.
    ocspSigningCertificateAlias String
    OCSP Signing Certificate Alias
    ocspTimeoutDuration Number
    The OCSP Timeout duration in minutes
    ocspUnknownResponseStatusAllowed Boolean
    OCSP Accept unknown response status from ocsp responder.

    GetDomainsSettingCloudGateCorsSetting

    CloudGateCorsAllowNullOrigin bool
    Allow Null Origin (CORS) for this tenant.
    CloudGateCorsAllowedOrigins List<string>
    Cloud Gate Allowed Cross-Origin Resource Sharing (CORS) Origins for this tenant.
    CloudGateCorsEnabled bool
    Enable Cloud Gate Cross-Origin Resource Sharing (CORS) for this tenant.
    CloudGateCorsExposedHeaders List<string>
    List of Response Headers Cloud Gate is allowed to expose in the CORS Response Header: Access-Control-Expose-Headers.
    CloudGateCorsMaxAge int
    Maximum number of seconds a CORS Pre-flight Response may be cached by client.
    CloudGateCorsAllowNullOrigin bool
    Allow Null Origin (CORS) for this tenant.
    CloudGateCorsAllowedOrigins []string
    Cloud Gate Allowed Cross-Origin Resource Sharing (CORS) Origins for this tenant.
    CloudGateCorsEnabled bool
    Enable Cloud Gate Cross-Origin Resource Sharing (CORS) for this tenant.
    CloudGateCorsExposedHeaders []string
    List of Response Headers Cloud Gate is allowed to expose in the CORS Response Header: Access-Control-Expose-Headers.
    CloudGateCorsMaxAge int
    Maximum number of seconds a CORS Pre-flight Response may be cached by client.
    cloudGateCorsAllowNullOrigin Boolean
    Allow Null Origin (CORS) for this tenant.
    cloudGateCorsAllowedOrigins List<String>
    Cloud Gate Allowed Cross-Origin Resource Sharing (CORS) Origins for this tenant.
    cloudGateCorsEnabled Boolean
    Enable Cloud Gate Cross-Origin Resource Sharing (CORS) for this tenant.
    cloudGateCorsExposedHeaders List<String>
    List of Response Headers Cloud Gate is allowed to expose in the CORS Response Header: Access-Control-Expose-Headers.
    cloudGateCorsMaxAge Integer
    Maximum number of seconds a CORS Pre-flight Response may be cached by client.
    cloudGateCorsAllowNullOrigin boolean
    Allow Null Origin (CORS) for this tenant.
    cloudGateCorsAllowedOrigins string[]
    Cloud Gate Allowed Cross-Origin Resource Sharing (CORS) Origins for this tenant.
    cloudGateCorsEnabled boolean
    Enable Cloud Gate Cross-Origin Resource Sharing (CORS) for this tenant.
    cloudGateCorsExposedHeaders string[]
    List of Response Headers Cloud Gate is allowed to expose in the CORS Response Header: Access-Control-Expose-Headers.
    cloudGateCorsMaxAge number
    Maximum number of seconds a CORS Pre-flight Response may be cached by client.
    cloud_gate_cors_allow_null_origin bool
    Allow Null Origin (CORS) for this tenant.
    cloud_gate_cors_allowed_origins Sequence[str]
    Cloud Gate Allowed Cross-Origin Resource Sharing (CORS) Origins for this tenant.
    cloud_gate_cors_enabled bool
    Enable Cloud Gate Cross-Origin Resource Sharing (CORS) for this tenant.
    cloud_gate_cors_exposed_headers Sequence[str]
    List of Response Headers Cloud Gate is allowed to expose in the CORS Response Header: Access-Control-Expose-Headers.
    cloud_gate_cors_max_age int
    Maximum number of seconds a CORS Pre-flight Response may be cached by client.
    cloudGateCorsAllowNullOrigin Boolean
    Allow Null Origin (CORS) for this tenant.
    cloudGateCorsAllowedOrigins List<String>
    Cloud Gate Allowed Cross-Origin Resource Sharing (CORS) Origins for this tenant.
    cloudGateCorsEnabled Boolean
    Enable Cloud Gate Cross-Origin Resource Sharing (CORS) for this tenant.
    cloudGateCorsExposedHeaders List<String>
    List of Response Headers Cloud Gate is allowed to expose in the CORS Response Header: Access-Control-Expose-Headers.
    cloudGateCorsMaxAge Number
    Maximum number of seconds a CORS Pre-flight Response may be cached by client.

    GetDomainsSettingCompanyName

    Locale string
    Locale
    Value string
    Custom claim value
    Locale string
    Locale
    Value string
    Custom claim value
    locale String
    Locale
    value String
    Custom claim value
    locale string
    Locale
    value string
    Custom claim value
    locale str
    Locale
    value str
    Custom claim value
    locale String
    Locale
    value String
    Custom claim value

    GetDomainsSettingDefaultCompanyName

    Locale string
    Locale
    Value string
    Custom claim value
    Locale string
    Locale
    Value string
    Custom claim value
    locale String
    Locale
    value String
    Custom claim value
    locale string
    Locale
    value string
    Custom claim value
    locale str
    Locale
    value str
    Custom claim value
    locale String
    Locale
    value String
    Custom claim value

    GetDomainsSettingDefaultImage

    Display string
    A human-readable name, primarily used for display purposes
    Type string
    Indicates the image type
    Value string
    Custom claim value
    Display string
    A human-readable name, primarily used for display purposes
    Type string
    Indicates the image type
    Value string
    Custom claim value
    display String
    A human-readable name, primarily used for display purposes
    type String
    Indicates the image type
    value String
    Custom claim value
    display string
    A human-readable name, primarily used for display purposes
    type string
    Indicates the image type
    value string
    Custom claim value
    display str
    A human-readable name, primarily used for display purposes
    type str
    Indicates the image type
    value str
    Custom claim value
    display String
    A human-readable name, primarily used for display purposes
    type String
    Indicates the image type
    value String
    Custom claim value

    GetDomainsSettingDefaultLoginText

    Locale string
    Locale
    Value string
    Custom claim value
    Locale string
    Locale
    Value string
    Custom claim value
    locale String
    Locale
    value String
    Custom claim value
    locale string
    Locale
    value string
    Custom claim value
    locale str
    Locale
    value str
    Custom claim value
    locale String
    Locale
    value String
    Custom claim value

    GetDomainsSettingIdcsCreatedBy

    Display string
    A human-readable name, primarily used for display purposes
    Ocid string
    Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
    Ref string
    The URI of the SCIM resource that represents the User or App who modified this Resource
    Type string
    Indicates the image type
    Value string
    Custom claim value
    Display string
    A human-readable name, primarily used for display purposes
    Ocid string
    Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
    Ref string
    The URI of the SCIM resource that represents the User or App who modified this Resource
    Type string
    Indicates the image type
    Value string
    Custom claim value
    display String
    A human-readable name, primarily used for display purposes
    ocid String
    Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
    ref String
    The URI of the SCIM resource that represents the User or App who modified this Resource
    type String
    Indicates the image type
    value String
    Custom claim value
    display string
    A human-readable name, primarily used for display purposes
    ocid string
    Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
    ref string
    The URI of the SCIM resource that represents the User or App who modified this Resource
    type string
    Indicates the image type
    value string
    Custom claim value
    display str
    A human-readable name, primarily used for display purposes
    ocid str
    Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
    ref str
    The URI of the SCIM resource that represents the User or App who modified this Resource
    type str
    Indicates the image type
    value str
    Custom claim value
    display String
    A human-readable name, primarily used for display purposes
    ocid String
    Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
    ref String
    The URI of the SCIM resource that represents the User or App who modified this Resource
    type String
    Indicates the image type
    value String
    Custom claim value

    GetDomainsSettingIdcsLastModifiedBy

    Display string
    A human-readable name, primarily used for display purposes
    Ocid string
    Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
    Ref string
    The URI of the SCIM resource that represents the User or App who modified this Resource
    Type string
    Indicates the image type
    Value string
    Custom claim value
    Display string
    A human-readable name, primarily used for display purposes
    Ocid string
    Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
    Ref string
    The URI of the SCIM resource that represents the User or App who modified this Resource
    Type string
    Indicates the image type
    Value string
    Custom claim value
    display String
    A human-readable name, primarily used for display purposes
    ocid String
    Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
    ref String
    The URI of the SCIM resource that represents the User or App who modified this Resource
    type String
    Indicates the image type
    value String
    Custom claim value
    display string
    A human-readable name, primarily used for display purposes
    ocid string
    Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
    ref string
    The URI of the SCIM resource that represents the User or App who modified this Resource
    type string
    Indicates the image type
    value string
    Custom claim value
    display str
    A human-readable name, primarily used for display purposes
    ocid str
    Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
    ref str
    The URI of the SCIM resource that represents the User or App who modified this Resource
    type str
    Indicates the image type
    value str
    Custom claim value
    display String
    A human-readable name, primarily used for display purposes
    ocid String
    Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
    ref String
    The URI of the SCIM resource that represents the User or App who modified this Resource
    type String
    Indicates the image type
    value String
    Custom claim value

    GetDomainsSettingImage

    Display string
    A human-readable name, primarily used for display purposes
    Type string
    Indicates the image type
    Value string
    Custom claim value
    Display string
    A human-readable name, primarily used for display purposes
    Type string
    Indicates the image type
    Value string
    Custom claim value
    display String
    A human-readable name, primarily used for display purposes
    type String
    Indicates the image type
    value String
    Custom claim value
    display string
    A human-readable name, primarily used for display purposes
    type string
    Indicates the image type
    value string
    Custom claim value
    display str
    A human-readable name, primarily used for display purposes
    type str
    Indicates the image type
    value str
    Custom claim value
    display String
    A human-readable name, primarily used for display purposes
    type String
    Indicates the image type
    value String
    Custom claim value

    GetDomainsSettingLoginText

    Locale string
    Locale
    Value string
    Custom claim value
    Locale string
    Locale
    Value string
    Custom claim value
    locale String
    Locale
    value String
    Custom claim value
    locale string
    Locale
    value string
    Custom claim value
    locale str
    Locale
    value str
    Custom claim value
    locale String
    Locale
    value String
    Custom claim value

    GetDomainsSettingMeta

    Created string
    The DateTime the Resource was added to the Service Provider
    LastModified string
    The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
    Location string
    The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
    ResourceType string
    Name of the resource type of the resource--for example, Users or Groups
    Version string
    The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
    Created string
    The DateTime the Resource was added to the Service Provider
    LastModified string
    The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
    Location string
    The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
    ResourceType string
    Name of the resource type of the resource--for example, Users or Groups
    Version string
    The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
    created String
    The DateTime the Resource was added to the Service Provider
    lastModified String
    The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
    location String
    The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
    resourceType String
    Name of the resource type of the resource--for example, Users or Groups
    version String
    The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
    created string
    The DateTime the Resource was added to the Service Provider
    lastModified string
    The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
    location string
    The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
    resourceType string
    Name of the resource type of the resource--for example, Users or Groups
    version string
    The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
    created str
    The DateTime the Resource was added to the Service Provider
    last_modified str
    The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
    location str
    The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
    resource_type str
    Name of the resource type of the resource--for example, Users or Groups
    version str
    The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
    created String
    The DateTime the Resource was added to the Service Provider
    lastModified String
    The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
    location String
    The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
    resourceType String
    Name of the resource type of the resource--for example, Users or Groups
    version String
    The version of the Resource being returned. This value must be the same as the ETag HTTP response header.

    GetDomainsSettingPurgeConfig

    ResourceName string
    Resource Name
    RetentionPeriod int
    Retention Period
    ResourceName string
    Resource Name
    RetentionPeriod int
    Retention Period
    resourceName String
    Resource Name
    retentionPeriod Integer
    Retention Period
    resourceName string
    Resource Name
    retentionPeriod number
    Retention Period
    resource_name str
    Resource Name
    retention_period int
    Retention Period
    resourceName String
    Resource Name
    retentionPeriod Number
    Retention Period

    GetDomainsSettingTag

    Key string
    Key or name of the tag.
    Value string
    Custom claim value
    Key string
    Key or name of the tag.
    Value string
    Custom claim value
    key String
    Key or name of the tag.
    value String
    Custom claim value
    key string
    Key or name of the tag.
    value string
    Custom claim value
    key str
    Key or name of the tag.
    value str
    Custom claim value
    key String
    Key or name of the tag.
    value String
    Custom claim value

    GetDomainsSettingTenantCustomClaim

    AllScopes bool
    Indicates if the custom claim is associated with all scopes
    Expression bool
    Indicates if the custom claim is an expression
    Mode string
    Indicates under what scenario the custom claim will be return
    Name string
    Custom claim name
    Scopes List<string>
    Scopes associated with a specific custom claim
    TokenType string
    Indicates what type of token the custom claim will be embedded
    Value string
    Custom claim value
    AllScopes bool
    Indicates if the custom claim is associated with all scopes
    Expression bool
    Indicates if the custom claim is an expression
    Mode string
    Indicates under what scenario the custom claim will be return
    Name string
    Custom claim name
    Scopes []string
    Scopes associated with a specific custom claim
    TokenType string
    Indicates what type of token the custom claim will be embedded
    Value string
    Custom claim value
    allScopes Boolean
    Indicates if the custom claim is associated with all scopes
    expression Boolean
    Indicates if the custom claim is an expression
    mode String
    Indicates under what scenario the custom claim will be return
    name String
    Custom claim name
    scopes List<String>
    Scopes associated with a specific custom claim
    tokenType String
    Indicates what type of token the custom claim will be embedded
    value String
    Custom claim value
    allScopes boolean
    Indicates if the custom claim is associated with all scopes
    expression boolean
    Indicates if the custom claim is an expression
    mode string
    Indicates under what scenario the custom claim will be return
    name string
    Custom claim name
    scopes string[]
    Scopes associated with a specific custom claim
    tokenType string
    Indicates what type of token the custom claim will be embedded
    value string
    Custom claim value
    all_scopes bool
    Indicates if the custom claim is associated with all scopes
    expression bool
    Indicates if the custom claim is an expression
    mode str
    Indicates under what scenario the custom claim will be return
    name str
    Custom claim name
    scopes Sequence[str]
    Scopes associated with a specific custom claim
    token_type str
    Indicates what type of token the custom claim will be embedded
    value str
    Custom claim value
    allScopes Boolean
    Indicates if the custom claim is associated with all scopes
    expression Boolean
    Indicates if the custom claim is an expression
    mode String
    Indicates under what scenario the custom claim will be return
    name String
    Custom claim name
    scopes List<String>
    Scopes associated with a specific custom claim
    tokenType String
    Indicates what type of token the custom claim will be embedded
    value String
    Custom claim value

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v1.33.0 published on Thursday, Apr 25, 2024 by Pulumi