1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Identity
  5. DomainsIdentityProvider
Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi

oci.Identity.DomainsIdentityProvider

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi

    This resource provides the Identity Provider resource in Oracle Cloud Infrastructure Identity Domains service.

    Create an Identity Provider

    Example Usage

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.Identity.DomainsIdentityProvider;
    import com.pulumi.oci.Identity.DomainsIdentityProviderArgs;
    import com.pulumi.oci.Identity.inputs.DomainsIdentityProviderCorrelationPolicyArgs;
    import com.pulumi.oci.Identity.inputs.DomainsIdentityProviderJitUserProvAssignedGroupArgs;
    import com.pulumi.oci.Identity.inputs.DomainsIdentityProviderJitUserProvAttributesArgs;
    import com.pulumi.oci.Identity.inputs.DomainsIdentityProviderJitUserProvGroupMappingArgs;
    import com.pulumi.oci.Identity.inputs.DomainsIdentityProviderTagArgs;
    import com.pulumi.oci.Identity.inputs.DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionsocialIdentityProviderArgs;
    import com.pulumi.oci.Identity.inputs.DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionx509identityProviderArgs;
    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) {
            var testIdentityProvider = new DomainsIdentityProvider("testIdentityProvider", DomainsIdentityProviderArgs.builder()        
                .enabled(false)
                .idcsEndpoint(data.oci_identity_domain().test_domain().url())
                .partnerName(var_.identity_provider_partner_name())
                .schemas("urn:ietf:params:scim:schemas:oracle:idcs:IdentityProvider")
                .assertionAttribute(var_.identity_provider_assertion_attribute())
                .attributeSets()
                .attributes("")
                .authnRequestBinding(var_.identity_provider_authn_request_binding())
                .authorization(var_.identity_provider_authorization())
                .correlationPolicy(DomainsIdentityProviderCorrelationPolicyArgs.builder()
                    .type(var_.identity_provider_correlation_policy_type())
                    .value(var_.identity_provider_correlation_policy_value())
                    .display(var_.identity_provider_correlation_policy_display())
                    .build())
                .description(var_.identity_provider_description())
                .encryptionCertificate(var_.identity_provider_encryption_certificate())
                .externalId("externalId")
                .iconUrl(var_.identity_provider_icon_url())
                .id(var_.identity_provider_id())
                .idpSsoUrl(var_.identity_provider_idp_sso_url())
                .includeSigningCertInSignature(var_.identity_provider_include_signing_cert_in_signature())
                .jitUserProvAssignedGroups(DomainsIdentityProviderJitUserProvAssignedGroupArgs.builder()
                    .value(var_.identity_provider_jit_user_prov_assigned_groups_value())
                    .build())
                .jitUserProvAttributeUpdateEnabled(var_.identity_provider_jit_user_prov_attribute_update_enabled())
                .jitUserProvAttributes(DomainsIdentityProviderJitUserProvAttributesArgs.builder()
                    .value(var_.identity_provider_jit_user_prov_attributes_value())
                    .build())
                .jitUserProvCreateUserEnabled(var_.identity_provider_jit_user_prov_create_user_enabled())
                .jitUserProvEnabled(var_.identity_provider_jit_user_prov_enabled())
                .jitUserProvGroupAssertionAttributeEnabled(var_.identity_provider_jit_user_prov_group_assertion_attribute_enabled())
                .jitUserProvGroupAssignmentMethod(var_.identity_provider_jit_user_prov_group_assignment_method())
                .jitUserProvGroupMappingMode(var_.identity_provider_jit_user_prov_group_mapping_mode())
                .jitUserProvGroupMappings(DomainsIdentityProviderJitUserProvGroupMappingArgs.builder()
                    .idpGroup(var_.identity_provider_jit_user_prov_group_mappings_idp_group())
                    .value(var_.identity_provider_jit_user_prov_group_mappings_value())
                    .build())
                .jitUserProvGroupSamlAttributeName(var_.identity_provider_jit_user_prov_group_saml_attribute_name())
                .jitUserProvGroupStaticListEnabled(var_.identity_provider_jit_user_prov_group_static_list_enabled())
                .jitUserProvIgnoreErrorOnAbsentGroups(var_.identity_provider_jit_user_prov_ignore_error_on_absent_groups())
                .logoutBinding(var_.identity_provider_logout_binding())
                .logoutEnabled(var_.identity_provider_logout_enabled())
                .logoutRequestUrl(var_.identity_provider_logout_request_url())
                .logoutResponseUrl(var_.identity_provider_logout_response_url())
                .metadata(var_.identity_provider_metadata())
                .nameIdFormat(var_.identity_provider_name_id_format())
                .ocid(var_.identity_provider_ocid())
                .partnerProviderId(var_.identity_provider_partner_provider_id())
                .requestedAuthenticationContexts(var_.identity_provider_requested_authentication_context())
                .requireForceAuthn(var_.identity_provider_require_force_authn())
                .requiresEncryptedAssertion(var_.identity_provider_requires_encrypted_assertion())
                .resourceTypeSchemaVersion(var_.identity_provider_resource_type_schema_version())
                .samlHoKrequired(var_.identity_provider_saml_ho_krequired())
                .serviceInstanceIdentifier(var_.identity_provider_service_instance_identifier())
                .shownOnLoginPage(var_.identity_provider_shown_on_login_page())
                .signatureHashAlgorithm(var_.identity_provider_signature_hash_algorithm())
                .signingCertificate(var_.identity_provider_signing_certificate())
                .succinctId("succinctId")
                .tags(DomainsIdentityProviderTagArgs.builder()
                    .key(var_.identity_provider_tags_key())
                    .value(var_.identity_provider_tags_value())
                    .build())
                .type(var_.identity_provider_type())
                .urnietfparamsscimschemasoracleidcsextensionsocialIdentityProvider(DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionsocialIdentityProviderArgs.builder()
                    .accountLinkingEnabled(var_.identity_provider_urnietfparamsscimschemasoracleidcsextensionsocial_identity_provider_account_linking_enabled())
                    .consumerKey(var_.identity_provider_urnietfparamsscimschemasoracleidcsextensionsocial_identity_provider_consumer_key())
                    .consumerSecret(var_.identity_provider_urnietfparamsscimschemasoracleidcsextensionsocial_identity_provider_consumer_secret())
                    .registrationEnabled(var_.identity_provider_urnietfparamsscimschemasoracleidcsextensionsocial_identity_provider_registration_enabled())
                    .serviceProviderName(var_.identity_provider_urnietfparamsscimschemasoracleidcsextensionsocial_identity_provider_service_provider_name())
                    .accessTokenUrl(var_.identity_provider_urnietfparamsscimschemasoracleidcsextensionsocial_identity_provider_access_token_url())
                    .adminScopes(var_.identity_provider_urnietfparamsscimschemasoracleidcsextensionsocial_identity_provider_admin_scope())
                    .authzUrl(var_.identity_provider_urnietfparamsscimschemasoracleidcsextensionsocial_identity_provider_authz_url())
                    .clientCredentialInPayload(var_.identity_provider_urnietfparamsscimschemasoracleidcsextensionsocial_identity_provider_client_credential_in_payload())
                    .clockSkewInSeconds(var_.identity_provider_urnietfparamsscimschemasoracleidcsextensionsocial_identity_provider_clock_skew_in_seconds())
                    .discoveryUrl(var_.identity_provider_urnietfparamsscimschemasoracleidcsextensionsocial_identity_provider_discovery_url())
                    .idAttribute(var_.identity_provider_urnietfparamsscimschemasoracleidcsextensionsocial_identity_provider_id_attribute())
                    .profileUrl(var_.identity_provider_urnietfparamsscimschemasoracleidcsextensionsocial_identity_provider_profile_url())
                    .redirectUrl(var_.identity_provider_urnietfparamsscimschemasoracleidcsextensionsocial_identity_provider_redirect_url())
                    .scopes(var_.identity_provider_urnietfparamsscimschemasoracleidcsextensionsocial_identity_provider_scope())
                    .status(var_.identity_provider_urnietfparamsscimschemasoracleidcsextensionsocial_identity_provider_status())
                    .build())
                .urnietfparamsscimschemasoracleidcsextensionx509identityProvider(DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionx509identityProviderArgs.builder()
                    .certMatchAttribute(var_.identity_provider_urnietfparamsscimschemasoracleidcsextensionx509identity_provider_cert_match_attribute())
                    .signingCertificateChains("signingCertificateChain")
                    .userMatchAttribute(var_.identity_provider_urnietfparamsscimschemasoracleidcsextensionx509identity_provider_user_match_attribute())
                    .crlCheckOnOcspFailureEnabled(var_.identity_provider_urnietfparamsscimschemasoracleidcsextensionx509identity_provider_crl_check_on_ocsp_failure_enabled())
                    .crlEnabled(var_.identity_provider_urnietfparamsscimschemasoracleidcsextensionx509identity_provider_crl_enabled())
                    .crlLocation(var_.identity_provider_urnietfparamsscimschemasoracleidcsextensionx509identity_provider_crl_location())
                    .crlReloadDuration(var_.identity_provider_urnietfparamsscimschemasoracleidcsextensionx509identity_provider_crl_reload_duration())
                    .ekuValidationEnabled(var_.identity_provider_urnietfparamsscimschemasoracleidcsextensionx509identity_provider_eku_validation_enabled())
                    .ekuValues(var_.identity_provider_urnietfparamsscimschemasoracleidcsextensionx509identity_provider_eku_values())
                    .ocspAllowUnknownResponseStatus(var_.identity_provider_urnietfparamsscimschemasoracleidcsextensionx509identity_provider_ocsp_allow_unknown_response_status())
                    .ocspEnableSignedResponse(var_.identity_provider_urnietfparamsscimschemasoracleidcsextensionx509identity_provider_ocsp_enable_signed_response())
                    .ocspEnabled(var_.identity_provider_urnietfparamsscimschemasoracleidcsextensionx509identity_provider_ocsp_enabled())
                    .ocspResponderUrl(var_.identity_provider_urnietfparamsscimschemasoracleidcsextensionx509identity_provider_ocsp_responder_url())
                    .ocspRevalidateTime(var_.identity_provider_urnietfparamsscimschemasoracleidcsextensionx509identity_provider_ocsp_revalidate_time())
                    .ocspServerName(var_.identity_provider_urnietfparamsscimschemasoracleidcsextensionx509identity_provider_ocsp_server_name())
                    .ocspTrustCertChains(var_.identity_provider_urnietfparamsscimschemasoracleidcsextensionx509identity_provider_ocsp_trust_cert_chain())
                    .otherCertMatchAttribute(var_.identity_provider_urnietfparamsscimschemasoracleidcsextensionx509identity_provider_other_cert_match_attribute())
                    .build())
                .userMappingMethod(var_.identity_provider_user_mapping_method())
                .userMappingStoreAttribute(var_.identity_provider_user_mapping_store_attribute())
                .build());
    
        }
    }
    
    resources:
      testIdentityProvider:
        type: oci:Identity:DomainsIdentityProvider
        properties:
          #Required
          enabled: false
          idcsEndpoint: ${data.oci_identity_domain.test_domain.url}
          partnerName: ${var.identity_provider_partner_name}
          schemas:
            - urn:ietf:params:scim:schemas:oracle:idcs:IdentityProvider
          #Optional
          assertionAttribute: ${var.identity_provider_assertion_attribute}
          attributeSets: []
          attributes:
          authnRequestBinding: ${var.identity_provider_authn_request_binding}
          authorization: ${var.identity_provider_authorization}
          correlationPolicy:
            type: ${var.identity_provider_correlation_policy_type}
            value: ${var.identity_provider_correlation_policy_value}
            display: ${var.identity_provider_correlation_policy_display}
          description: ${var.identity_provider_description}
          encryptionCertificate: ${var.identity_provider_encryption_certificate}
          externalId: externalId
          iconUrl: ${var.identity_provider_icon_url}
          id: ${var.identity_provider_id}
          idpSsoUrl: ${var.identity_provider_idp_sso_url}
          includeSigningCertInSignature: ${var.identity_provider_include_signing_cert_in_signature}
          jitUserProvAssignedGroups:
            - value: ${var.identity_provider_jit_user_prov_assigned_groups_value}
          jitUserProvAttributeUpdateEnabled: ${var.identity_provider_jit_user_prov_attribute_update_enabled}
          jitUserProvAttributes:
            value: ${var.identity_provider_jit_user_prov_attributes_value}
          jitUserProvCreateUserEnabled: ${var.identity_provider_jit_user_prov_create_user_enabled}
          jitUserProvEnabled: ${var.identity_provider_jit_user_prov_enabled}
          jitUserProvGroupAssertionAttributeEnabled: ${var.identity_provider_jit_user_prov_group_assertion_attribute_enabled}
          jitUserProvGroupAssignmentMethod: ${var.identity_provider_jit_user_prov_group_assignment_method}
          jitUserProvGroupMappingMode: ${var.identity_provider_jit_user_prov_group_mapping_mode}
          jitUserProvGroupMappings:
            - idpGroup: ${var.identity_provider_jit_user_prov_group_mappings_idp_group}
              value: ${var.identity_provider_jit_user_prov_group_mappings_value}
          jitUserProvGroupSamlAttributeName: ${var.identity_provider_jit_user_prov_group_saml_attribute_name}
          jitUserProvGroupStaticListEnabled: ${var.identity_provider_jit_user_prov_group_static_list_enabled}
          jitUserProvIgnoreErrorOnAbsentGroups: ${var.identity_provider_jit_user_prov_ignore_error_on_absent_groups}
          logoutBinding: ${var.identity_provider_logout_binding}
          logoutEnabled: ${var.identity_provider_logout_enabled}
          logoutRequestUrl: ${var.identity_provider_logout_request_url}
          logoutResponseUrl: ${var.identity_provider_logout_response_url}
          metadata: ${var.identity_provider_metadata}
          nameIdFormat: ${var.identity_provider_name_id_format}
          ocid: ${var.identity_provider_ocid}
          partnerProviderId: ${var.identity_provider_partner_provider_id}
          requestedAuthenticationContexts: ${var.identity_provider_requested_authentication_context}
          requireForceAuthn: ${var.identity_provider_require_force_authn}
          requiresEncryptedAssertion: ${var.identity_provider_requires_encrypted_assertion}
          resourceTypeSchemaVersion: ${var.identity_provider_resource_type_schema_version}
          samlHoKrequired: ${var.identity_provider_saml_ho_krequired}
          serviceInstanceIdentifier: ${var.identity_provider_service_instance_identifier}
          shownOnLoginPage: ${var.identity_provider_shown_on_login_page}
          signatureHashAlgorithm: ${var.identity_provider_signature_hash_algorithm}
          signingCertificate: ${var.identity_provider_signing_certificate}
          succinctId: succinctId
          tags:
            - key: ${var.identity_provider_tags_key}
              value: ${var.identity_provider_tags_value}
          type: ${var.identity_provider_type}
          urnietfparamsscimschemasoracleidcsextensionsocialIdentityProvider:
            accountLinkingEnabled: ${var.identity_provider_urnietfparamsscimschemasoracleidcsextensionsocial_identity_provider_account_linking_enabled}
            consumerKey: ${var.identity_provider_urnietfparamsscimschemasoracleidcsextensionsocial_identity_provider_consumer_key}
            consumerSecret: ${var.identity_provider_urnietfparamsscimschemasoracleidcsextensionsocial_identity_provider_consumer_secret}
            registrationEnabled: ${var.identity_provider_urnietfparamsscimschemasoracleidcsextensionsocial_identity_provider_registration_enabled}
            serviceProviderName: ${var.identity_provider_urnietfparamsscimschemasoracleidcsextensionsocial_identity_provider_service_provider_name}
            accessTokenUrl: ${var.identity_provider_urnietfparamsscimschemasoracleidcsextensionsocial_identity_provider_access_token_url}
            adminScopes: ${var.identity_provider_urnietfparamsscimschemasoracleidcsextensionsocial_identity_provider_admin_scope}
            authzUrl: ${var.identity_provider_urnietfparamsscimschemasoracleidcsextensionsocial_identity_provider_authz_url}
            clientCredentialInPayload: ${var.identity_provider_urnietfparamsscimschemasoracleidcsextensionsocial_identity_provider_client_credential_in_payload}
            clockSkewInSeconds: ${var.identity_provider_urnietfparamsscimschemasoracleidcsextensionsocial_identity_provider_clock_skew_in_seconds}
            discoveryUrl: ${var.identity_provider_urnietfparamsscimschemasoracleidcsextensionsocial_identity_provider_discovery_url}
            idAttribute: ${var.identity_provider_urnietfparamsscimschemasoracleidcsextensionsocial_identity_provider_id_attribute}
            profileUrl: ${var.identity_provider_urnietfparamsscimschemasoracleidcsextensionsocial_identity_provider_profile_url}
            redirectUrl: ${var.identity_provider_urnietfparamsscimschemasoracleidcsextensionsocial_identity_provider_redirect_url}
            scopes: ${var.identity_provider_urnietfparamsscimschemasoracleidcsextensionsocial_identity_provider_scope}
            status: ${var.identity_provider_urnietfparamsscimschemasoracleidcsextensionsocial_identity_provider_status}
          urnietfparamsscimschemasoracleidcsextensionx509identityProvider:
            certMatchAttribute: ${var.identity_provider_urnietfparamsscimschemasoracleidcsextensionx509identity_provider_cert_match_attribute}
            signingCertificateChains:
              - signingCertificateChain
            userMatchAttribute: ${var.identity_provider_urnietfparamsscimschemasoracleidcsextensionx509identity_provider_user_match_attribute}
            crlCheckOnOcspFailureEnabled: ${var.identity_provider_urnietfparamsscimschemasoracleidcsextensionx509identity_provider_crl_check_on_ocsp_failure_enabled}
            crlEnabled: ${var.identity_provider_urnietfparamsscimschemasoracleidcsextensionx509identity_provider_crl_enabled}
            crlLocation: ${var.identity_provider_urnietfparamsscimschemasoracleidcsextensionx509identity_provider_crl_location}
            crlReloadDuration: ${var.identity_provider_urnietfparamsscimschemasoracleidcsextensionx509identity_provider_crl_reload_duration}
            ekuValidationEnabled: ${var.identity_provider_urnietfparamsscimschemasoracleidcsextensionx509identity_provider_eku_validation_enabled}
            ekuValues: ${var.identity_provider_urnietfparamsscimschemasoracleidcsextensionx509identity_provider_eku_values}
            ocspAllowUnknownResponseStatus: ${var.identity_provider_urnietfparamsscimschemasoracleidcsextensionx509identity_provider_ocsp_allow_unknown_response_status}
            ocspEnableSignedResponse: ${var.identity_provider_urnietfparamsscimschemasoracleidcsextensionx509identity_provider_ocsp_enable_signed_response}
            ocspEnabled: ${var.identity_provider_urnietfparamsscimschemasoracleidcsextensionx509identity_provider_ocsp_enabled}
            ocspResponderUrl: ${var.identity_provider_urnietfparamsscimschemasoracleidcsextensionx509identity_provider_ocsp_responder_url}
            ocspRevalidateTime: ${var.identity_provider_urnietfparamsscimschemasoracleidcsextensionx509identity_provider_ocsp_revalidate_time}
            ocspServerName: ${var.identity_provider_urnietfparamsscimschemasoracleidcsextensionx509identity_provider_ocsp_server_name}
            ocspTrustCertChains: ${var.identity_provider_urnietfparamsscimschemasoracleidcsextensionx509identity_provider_ocsp_trust_cert_chain}
            otherCertMatchAttribute: ${var.identity_provider_urnietfparamsscimschemasoracleidcsextensionx509identity_provider_other_cert_match_attribute}
          userMappingMethod: ${var.identity_provider_user_mapping_method}
          userMappingStoreAttribute: ${var.identity_provider_user_mapping_store_attribute}
    

    Create DomainsIdentityProvider Resource

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

    Constructor syntax

    new DomainsIdentityProvider(name: string, args: DomainsIdentityProviderArgs, opts?: CustomResourceOptions);
    @overload
    def DomainsIdentityProvider(resource_name: str,
                                args: DomainsIdentityProviderArgs,
                                opts: Optional[ResourceOptions] = None)
    
    @overload
    def DomainsIdentityProvider(resource_name: str,
                                opts: Optional[ResourceOptions] = None,
                                enabled: Optional[bool] = None,
                                schemas: Optional[Sequence[str]] = None,
                                partner_name: Optional[str] = None,
                                idcs_endpoint: Optional[str] = None,
                                logout_binding: Optional[str] = None,
                                tags: Optional[Sequence[_identity.DomainsIdentityProviderTagArgs]] = None,
                                description: Optional[str] = None,
                                authorization: Optional[str] = None,
                                encryption_certificate: Optional[str] = None,
                                external_id: Optional[str] = None,
                                icon_url: Optional[str] = None,
                                authn_request_binding: Optional[str] = None,
                                idp_sso_url: Optional[str] = None,
                                include_signing_cert_in_signature: Optional[bool] = None,
                                jit_user_prov_assigned_groups: Optional[Sequence[_identity.DomainsIdentityProviderJitUserProvAssignedGroupArgs]] = None,
                                jit_user_prov_attribute_update_enabled: Optional[bool] = None,
                                jit_user_prov_attributes: Optional[_identity.DomainsIdentityProviderJitUserProvAttributesArgs] = None,
                                jit_user_prov_create_user_enabled: Optional[bool] = None,
                                assertion_attribute: Optional[str] = None,
                                jit_user_prov_group_assertion_attribute_enabled: Optional[bool] = None,
                                jit_user_prov_group_assignment_method: Optional[str] = None,
                                jit_user_prov_group_mapping_mode: Optional[str] = None,
                                jit_user_prov_group_mappings: Optional[Sequence[_identity.DomainsIdentityProviderJitUserProvGroupMappingArgs]] = None,
                                jit_user_prov_group_saml_attribute_name: Optional[str] = None,
                                jit_user_prov_group_static_list_enabled: Optional[bool] = None,
                                jit_user_prov_ignore_error_on_absent_groups: Optional[bool] = None,
                                jit_user_prov_enabled: Optional[bool] = None,
                                correlation_policy: Optional[_identity.DomainsIdentityProviderCorrelationPolicyArgs] = None,
                                require_force_authn: Optional[bool] = None,
                                logout_response_url: Optional[str] = None,
                                metadata: Optional[str] = None,
                                name_id_format: Optional[str] = None,
                                ocid: Optional[str] = None,
                                attributes: Optional[str] = None,
                                partner_provider_id: Optional[str] = None,
                                requested_authentication_contexts: Optional[Sequence[str]] = None,
                                logout_request_url: Optional[str] = None,
                                requires_encrypted_assertion: Optional[bool] = None,
                                resource_type_schema_version: Optional[str] = None,
                                saml_ho_krequired: Optional[bool] = None,
                                attribute_sets: Optional[Sequence[str]] = None,
                                service_instance_identifier: Optional[str] = None,
                                shown_on_login_page: Optional[bool] = None,
                                signature_hash_algorithm: Optional[str] = None,
                                signing_certificate: Optional[str] = None,
                                succinct_id: Optional[str] = None,
                                logout_enabled: Optional[bool] = None,
                                type: Optional[str] = None,
                                urnietfparamsscimschemasoracleidcsextensionsocial_identity_provider: Optional[_identity.DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionsocialIdentityProviderArgs] = None,
                                urnietfparamsscimschemasoracleidcsextensionx509identity_provider: Optional[_identity.DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionx509identityProviderArgs] = None,
                                user_mapping_method: Optional[str] = None,
                                user_mapping_store_attribute: Optional[str] = None)
    func NewDomainsIdentityProvider(ctx *Context, name string, args DomainsIdentityProviderArgs, opts ...ResourceOption) (*DomainsIdentityProvider, error)
    public DomainsIdentityProvider(string name, DomainsIdentityProviderArgs args, CustomResourceOptions? opts = null)
    public DomainsIdentityProvider(String name, DomainsIdentityProviderArgs args)
    public DomainsIdentityProvider(String name, DomainsIdentityProviderArgs args, CustomResourceOptions options)
    
    type: oci:Identity:DomainsIdentityProvider
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

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

    Example

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

    var domainsIdentityProviderResource = new Oci.Identity.DomainsIdentityProvider("domainsIdentityProviderResource", new()
    {
        Enabled = false,
        Schemas = new[]
        {
            "string",
        },
        PartnerName = "string",
        IdcsEndpoint = "string",
        LogoutBinding = "string",
        Tags = new[]
        {
            new Oci.Identity.Inputs.DomainsIdentityProviderTagArgs
            {
                Key = "string",
                Value = "string",
            },
        },
        Description = "string",
        Authorization = "string",
        EncryptionCertificate = "string",
        ExternalId = "string",
        IconUrl = "string",
        AuthnRequestBinding = "string",
        IdpSsoUrl = "string",
        IncludeSigningCertInSignature = false,
        JitUserProvAssignedGroups = new[]
        {
            new Oci.Identity.Inputs.DomainsIdentityProviderJitUserProvAssignedGroupArgs
            {
                Value = "string",
                Display = "string",
                Ref = "string",
            },
        },
        JitUserProvAttributeUpdateEnabled = false,
        JitUserProvAttributes = new Oci.Identity.Inputs.DomainsIdentityProviderJitUserProvAttributesArgs
        {
            Value = "string",
            Ref = "string",
        },
        JitUserProvCreateUserEnabled = false,
        AssertionAttribute = "string",
        JitUserProvGroupAssertionAttributeEnabled = false,
        JitUserProvGroupAssignmentMethod = "string",
        JitUserProvGroupMappingMode = "string",
        JitUserProvGroupMappings = new[]
        {
            new Oci.Identity.Inputs.DomainsIdentityProviderJitUserProvGroupMappingArgs
            {
                IdpGroup = "string",
                Value = "string",
                Ref = "string",
            },
        },
        JitUserProvGroupSamlAttributeName = "string",
        JitUserProvGroupStaticListEnabled = false,
        JitUserProvIgnoreErrorOnAbsentGroups = false,
        JitUserProvEnabled = false,
        CorrelationPolicy = new Oci.Identity.Inputs.DomainsIdentityProviderCorrelationPolicyArgs
        {
            Type = "string",
            Value = "string",
            Display = "string",
            Ref = "string",
        },
        RequireForceAuthn = false,
        LogoutResponseUrl = "string",
        Metadata = "string",
        NameIdFormat = "string",
        Ocid = "string",
        Attributes = "string",
        PartnerProviderId = "string",
        RequestedAuthenticationContexts = new[]
        {
            "string",
        },
        LogoutRequestUrl = "string",
        RequiresEncryptedAssertion = false,
        ResourceTypeSchemaVersion = "string",
        SamlHoKrequired = false,
        AttributeSets = new[]
        {
            "string",
        },
        ServiceInstanceIdentifier = "string",
        ShownOnLoginPage = false,
        SignatureHashAlgorithm = "string",
        SigningCertificate = "string",
        SuccinctId = "string",
        LogoutEnabled = false,
        Type = "string",
        UrnietfparamsscimschemasoracleidcsextensionsocialIdentityProvider = new Oci.Identity.Inputs.DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionsocialIdentityProviderArgs
        {
            ConsumerKey = "string",
            AccountLinkingEnabled = false,
            ServiceProviderName = "string",
            RegistrationEnabled = false,
            ConsumerSecret = "string",
            ClientCredentialInPayload = false,
            ClockSkewInSeconds = 0,
            AccessTokenUrl = "string",
            DiscoveryUrl = "string",
            IdAttribute = "string",
            ProfileUrl = "string",
            RedirectUrl = "string",
            AuthzUrl = "string",
            Scopes = new[]
            {
                "string",
            },
            AdminScopes = new[]
            {
                "string",
            },
            Status = "string",
        },
        Urnietfparamsscimschemasoracleidcsextensionx509identityProvider = new Oci.Identity.Inputs.DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionx509identityProviderArgs
        {
            CertMatchAttribute = "string",
            UserMatchAttribute = "string",
            SigningCertificateChains = new[]
            {
                "string",
            },
            OcspEnableSignedResponse = false,
            OcspResponderUrl = "string",
            EkuValidationEnabled = false,
            EkuValues = new[]
            {
                "string",
            },
            OcspAllowUnknownResponseStatus = false,
            CrlLocation = "string",
            OcspEnabled = false,
            CrlReloadDuration = 0,
            OcspRevalidateTime = 0,
            OcspServerName = "string",
            OcspTrustCertChains = new[]
            {
                "string",
            },
            OtherCertMatchAttribute = "string",
            CrlEnabled = false,
            CrlCheckOnOcspFailureEnabled = false,
        },
        UserMappingMethod = "string",
        UserMappingStoreAttribute = "string",
    });
    
    example, err := Identity.NewDomainsIdentityProvider(ctx, "domainsIdentityProviderResource", &Identity.DomainsIdentityProviderArgs{
    	Enabled: pulumi.Bool(false),
    	Schemas: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	PartnerName:   pulumi.String("string"),
    	IdcsEndpoint:  pulumi.String("string"),
    	LogoutBinding: pulumi.String("string"),
    	Tags: identity.DomainsIdentityProviderTagArray{
    		&identity.DomainsIdentityProviderTagArgs{
    			Key:   pulumi.String("string"),
    			Value: pulumi.String("string"),
    		},
    	},
    	Description:                   pulumi.String("string"),
    	Authorization:                 pulumi.String("string"),
    	EncryptionCertificate:         pulumi.String("string"),
    	ExternalId:                    pulumi.String("string"),
    	IconUrl:                       pulumi.String("string"),
    	AuthnRequestBinding:           pulumi.String("string"),
    	IdpSsoUrl:                     pulumi.String("string"),
    	IncludeSigningCertInSignature: pulumi.Bool(false),
    	JitUserProvAssignedGroups: identity.DomainsIdentityProviderJitUserProvAssignedGroupArray{
    		&identity.DomainsIdentityProviderJitUserProvAssignedGroupArgs{
    			Value:   pulumi.String("string"),
    			Display: pulumi.String("string"),
    			Ref:     pulumi.String("string"),
    		},
    	},
    	JitUserProvAttributeUpdateEnabled: pulumi.Bool(false),
    	JitUserProvAttributes: &identity.DomainsIdentityProviderJitUserProvAttributesArgs{
    		Value: pulumi.String("string"),
    		Ref:   pulumi.String("string"),
    	},
    	JitUserProvCreateUserEnabled:              pulumi.Bool(false),
    	AssertionAttribute:                        pulumi.String("string"),
    	JitUserProvGroupAssertionAttributeEnabled: pulumi.Bool(false),
    	JitUserProvGroupAssignmentMethod:          pulumi.String("string"),
    	JitUserProvGroupMappingMode:               pulumi.String("string"),
    	JitUserProvGroupMappings: identity.DomainsIdentityProviderJitUserProvGroupMappingArray{
    		&identity.DomainsIdentityProviderJitUserProvGroupMappingArgs{
    			IdpGroup: pulumi.String("string"),
    			Value:    pulumi.String("string"),
    			Ref:      pulumi.String("string"),
    		},
    	},
    	JitUserProvGroupSamlAttributeName:    pulumi.String("string"),
    	JitUserProvGroupStaticListEnabled:    pulumi.Bool(false),
    	JitUserProvIgnoreErrorOnAbsentGroups: pulumi.Bool(false),
    	JitUserProvEnabled:                   pulumi.Bool(false),
    	CorrelationPolicy: &identity.DomainsIdentityProviderCorrelationPolicyArgs{
    		Type:    pulumi.String("string"),
    		Value:   pulumi.String("string"),
    		Display: pulumi.String("string"),
    		Ref:     pulumi.String("string"),
    	},
    	RequireForceAuthn: pulumi.Bool(false),
    	LogoutResponseUrl: pulumi.String("string"),
    	Metadata:          pulumi.String("string"),
    	NameIdFormat:      pulumi.String("string"),
    	Ocid:              pulumi.String("string"),
    	Attributes:        pulumi.String("string"),
    	PartnerProviderId: pulumi.String("string"),
    	RequestedAuthenticationContexts: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	LogoutRequestUrl:           pulumi.String("string"),
    	RequiresEncryptedAssertion: pulumi.Bool(false),
    	ResourceTypeSchemaVersion:  pulumi.String("string"),
    	SamlHoKrequired:            pulumi.Bool(false),
    	AttributeSets: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	ServiceInstanceIdentifier: pulumi.String("string"),
    	ShownOnLoginPage:          pulumi.Bool(false),
    	SignatureHashAlgorithm:    pulumi.String("string"),
    	SigningCertificate:        pulumi.String("string"),
    	SuccinctId:                pulumi.String("string"),
    	LogoutEnabled:             pulumi.Bool(false),
    	Type:                      pulumi.String("string"),
    	UrnietfparamsscimschemasoracleidcsextensionsocialIdentityProvider: &identity.DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionsocialIdentityProviderArgs{
    		ConsumerKey:               pulumi.String("string"),
    		AccountLinkingEnabled:     pulumi.Bool(false),
    		ServiceProviderName:       pulumi.String("string"),
    		RegistrationEnabled:       pulumi.Bool(false),
    		ConsumerSecret:            pulumi.String("string"),
    		ClientCredentialInPayload: pulumi.Bool(false),
    		ClockSkewInSeconds:        pulumi.Int(0),
    		AccessTokenUrl:            pulumi.String("string"),
    		DiscoveryUrl:              pulumi.String("string"),
    		IdAttribute:               pulumi.String("string"),
    		ProfileUrl:                pulumi.String("string"),
    		RedirectUrl:               pulumi.String("string"),
    		AuthzUrl:                  pulumi.String("string"),
    		Scopes: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    		AdminScopes: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    		Status: pulumi.String("string"),
    	},
    	Urnietfparamsscimschemasoracleidcsextensionx509identityProvider: &identity.DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionx509identityProviderArgs{
    		CertMatchAttribute: pulumi.String("string"),
    		UserMatchAttribute: pulumi.String("string"),
    		SigningCertificateChains: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    		OcspEnableSignedResponse: pulumi.Bool(false),
    		OcspResponderUrl:         pulumi.String("string"),
    		EkuValidationEnabled:     pulumi.Bool(false),
    		EkuValues: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    		OcspAllowUnknownResponseStatus: pulumi.Bool(false),
    		CrlLocation:                    pulumi.String("string"),
    		OcspEnabled:                    pulumi.Bool(false),
    		CrlReloadDuration:              pulumi.Int(0),
    		OcspRevalidateTime:             pulumi.Int(0),
    		OcspServerName:                 pulumi.String("string"),
    		OcspTrustCertChains: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    		OtherCertMatchAttribute:      pulumi.String("string"),
    		CrlEnabled:                   pulumi.Bool(false),
    		CrlCheckOnOcspFailureEnabled: pulumi.Bool(false),
    	},
    	UserMappingMethod:         pulumi.String("string"),
    	UserMappingStoreAttribute: pulumi.String("string"),
    })
    
    var domainsIdentityProviderResource = new DomainsIdentityProvider("domainsIdentityProviderResource", DomainsIdentityProviderArgs.builder()        
        .enabled(false)
        .schemas("string")
        .partnerName("string")
        .idcsEndpoint("string")
        .logoutBinding("string")
        .tags(DomainsIdentityProviderTagArgs.builder()
            .key("string")
            .value("string")
            .build())
        .description("string")
        .authorization("string")
        .encryptionCertificate("string")
        .externalId("string")
        .iconUrl("string")
        .authnRequestBinding("string")
        .idpSsoUrl("string")
        .includeSigningCertInSignature(false)
        .jitUserProvAssignedGroups(DomainsIdentityProviderJitUserProvAssignedGroupArgs.builder()
            .value("string")
            .display("string")
            .ref("string")
            .build())
        .jitUserProvAttributeUpdateEnabled(false)
        .jitUserProvAttributes(DomainsIdentityProviderJitUserProvAttributesArgs.builder()
            .value("string")
            .ref("string")
            .build())
        .jitUserProvCreateUserEnabled(false)
        .assertionAttribute("string")
        .jitUserProvGroupAssertionAttributeEnabled(false)
        .jitUserProvGroupAssignmentMethod("string")
        .jitUserProvGroupMappingMode("string")
        .jitUserProvGroupMappings(DomainsIdentityProviderJitUserProvGroupMappingArgs.builder()
            .idpGroup("string")
            .value("string")
            .ref("string")
            .build())
        .jitUserProvGroupSamlAttributeName("string")
        .jitUserProvGroupStaticListEnabled(false)
        .jitUserProvIgnoreErrorOnAbsentGroups(false)
        .jitUserProvEnabled(false)
        .correlationPolicy(DomainsIdentityProviderCorrelationPolicyArgs.builder()
            .type("string")
            .value("string")
            .display("string")
            .ref("string")
            .build())
        .requireForceAuthn(false)
        .logoutResponseUrl("string")
        .metadata("string")
        .nameIdFormat("string")
        .ocid("string")
        .attributes("string")
        .partnerProviderId("string")
        .requestedAuthenticationContexts("string")
        .logoutRequestUrl("string")
        .requiresEncryptedAssertion(false)
        .resourceTypeSchemaVersion("string")
        .samlHoKrequired(false)
        .attributeSets("string")
        .serviceInstanceIdentifier("string")
        .shownOnLoginPage(false)
        .signatureHashAlgorithm("string")
        .signingCertificate("string")
        .succinctId("string")
        .logoutEnabled(false)
        .type("string")
        .urnietfparamsscimschemasoracleidcsextensionsocialIdentityProvider(DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionsocialIdentityProviderArgs.builder()
            .consumerKey("string")
            .accountLinkingEnabled(false)
            .serviceProviderName("string")
            .registrationEnabled(false)
            .consumerSecret("string")
            .clientCredentialInPayload(false)
            .clockSkewInSeconds(0)
            .accessTokenUrl("string")
            .discoveryUrl("string")
            .idAttribute("string")
            .profileUrl("string")
            .redirectUrl("string")
            .authzUrl("string")
            .scopes("string")
            .adminScopes("string")
            .status("string")
            .build())
        .urnietfparamsscimschemasoracleidcsextensionx509identityProvider(DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionx509identityProviderArgs.builder()
            .certMatchAttribute("string")
            .userMatchAttribute("string")
            .signingCertificateChains("string")
            .ocspEnableSignedResponse(false)
            .ocspResponderUrl("string")
            .ekuValidationEnabled(false)
            .ekuValues("string")
            .ocspAllowUnknownResponseStatus(false)
            .crlLocation("string")
            .ocspEnabled(false)
            .crlReloadDuration(0)
            .ocspRevalidateTime(0)
            .ocspServerName("string")
            .ocspTrustCertChains("string")
            .otherCertMatchAttribute("string")
            .crlEnabled(false)
            .crlCheckOnOcspFailureEnabled(false)
            .build())
        .userMappingMethod("string")
        .userMappingStoreAttribute("string")
        .build());
    
    domains_identity_provider_resource = oci.identity.DomainsIdentityProvider("domainsIdentityProviderResource",
        enabled=False,
        schemas=["string"],
        partner_name="string",
        idcs_endpoint="string",
        logout_binding="string",
        tags=[oci.identity.DomainsIdentityProviderTagArgs(
            key="string",
            value="string",
        )],
        description="string",
        authorization="string",
        encryption_certificate="string",
        external_id="string",
        icon_url="string",
        authn_request_binding="string",
        idp_sso_url="string",
        include_signing_cert_in_signature=False,
        jit_user_prov_assigned_groups=[oci.identity.DomainsIdentityProviderJitUserProvAssignedGroupArgs(
            value="string",
            display="string",
            ref="string",
        )],
        jit_user_prov_attribute_update_enabled=False,
        jit_user_prov_attributes=oci.identity.DomainsIdentityProviderJitUserProvAttributesArgs(
            value="string",
            ref="string",
        ),
        jit_user_prov_create_user_enabled=False,
        assertion_attribute="string",
        jit_user_prov_group_assertion_attribute_enabled=False,
        jit_user_prov_group_assignment_method="string",
        jit_user_prov_group_mapping_mode="string",
        jit_user_prov_group_mappings=[oci.identity.DomainsIdentityProviderJitUserProvGroupMappingArgs(
            idp_group="string",
            value="string",
            ref="string",
        )],
        jit_user_prov_group_saml_attribute_name="string",
        jit_user_prov_group_static_list_enabled=False,
        jit_user_prov_ignore_error_on_absent_groups=False,
        jit_user_prov_enabled=False,
        correlation_policy=oci.identity.DomainsIdentityProviderCorrelationPolicyArgs(
            type="string",
            value="string",
            display="string",
            ref="string",
        ),
        require_force_authn=False,
        logout_response_url="string",
        metadata="string",
        name_id_format="string",
        ocid="string",
        attributes="string",
        partner_provider_id="string",
        requested_authentication_contexts=["string"],
        logout_request_url="string",
        requires_encrypted_assertion=False,
        resource_type_schema_version="string",
        saml_ho_krequired=False,
        attribute_sets=["string"],
        service_instance_identifier="string",
        shown_on_login_page=False,
        signature_hash_algorithm="string",
        signing_certificate="string",
        succinct_id="string",
        logout_enabled=False,
        type="string",
        urnietfparamsscimschemasoracleidcsextensionsocial_identity_provider=oci.identity.DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionsocialIdentityProviderArgs(
            consumer_key="string",
            account_linking_enabled=False,
            service_provider_name="string",
            registration_enabled=False,
            consumer_secret="string",
            client_credential_in_payload=False,
            clock_skew_in_seconds=0,
            access_token_url="string",
            discovery_url="string",
            id_attribute="string",
            profile_url="string",
            redirect_url="string",
            authz_url="string",
            scopes=["string"],
            admin_scopes=["string"],
            status="string",
        ),
        urnietfparamsscimschemasoracleidcsextensionx509identity_provider=oci.identity.DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionx509identityProviderArgs(
            cert_match_attribute="string",
            user_match_attribute="string",
            signing_certificate_chains=["string"],
            ocsp_enable_signed_response=False,
            ocsp_responder_url="string",
            eku_validation_enabled=False,
            eku_values=["string"],
            ocsp_allow_unknown_response_status=False,
            crl_location="string",
            ocsp_enabled=False,
            crl_reload_duration=0,
            ocsp_revalidate_time=0,
            ocsp_server_name="string",
            ocsp_trust_cert_chains=["string"],
            other_cert_match_attribute="string",
            crl_enabled=False,
            crl_check_on_ocsp_failure_enabled=False,
        ),
        user_mapping_method="string",
        user_mapping_store_attribute="string")
    
    const domainsIdentityProviderResource = new oci.identity.DomainsIdentityProvider("domainsIdentityProviderResource", {
        enabled: false,
        schemas: ["string"],
        partnerName: "string",
        idcsEndpoint: "string",
        logoutBinding: "string",
        tags: [{
            key: "string",
            value: "string",
        }],
        description: "string",
        authorization: "string",
        encryptionCertificate: "string",
        externalId: "string",
        iconUrl: "string",
        authnRequestBinding: "string",
        idpSsoUrl: "string",
        includeSigningCertInSignature: false,
        jitUserProvAssignedGroups: [{
            value: "string",
            display: "string",
            ref: "string",
        }],
        jitUserProvAttributeUpdateEnabled: false,
        jitUserProvAttributes: {
            value: "string",
            ref: "string",
        },
        jitUserProvCreateUserEnabled: false,
        assertionAttribute: "string",
        jitUserProvGroupAssertionAttributeEnabled: false,
        jitUserProvGroupAssignmentMethod: "string",
        jitUserProvGroupMappingMode: "string",
        jitUserProvGroupMappings: [{
            idpGroup: "string",
            value: "string",
            ref: "string",
        }],
        jitUserProvGroupSamlAttributeName: "string",
        jitUserProvGroupStaticListEnabled: false,
        jitUserProvIgnoreErrorOnAbsentGroups: false,
        jitUserProvEnabled: false,
        correlationPolicy: {
            type: "string",
            value: "string",
            display: "string",
            ref: "string",
        },
        requireForceAuthn: false,
        logoutResponseUrl: "string",
        metadata: "string",
        nameIdFormat: "string",
        ocid: "string",
        attributes: "string",
        partnerProviderId: "string",
        requestedAuthenticationContexts: ["string"],
        logoutRequestUrl: "string",
        requiresEncryptedAssertion: false,
        resourceTypeSchemaVersion: "string",
        samlHoKrequired: false,
        attributeSets: ["string"],
        serviceInstanceIdentifier: "string",
        shownOnLoginPage: false,
        signatureHashAlgorithm: "string",
        signingCertificate: "string",
        succinctId: "string",
        logoutEnabled: false,
        type: "string",
        urnietfparamsscimschemasoracleidcsextensionsocialIdentityProvider: {
            consumerKey: "string",
            accountLinkingEnabled: false,
            serviceProviderName: "string",
            registrationEnabled: false,
            consumerSecret: "string",
            clientCredentialInPayload: false,
            clockSkewInSeconds: 0,
            accessTokenUrl: "string",
            discoveryUrl: "string",
            idAttribute: "string",
            profileUrl: "string",
            redirectUrl: "string",
            authzUrl: "string",
            scopes: ["string"],
            adminScopes: ["string"],
            status: "string",
        },
        urnietfparamsscimschemasoracleidcsextensionx509identityProvider: {
            certMatchAttribute: "string",
            userMatchAttribute: "string",
            signingCertificateChains: ["string"],
            ocspEnableSignedResponse: false,
            ocspResponderUrl: "string",
            ekuValidationEnabled: false,
            ekuValues: ["string"],
            ocspAllowUnknownResponseStatus: false,
            crlLocation: "string",
            ocspEnabled: false,
            crlReloadDuration: 0,
            ocspRevalidateTime: 0,
            ocspServerName: "string",
            ocspTrustCertChains: ["string"],
            otherCertMatchAttribute: "string",
            crlEnabled: false,
            crlCheckOnOcspFailureEnabled: false,
        },
        userMappingMethod: "string",
        userMappingStoreAttribute: "string",
    });
    
    type: oci:Identity:DomainsIdentityProvider
    properties:
        assertionAttribute: string
        attributeSets:
            - string
        attributes: string
        authnRequestBinding: string
        authorization: string
        correlationPolicy:
            display: string
            ref: string
            type: string
            value: string
        description: string
        enabled: false
        encryptionCertificate: string
        externalId: string
        iconUrl: string
        idcsEndpoint: string
        idpSsoUrl: string
        includeSigningCertInSignature: false
        jitUserProvAssignedGroups:
            - display: string
              ref: string
              value: string
        jitUserProvAttributeUpdateEnabled: false
        jitUserProvAttributes:
            ref: string
            value: string
        jitUserProvCreateUserEnabled: false
        jitUserProvEnabled: false
        jitUserProvGroupAssertionAttributeEnabled: false
        jitUserProvGroupAssignmentMethod: string
        jitUserProvGroupMappingMode: string
        jitUserProvGroupMappings:
            - idpGroup: string
              ref: string
              value: string
        jitUserProvGroupSamlAttributeName: string
        jitUserProvGroupStaticListEnabled: false
        jitUserProvIgnoreErrorOnAbsentGroups: false
        logoutBinding: string
        logoutEnabled: false
        logoutRequestUrl: string
        logoutResponseUrl: string
        metadata: string
        nameIdFormat: string
        ocid: string
        partnerName: string
        partnerProviderId: string
        requestedAuthenticationContexts:
            - string
        requireForceAuthn: false
        requiresEncryptedAssertion: false
        resourceTypeSchemaVersion: string
        samlHoKrequired: false
        schemas:
            - string
        serviceInstanceIdentifier: string
        shownOnLoginPage: false
        signatureHashAlgorithm: string
        signingCertificate: string
        succinctId: string
        tags:
            - key: string
              value: string
        type: string
        urnietfparamsscimschemasoracleidcsextensionsocialIdentityProvider:
            accessTokenUrl: string
            accountLinkingEnabled: false
            adminScopes:
                - string
            authzUrl: string
            clientCredentialInPayload: false
            clockSkewInSeconds: 0
            consumerKey: string
            consumerSecret: string
            discoveryUrl: string
            idAttribute: string
            profileUrl: string
            redirectUrl: string
            registrationEnabled: false
            scopes:
                - string
            serviceProviderName: string
            status: string
        urnietfparamsscimschemasoracleidcsextensionx509identityProvider:
            certMatchAttribute: string
            crlCheckOnOcspFailureEnabled: false
            crlEnabled: false
            crlLocation: string
            crlReloadDuration: 0
            ekuValidationEnabled: false
            ekuValues:
                - string
            ocspAllowUnknownResponseStatus: false
            ocspEnableSignedResponse: false
            ocspEnabled: false
            ocspResponderUrl: string
            ocspRevalidateTime: 0
            ocspServerName: string
            ocspTrustCertChains:
                - string
            otherCertMatchAttribute: string
            signingCertificateChains:
                - string
            userMatchAttribute: string
        userMappingMethod: string
        userMappingStoreAttribute: string
    

    DomainsIdentityProvider Resource Properties

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

    Inputs

    The DomainsIdentityProvider resource accepts the following input properties:

    Enabled bool

    (Updatable) Set to true to indicate Partner enabled.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: boolean
    • uniqueness: none
    IdcsEndpoint string
    The basic endpoint for the identity domain
    PartnerName string

    (Updatable) Unique name of the trusted Identity Provider.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: string
    • uniqueness: server
    Schemas List<string>

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

    SCIM++ Properties:

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

    (Updatable) Assertion attribute name.

    Deprecated Since: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    • idcsValuePersistedInOtherAttribute: true
    AttributeSets List<string>
    (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
    Attributes string
    (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
    AuthnRequestBinding string

    (Updatable) HTTP binding to use for authentication requests.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Authorization string
    (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    CorrelationPolicy DomainsIdentityProviderCorrelationPolicy

    (Updatable) Correlation policy

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Description

    SCIM++ Properties:

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

    (Updatable) Encryption certificate

    SCIM++ Properties:

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

    (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.

    SCIM++ Properties:

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

    (Updatable) Identity Provider Icon URL.

    SCIM++ Properties:

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

    (Updatable) Identity Provider SSO URL

    SCIM++ Properties:

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

    (Updatable) Set to true to include the signing certificate in the signature.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    JitUserProvAssignedGroups List<DomainsIdentityProviderJitUserProvAssignedGroup>

    (Updatable) Refers to every group of which a JIT-provisioned User should be a member. Just-in-Time user-provisioning applies this static list when jitUserProvGroupStaticListEnabled:true.

    Added In: 20.1.3

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    JitUserProvAttributeUpdateEnabled bool

    (Updatable) Set to true to indicate JIT User Creation is enabled

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    JitUserProvAttributes DomainsIdentityProviderJitUserProvAttributes

    (Updatable) Assertion To User Mapping

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsCompositeKey: [value]
    • idcsSearchable: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    JitUserProvCreateUserEnabled bool

    (Updatable) Set to true to indicate JIT User Creation is enabled

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    JitUserProvEnabled bool

    (Updatable) Set to true to indicate JIT User Provisioning is enabled

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    JitUserProvGroupAssertionAttributeEnabled bool

    (Updatable) Set to true to indicate JIT User Provisioning Groups should be assigned based on assertion attribute

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) The default value is 'Overwrite', which tells Just-In-Time user-provisioning to replace any current group-assignments for a User with those assigned by assertions and/or those assigned statically. Specify 'Merge' if you want Just-In-Time user-provisioning to combine its group-assignments with those the user already has.

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Property to indicate the mode of group mapping

    Added In: 2205120021

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    JitUserProvGroupMappings List<DomainsIdentityProviderJitUserProvGroupMapping>

    (Updatable) The list of mappings between the Identity Domain Group and the IDP group.

    Added In: 2205120021

    SCIM++ Properties:

    • idcsCompositeKey: [idpGroup]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    JitUserProvGroupSamlAttributeName string

    (Updatable) Name of the assertion attribute containing the users groups

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Set to true to indicate JIT User Provisioning Groups should be assigned from a static list

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    JitUserProvIgnoreErrorOnAbsentGroups bool

    (Updatable) Set to true to indicate ignoring absence of group while provisioning

    Added In: 2111112015

    SCIM++ Properties:

    • caseExact: false
    • idcsAddedSinceVersion: 30
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    LogoutBinding string

    (Updatable) HTTP binding to use for logout.

    SCIM++ Properties:

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

    (Updatable) Set to true to enable logout.

    SCIM++ Properties:

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

    (Updatable) Logout request URL

    SCIM++ Properties:

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

    (Updatable) Logout response URL

    SCIM++ Properties:

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

    (Updatable) Metadata

    SCIM++ Properties:

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

    (Updatable) Default authentication request name ID format.

    SCIM++ Properties:

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

    (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: string
    • uniqueness: global
    PartnerProviderId string

    (Updatable) Provider ID

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: server
    RequestedAuthenticationContexts List<string>

    (Updatable) SAML SP authentication type.

    Added In: 2102181953

    SCIM++ Properties:

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

    (Updatable) This SP requires requests SAML IdP to enforce re-authentication.

    Added In: 2102181953

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    RequiresEncryptedAssertion bool

    (Updatable) SAML SP must accept encrypted assertion only.

    Added In: 2102181953

    SCIM++ Properties:

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

    (Updatable) SAML SP HoK Enabled.

    Added In: 2102181953

    SCIM++ Properties:

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

    (Updatable) The serviceInstanceIdentifier of the App that hosts this IdP. This value will match the opcServiceInstanceGUID of any service-instance that the IdP represents.

    Added In: 18.2.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: never
    • type: string
    • uniqueness: server
    ShownOnLoginPage bool

    (Updatable) Set to true to indicate whether to show IdP in login page or not.

    SCIM++ Properties:

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

    (Updatable) Signature hash algorithm.

    SCIM++ Properties:

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

    (Updatable) Signing certificate

    SCIM++ Properties:

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

    (Updatable) Succinct ID

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: server
    Tags List<DomainsIdentityProviderTag>

    (Updatable) A list of tags on this resource.

    SCIM++ Properties:

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

    (Updatable) Identity Provider Type

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    UrnietfparamsscimschemasoracleidcsextensionsocialIdentityProvider DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionsocialIdentityProvider
    (Updatable) Social Identity Provider Extension Schema
    Urnietfparamsscimschemasoracleidcsextensionx509identityProvider DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionx509identityProvider
    (Updatable) X509 Identity Provider Extension Schema
    UserMappingMethod string

    (Updatable) User mapping method.

    Deprecated Since: 20.1.3

    SCIM++ Properties:

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

    (Updatable) This property specifies the userstore attribute value that must match the incoming assertion attribute value or the incoming nameid attribute value in order to identify the user during SSO.You can construct the userMappingStoreAttribute value by specifying attributes from the Oracle Identity Cloud Service Core Users schema. For examples of how to construct the userMappingStoreAttribute value, see the Example of a Request Body section of the Examples tab for the POST and PUT methods of the /IdentityProviders endpoint.

    Deprecated Since: 20.1.3

    SCIM++ Properties:

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

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

    Enabled bool

    (Updatable) Set to true to indicate Partner enabled.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: boolean
    • uniqueness: none
    IdcsEndpoint string
    The basic endpoint for the identity domain
    PartnerName string

    (Updatable) Unique name of the trusted Identity Provider.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: string
    • uniqueness: server
    Schemas []string

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

    SCIM++ Properties:

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

    (Updatable) Assertion attribute name.

    Deprecated Since: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    • idcsValuePersistedInOtherAttribute: true
    AttributeSets []string
    (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
    Attributes string
    (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
    AuthnRequestBinding string

    (Updatable) HTTP binding to use for authentication requests.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Authorization string
    (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    CorrelationPolicy DomainsIdentityProviderCorrelationPolicyArgs

    (Updatable) Correlation policy

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Description

    SCIM++ Properties:

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

    (Updatable) Encryption certificate

    SCIM++ Properties:

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

    (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.

    SCIM++ Properties:

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

    (Updatable) Identity Provider Icon URL.

    SCIM++ Properties:

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

    (Updatable) Identity Provider SSO URL

    SCIM++ Properties:

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

    (Updatable) Set to true to include the signing certificate in the signature.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    JitUserProvAssignedGroups []DomainsIdentityProviderJitUserProvAssignedGroupArgs

    (Updatable) Refers to every group of which a JIT-provisioned User should be a member. Just-in-Time user-provisioning applies this static list when jitUserProvGroupStaticListEnabled:true.

    Added In: 20.1.3

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    JitUserProvAttributeUpdateEnabled bool

    (Updatable) Set to true to indicate JIT User Creation is enabled

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    JitUserProvAttributes DomainsIdentityProviderJitUserProvAttributesArgs

    (Updatable) Assertion To User Mapping

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsCompositeKey: [value]
    • idcsSearchable: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    JitUserProvCreateUserEnabled bool

    (Updatable) Set to true to indicate JIT User Creation is enabled

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    JitUserProvEnabled bool

    (Updatable) Set to true to indicate JIT User Provisioning is enabled

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    JitUserProvGroupAssertionAttributeEnabled bool

    (Updatable) Set to true to indicate JIT User Provisioning Groups should be assigned based on assertion attribute

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) The default value is 'Overwrite', which tells Just-In-Time user-provisioning to replace any current group-assignments for a User with those assigned by assertions and/or those assigned statically. Specify 'Merge' if you want Just-In-Time user-provisioning to combine its group-assignments with those the user already has.

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Property to indicate the mode of group mapping

    Added In: 2205120021

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    JitUserProvGroupMappings []DomainsIdentityProviderJitUserProvGroupMappingArgs

    (Updatable) The list of mappings between the Identity Domain Group and the IDP group.

    Added In: 2205120021

    SCIM++ Properties:

    • idcsCompositeKey: [idpGroup]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    JitUserProvGroupSamlAttributeName string

    (Updatable) Name of the assertion attribute containing the users groups

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Set to true to indicate JIT User Provisioning Groups should be assigned from a static list

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    JitUserProvIgnoreErrorOnAbsentGroups bool

    (Updatable) Set to true to indicate ignoring absence of group while provisioning

    Added In: 2111112015

    SCIM++ Properties:

    • caseExact: false
    • idcsAddedSinceVersion: 30
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    LogoutBinding string

    (Updatable) HTTP binding to use for logout.

    SCIM++ Properties:

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

    (Updatable) Set to true to enable logout.

    SCIM++ Properties:

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

    (Updatable) Logout request URL

    SCIM++ Properties:

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

    (Updatable) Logout response URL

    SCIM++ Properties:

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

    (Updatable) Metadata

    SCIM++ Properties:

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

    (Updatable) Default authentication request name ID format.

    SCIM++ Properties:

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

    (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: string
    • uniqueness: global
    PartnerProviderId string

    (Updatable) Provider ID

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: server
    RequestedAuthenticationContexts []string

    (Updatable) SAML SP authentication type.

    Added In: 2102181953

    SCIM++ Properties:

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

    (Updatable) This SP requires requests SAML IdP to enforce re-authentication.

    Added In: 2102181953

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    RequiresEncryptedAssertion bool

    (Updatable) SAML SP must accept encrypted assertion only.

    Added In: 2102181953

    SCIM++ Properties:

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

    (Updatable) SAML SP HoK Enabled.

    Added In: 2102181953

    SCIM++ Properties:

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

    (Updatable) The serviceInstanceIdentifier of the App that hosts this IdP. This value will match the opcServiceInstanceGUID of any service-instance that the IdP represents.

    Added In: 18.2.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: never
    • type: string
    • uniqueness: server
    ShownOnLoginPage bool

    (Updatable) Set to true to indicate whether to show IdP in login page or not.

    SCIM++ Properties:

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

    (Updatable) Signature hash algorithm.

    SCIM++ Properties:

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

    (Updatable) Signing certificate

    SCIM++ Properties:

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

    (Updatable) Succinct ID

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: server
    Tags []DomainsIdentityProviderTagArgs

    (Updatable) A list of tags on this resource.

    SCIM++ Properties:

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

    (Updatable) Identity Provider Type

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    UrnietfparamsscimschemasoracleidcsextensionsocialIdentityProvider DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionsocialIdentityProviderArgs
    (Updatable) Social Identity Provider Extension Schema
    Urnietfparamsscimschemasoracleidcsextensionx509identityProvider DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionx509identityProviderArgs
    (Updatable) X509 Identity Provider Extension Schema
    UserMappingMethod string

    (Updatable) User mapping method.

    Deprecated Since: 20.1.3

    SCIM++ Properties:

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

    (Updatable) This property specifies the userstore attribute value that must match the incoming assertion attribute value or the incoming nameid attribute value in order to identify the user during SSO.You can construct the userMappingStoreAttribute value by specifying attributes from the Oracle Identity Cloud Service Core Users schema. For examples of how to construct the userMappingStoreAttribute value, see the Example of a Request Body section of the Examples tab for the POST and PUT methods of the /IdentityProviders endpoint.

    Deprecated Since: 20.1.3

    SCIM++ Properties:

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

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

    enabled Boolean

    (Updatable) Set to true to indicate Partner enabled.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: boolean
    • uniqueness: none
    idcsEndpoint String
    The basic endpoint for the identity domain
    partnerName String

    (Updatable) Unique name of the trusted Identity Provider.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: string
    • uniqueness: server
    schemas List<String>

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

    SCIM++ Properties:

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

    (Updatable) Assertion attribute name.

    Deprecated Since: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    • idcsValuePersistedInOtherAttribute: true
    attributeSets List<String>
    (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
    attributes String
    (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
    authnRequestBinding String

    (Updatable) HTTP binding to use for authentication requests.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    authorization String
    (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    correlationPolicy DomainsProviderCorrelationPolicy

    (Updatable) Correlation policy

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Description

    SCIM++ Properties:

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

    (Updatable) Encryption certificate

    SCIM++ Properties:

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

    (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    iconUrl String

    (Updatable) Identity Provider Icon URL.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    idpSsoUrl String

    (Updatable) Identity Provider SSO URL

    SCIM++ Properties:

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

    (Updatable) Set to true to include the signing certificate in the signature.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jitUserProvAssignedGroups List<DomainsProviderJitUserProvAssignedGroup>

    (Updatable) Refers to every group of which a JIT-provisioned User should be a member. Just-in-Time user-provisioning applies this static list when jitUserProvGroupStaticListEnabled:true.

    Added In: 20.1.3

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    jitUserProvAttributeUpdateEnabled Boolean

    (Updatable) Set to true to indicate JIT User Creation is enabled

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jitUserProvAttributes DomainsProviderJitUserProvAttributes

    (Updatable) Assertion To User Mapping

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsCompositeKey: [value]
    • idcsSearchable: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    jitUserProvCreateUserEnabled Boolean

    (Updatable) Set to true to indicate JIT User Creation is enabled

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jitUserProvEnabled Boolean

    (Updatable) Set to true to indicate JIT User Provisioning is enabled

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jitUserProvGroupAssertionAttributeEnabled Boolean

    (Updatable) Set to true to indicate JIT User Provisioning Groups should be assigned based on assertion attribute

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jitUserProvGroupAssignmentMethod String

    (Updatable) The default value is 'Overwrite', which tells Just-In-Time user-provisioning to replace any current group-assignments for a User with those assigned by assertions and/or those assigned statically. Specify 'Merge' if you want Just-In-Time user-provisioning to combine its group-assignments with those the user already has.

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Property to indicate the mode of group mapping

    Added In: 2205120021

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    jitUserProvGroupMappings List<DomainsProviderJitUserProvGroupMapping>

    (Updatable) The list of mappings between the Identity Domain Group and the IDP group.

    Added In: 2205120021

    SCIM++ Properties:

    • idcsCompositeKey: [idpGroup]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    jitUserProvGroupSamlAttributeName String

    (Updatable) Name of the assertion attribute containing the users groups

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Set to true to indicate JIT User Provisioning Groups should be assigned from a static list

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jitUserProvIgnoreErrorOnAbsentGroups Boolean

    (Updatable) Set to true to indicate ignoring absence of group while provisioning

    Added In: 2111112015

    SCIM++ Properties:

    • caseExact: false
    • idcsAddedSinceVersion: 30
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    logoutBinding String

    (Updatable) HTTP binding to use for logout.

    SCIM++ Properties:

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

    (Updatable) Set to true to enable logout.

    SCIM++ Properties:

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

    (Updatable) Logout request URL

    SCIM++ Properties:

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

    (Updatable) Logout response URL

    SCIM++ Properties:

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

    (Updatable) Metadata

    SCIM++ Properties:

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

    (Updatable) Default authentication request name ID format.

    SCIM++ Properties:

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

    (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: string
    • uniqueness: global
    partnerProviderId String

    (Updatable) Provider ID

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: server
    requestedAuthenticationContexts List<String>

    (Updatable) SAML SP authentication type.

    Added In: 2102181953

    SCIM++ Properties:

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

    (Updatable) This SP requires requests SAML IdP to enforce re-authentication.

    Added In: 2102181953

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    requiresEncryptedAssertion Boolean

    (Updatable) SAML SP must accept encrypted assertion only.

    Added In: 2102181953

    SCIM++ Properties:

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

    (Updatable) SAML SP HoK Enabled.

    Added In: 2102181953

    SCIM++ Properties:

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

    (Updatable) The serviceInstanceIdentifier of the App that hosts this IdP. This value will match the opcServiceInstanceGUID of any service-instance that the IdP represents.

    Added In: 18.2.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: never
    • type: string
    • uniqueness: server
    shownOnLoginPage Boolean

    (Updatable) Set to true to indicate whether to show IdP in login page or not.

    SCIM++ Properties:

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

    (Updatable) Signature hash algorithm.

    SCIM++ Properties:

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

    (Updatable) Signing certificate

    SCIM++ Properties:

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

    (Updatable) Succinct ID

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: server
    tags List<DomainsProviderTag>

    (Updatable) A list of tags on this resource.

    SCIM++ Properties:

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

    (Updatable) Identity Provider Type

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    urnietfparamsscimschemasoracleidcsextensionsocialIdentityProvider DomainsProviderUrnietfparamsscimschemasoracleidcsextensionsocialProvider
    (Updatable) Social Identity Provider Extension Schema
    urnietfparamsscimschemasoracleidcsextensionx509identityProvider DomainsProviderUrnietfparamsscimschemasoracleidcsextensionx509identityProvider
    (Updatable) X509 Identity Provider Extension Schema
    userMappingMethod String

    (Updatable) User mapping method.

    Deprecated Since: 20.1.3

    SCIM++ Properties:

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

    (Updatable) This property specifies the userstore attribute value that must match the incoming assertion attribute value or the incoming nameid attribute value in order to identify the user during SSO.You can construct the userMappingStoreAttribute value by specifying attributes from the Oracle Identity Cloud Service Core Users schema. For examples of how to construct the userMappingStoreAttribute value, see the Example of a Request Body section of the Examples tab for the POST and PUT methods of the /IdentityProviders endpoint.

    Deprecated Since: 20.1.3

    SCIM++ Properties:

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

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

    enabled boolean

    (Updatable) Set to true to indicate Partner enabled.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: boolean
    • uniqueness: none
    idcsEndpoint string
    The basic endpoint for the identity domain
    partnerName string

    (Updatable) Unique name of the trusted Identity Provider.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: string
    • uniqueness: server
    schemas string[]

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

    SCIM++ Properties:

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

    (Updatable) Assertion attribute name.

    Deprecated Since: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    • idcsValuePersistedInOtherAttribute: true
    attributeSets string[]
    (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
    attributes string
    (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
    authnRequestBinding string

    (Updatable) HTTP binding to use for authentication requests.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    authorization string
    (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    correlationPolicy DomainsIdentityProviderCorrelationPolicy

    (Updatable) Correlation policy

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Description

    SCIM++ Properties:

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

    (Updatable) Encryption certificate

    SCIM++ Properties:

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

    (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.

    SCIM++ Properties:

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

    (Updatable) Identity Provider Icon URL.

    SCIM++ Properties:

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

    (Updatable) Identity Provider SSO URL

    SCIM++ Properties:

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

    (Updatable) Set to true to include the signing certificate in the signature.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jitUserProvAssignedGroups DomainsIdentityProviderJitUserProvAssignedGroup[]

    (Updatable) Refers to every group of which a JIT-provisioned User should be a member. Just-in-Time user-provisioning applies this static list when jitUserProvGroupStaticListEnabled:true.

    Added In: 20.1.3

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    jitUserProvAttributeUpdateEnabled boolean

    (Updatable) Set to true to indicate JIT User Creation is enabled

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jitUserProvAttributes DomainsIdentityProviderJitUserProvAttributes

    (Updatable) Assertion To User Mapping

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsCompositeKey: [value]
    • idcsSearchable: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    jitUserProvCreateUserEnabled boolean

    (Updatable) Set to true to indicate JIT User Creation is enabled

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jitUserProvEnabled boolean

    (Updatable) Set to true to indicate JIT User Provisioning is enabled

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jitUserProvGroupAssertionAttributeEnabled boolean

    (Updatable) Set to true to indicate JIT User Provisioning Groups should be assigned based on assertion attribute

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) The default value is 'Overwrite', which tells Just-In-Time user-provisioning to replace any current group-assignments for a User with those assigned by assertions and/or those assigned statically. Specify 'Merge' if you want Just-In-Time user-provisioning to combine its group-assignments with those the user already has.

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Property to indicate the mode of group mapping

    Added In: 2205120021

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    jitUserProvGroupMappings DomainsIdentityProviderJitUserProvGroupMapping[]

    (Updatable) The list of mappings between the Identity Domain Group and the IDP group.

    Added In: 2205120021

    SCIM++ Properties:

    • idcsCompositeKey: [idpGroup]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    jitUserProvGroupSamlAttributeName string

    (Updatable) Name of the assertion attribute containing the users groups

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Set to true to indicate JIT User Provisioning Groups should be assigned from a static list

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jitUserProvIgnoreErrorOnAbsentGroups boolean

    (Updatable) Set to true to indicate ignoring absence of group while provisioning

    Added In: 2111112015

    SCIM++ Properties:

    • caseExact: false
    • idcsAddedSinceVersion: 30
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    logoutBinding string

    (Updatable) HTTP binding to use for logout.

    SCIM++ Properties:

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

    (Updatable) Set to true to enable logout.

    SCIM++ Properties:

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

    (Updatable) Logout request URL

    SCIM++ Properties:

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

    (Updatable) Logout response URL

    SCIM++ Properties:

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

    (Updatable) Metadata

    SCIM++ Properties:

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

    (Updatable) Default authentication request name ID format.

    SCIM++ Properties:

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

    (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: string
    • uniqueness: global
    partnerProviderId string

    (Updatable) Provider ID

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: server
    requestedAuthenticationContexts string[]

    (Updatable) SAML SP authentication type.

    Added In: 2102181953

    SCIM++ Properties:

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

    (Updatable) This SP requires requests SAML IdP to enforce re-authentication.

    Added In: 2102181953

    SCIM++ Properties:

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

    (Updatable) SAML SP must accept encrypted assertion only.

    Added In: 2102181953

    SCIM++ Properties:

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

    (Updatable) SAML SP HoK Enabled.

    Added In: 2102181953

    SCIM++ Properties:

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

    (Updatable) The serviceInstanceIdentifier of the App that hosts this IdP. This value will match the opcServiceInstanceGUID of any service-instance that the IdP represents.

    Added In: 18.2.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: never
    • type: string
    • uniqueness: server
    shownOnLoginPage boolean

    (Updatable) Set to true to indicate whether to show IdP in login page or not.

    SCIM++ Properties:

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

    (Updatable) Signature hash algorithm.

    SCIM++ Properties:

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

    (Updatable) Signing certificate

    SCIM++ Properties:

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

    (Updatable) Succinct ID

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: server
    tags DomainsIdentityProviderTag[]

    (Updatable) A list of tags on this resource.

    SCIM++ Properties:

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

    (Updatable) Identity Provider Type

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    urnietfparamsscimschemasoracleidcsextensionsocialIdentityProvider DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionsocialIdentityProvider
    (Updatable) Social Identity Provider Extension Schema
    urnietfparamsscimschemasoracleidcsextensionx509identityProvider DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionx509identityProvider
    (Updatable) X509 Identity Provider Extension Schema
    userMappingMethod string

    (Updatable) User mapping method.

    Deprecated Since: 20.1.3

    SCIM++ Properties:

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

    (Updatable) This property specifies the userstore attribute value that must match the incoming assertion attribute value or the incoming nameid attribute value in order to identify the user during SSO.You can construct the userMappingStoreAttribute value by specifying attributes from the Oracle Identity Cloud Service Core Users schema. For examples of how to construct the userMappingStoreAttribute value, see the Example of a Request Body section of the Examples tab for the POST and PUT methods of the /IdentityProviders endpoint.

    Deprecated Since: 20.1.3

    SCIM++ Properties:

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

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

    enabled bool

    (Updatable) Set to true to indicate Partner enabled.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: boolean
    • uniqueness: none
    idcs_endpoint str
    The basic endpoint for the identity domain
    partner_name str

    (Updatable) Unique name of the trusted Identity Provider.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: string
    • uniqueness: server
    schemas Sequence[str]

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

    SCIM++ Properties:

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

    (Updatable) Assertion attribute name.

    Deprecated Since: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    • idcsValuePersistedInOtherAttribute: true
    attribute_sets Sequence[str]
    (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
    attributes str
    (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
    authn_request_binding str

    (Updatable) HTTP binding to use for authentication requests.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    authorization str
    (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    correlation_policy identity.DomainsIdentityProviderCorrelationPolicyArgs

    (Updatable) Correlation policy

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Description

    SCIM++ Properties:

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

    (Updatable) Encryption certificate

    SCIM++ Properties:

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

    (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    icon_url str

    (Updatable) Identity Provider Icon URL.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    idp_sso_url str

    (Updatable) Identity Provider SSO URL

    SCIM++ Properties:

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

    (Updatable) Set to true to include the signing certificate in the signature.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jit_user_prov_assigned_groups Sequence[identity.DomainsIdentityProviderJitUserProvAssignedGroupArgs]

    (Updatable) Refers to every group of which a JIT-provisioned User should be a member. Just-in-Time user-provisioning applies this static list when jitUserProvGroupStaticListEnabled:true.

    Added In: 20.1.3

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    jit_user_prov_attribute_update_enabled bool

    (Updatable) Set to true to indicate JIT User Creation is enabled

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jit_user_prov_attributes identity.DomainsIdentityProviderJitUserProvAttributesArgs

    (Updatable) Assertion To User Mapping

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsCompositeKey: [value]
    • idcsSearchable: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    jit_user_prov_create_user_enabled bool

    (Updatable) Set to true to indicate JIT User Creation is enabled

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jit_user_prov_enabled bool

    (Updatable) Set to true to indicate JIT User Provisioning is enabled

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jit_user_prov_group_assertion_attribute_enabled bool

    (Updatable) Set to true to indicate JIT User Provisioning Groups should be assigned based on assertion attribute

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jit_user_prov_group_assignment_method str

    (Updatable) The default value is 'Overwrite', which tells Just-In-Time user-provisioning to replace any current group-assignments for a User with those assigned by assertions and/or those assigned statically. Specify 'Merge' if you want Just-In-Time user-provisioning to combine its group-assignments with those the user already has.

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Property to indicate the mode of group mapping

    Added In: 2205120021

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    jit_user_prov_group_mappings Sequence[identity.DomainsIdentityProviderJitUserProvGroupMappingArgs]

    (Updatable) The list of mappings between the Identity Domain Group and the IDP group.

    Added In: 2205120021

    SCIM++ Properties:

    • idcsCompositeKey: [idpGroup]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    jit_user_prov_group_saml_attribute_name str

    (Updatable) Name of the assertion attribute containing the users groups

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Set to true to indicate JIT User Provisioning Groups should be assigned from a static list

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jit_user_prov_ignore_error_on_absent_groups bool

    (Updatable) Set to true to indicate ignoring absence of group while provisioning

    Added In: 2111112015

    SCIM++ Properties:

    • caseExact: false
    • idcsAddedSinceVersion: 30
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    logout_binding str

    (Updatable) HTTP binding to use for logout.

    SCIM++ Properties:

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

    (Updatable) Set to true to enable logout.

    SCIM++ Properties:

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

    (Updatable) Logout request URL

    SCIM++ Properties:

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

    (Updatable) Logout response URL

    SCIM++ Properties:

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

    (Updatable) Metadata

    SCIM++ Properties:

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

    (Updatable) Default authentication request name ID format.

    SCIM++ Properties:

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

    (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: string
    • uniqueness: global
    partner_provider_id str

    (Updatable) Provider ID

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: server
    requested_authentication_contexts Sequence[str]

    (Updatable) SAML SP authentication type.

    Added In: 2102181953

    SCIM++ Properties:

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

    (Updatable) This SP requires requests SAML IdP to enforce re-authentication.

    Added In: 2102181953

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    requires_encrypted_assertion bool

    (Updatable) SAML SP must accept encrypted assertion only.

    Added In: 2102181953

    SCIM++ Properties:

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

    (Updatable) SAML SP HoK Enabled.

    Added In: 2102181953

    SCIM++ Properties:

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

    (Updatable) The serviceInstanceIdentifier of the App that hosts this IdP. This value will match the opcServiceInstanceGUID of any service-instance that the IdP represents.

    Added In: 18.2.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: never
    • type: string
    • uniqueness: server
    shown_on_login_page bool

    (Updatable) Set to true to indicate whether to show IdP in login page or not.

    SCIM++ Properties:

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

    (Updatable) Signature hash algorithm.

    SCIM++ Properties:

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

    (Updatable) Signing certificate

    SCIM++ Properties:

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

    (Updatable) Succinct ID

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: server
    tags Sequence[identity.DomainsIdentityProviderTagArgs]

    (Updatable) A list of tags on this resource.

    SCIM++ Properties:

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

    (Updatable) Identity Provider Type

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    urnietfparamsscimschemasoracleidcsextensionsocial_identity_provider identity.DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionsocialIdentityProviderArgs
    (Updatable) Social Identity Provider Extension Schema
    urnietfparamsscimschemasoracleidcsextensionx509identity_provider identity.DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionx509identityProviderArgs
    (Updatable) X509 Identity Provider Extension Schema
    user_mapping_method str

    (Updatable) User mapping method.

    Deprecated Since: 20.1.3

    SCIM++ Properties:

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

    (Updatable) This property specifies the userstore attribute value that must match the incoming assertion attribute value or the incoming nameid attribute value in order to identify the user during SSO.You can construct the userMappingStoreAttribute value by specifying attributes from the Oracle Identity Cloud Service Core Users schema. For examples of how to construct the userMappingStoreAttribute value, see the Example of a Request Body section of the Examples tab for the POST and PUT methods of the /IdentityProviders endpoint.

    Deprecated Since: 20.1.3

    SCIM++ Properties:

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

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

    enabled Boolean

    (Updatable) Set to true to indicate Partner enabled.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: boolean
    • uniqueness: none
    idcsEndpoint String
    The basic endpoint for the identity domain
    partnerName String

    (Updatable) Unique name of the trusted Identity Provider.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: string
    • uniqueness: server
    schemas List<String>

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

    SCIM++ Properties:

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

    (Updatable) Assertion attribute name.

    Deprecated Since: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    • idcsValuePersistedInOtherAttribute: true
    attributeSets List<String>
    (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
    attributes String
    (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
    authnRequestBinding String

    (Updatable) HTTP binding to use for authentication requests.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    authorization String
    (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    correlationPolicy Property Map

    (Updatable) Correlation policy

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Description

    SCIM++ Properties:

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

    (Updatable) Encryption certificate

    SCIM++ Properties:

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

    (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    iconUrl String

    (Updatable) Identity Provider Icon URL.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    idpSsoUrl String

    (Updatable) Identity Provider SSO URL

    SCIM++ Properties:

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

    (Updatable) Set to true to include the signing certificate in the signature.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jitUserProvAssignedGroups List<Property Map>

    (Updatable) Refers to every group of which a JIT-provisioned User should be a member. Just-in-Time user-provisioning applies this static list when jitUserProvGroupStaticListEnabled:true.

    Added In: 20.1.3

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    jitUserProvAttributeUpdateEnabled Boolean

    (Updatable) Set to true to indicate JIT User Creation is enabled

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jitUserProvAttributes Property Map

    (Updatable) Assertion To User Mapping

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsCompositeKey: [value]
    • idcsSearchable: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    jitUserProvCreateUserEnabled Boolean

    (Updatable) Set to true to indicate JIT User Creation is enabled

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jitUserProvEnabled Boolean

    (Updatable) Set to true to indicate JIT User Provisioning is enabled

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jitUserProvGroupAssertionAttributeEnabled Boolean

    (Updatable) Set to true to indicate JIT User Provisioning Groups should be assigned based on assertion attribute

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jitUserProvGroupAssignmentMethod String

    (Updatable) The default value is 'Overwrite', which tells Just-In-Time user-provisioning to replace any current group-assignments for a User with those assigned by assertions and/or those assigned statically. Specify 'Merge' if you want Just-In-Time user-provisioning to combine its group-assignments with those the user already has.

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Property to indicate the mode of group mapping

    Added In: 2205120021

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    jitUserProvGroupMappings List<Property Map>

    (Updatable) The list of mappings between the Identity Domain Group and the IDP group.

    Added In: 2205120021

    SCIM++ Properties:

    • idcsCompositeKey: [idpGroup]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    jitUserProvGroupSamlAttributeName String

    (Updatable) Name of the assertion attribute containing the users groups

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Set to true to indicate JIT User Provisioning Groups should be assigned from a static list

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jitUserProvIgnoreErrorOnAbsentGroups Boolean

    (Updatable) Set to true to indicate ignoring absence of group while provisioning

    Added In: 2111112015

    SCIM++ Properties:

    • caseExact: false
    • idcsAddedSinceVersion: 30
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    logoutBinding String

    (Updatable) HTTP binding to use for logout.

    SCIM++ Properties:

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

    (Updatable) Set to true to enable logout.

    SCIM++ Properties:

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

    (Updatable) Logout request URL

    SCIM++ Properties:

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

    (Updatable) Logout response URL

    SCIM++ Properties:

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

    (Updatable) Metadata

    SCIM++ Properties:

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

    (Updatable) Default authentication request name ID format.

    SCIM++ Properties:

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

    (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: string
    • uniqueness: global
    partnerProviderId String

    (Updatable) Provider ID

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: server
    requestedAuthenticationContexts List<String>

    (Updatable) SAML SP authentication type.

    Added In: 2102181953

    SCIM++ Properties:

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

    (Updatable) This SP requires requests SAML IdP to enforce re-authentication.

    Added In: 2102181953

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    requiresEncryptedAssertion Boolean

    (Updatable) SAML SP must accept encrypted assertion only.

    Added In: 2102181953

    SCIM++ Properties:

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

    (Updatable) SAML SP HoK Enabled.

    Added In: 2102181953

    SCIM++ Properties:

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

    (Updatable) The serviceInstanceIdentifier of the App that hosts this IdP. This value will match the opcServiceInstanceGUID of any service-instance that the IdP represents.

    Added In: 18.2.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: never
    • type: string
    • uniqueness: server
    shownOnLoginPage Boolean

    (Updatable) Set to true to indicate whether to show IdP in login page or not.

    SCIM++ Properties:

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

    (Updatable) Signature hash algorithm.

    SCIM++ Properties:

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

    (Updatable) Signing certificate

    SCIM++ Properties:

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

    (Updatable) Succinct ID

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: server
    tags List<Property Map>

    (Updatable) A list of tags on this resource.

    SCIM++ Properties:

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

    (Updatable) Identity Provider Type

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    urnietfparamsscimschemasoracleidcsextensionsocialIdentityProvider Property Map
    (Updatable) Social Identity Provider Extension Schema
    urnietfparamsscimschemasoracleidcsextensionx509identityProvider Property Map
    (Updatable) X509 Identity Provider Extension Schema
    userMappingMethod String

    (Updatable) User mapping method.

    Deprecated Since: 20.1.3

    SCIM++ Properties:

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

    (Updatable) This property specifies the userstore attribute value that must match the incoming assertion attribute value or the incoming nameid attribute value in order to identify the user during SSO.You can construct the userMappingStoreAttribute value by specifying attributes from the Oracle Identity Cloud Service Core Users schema. For examples of how to construct the userMappingStoreAttribute value, see the Example of a Request Body section of the Examples tab for the POST and PUT methods of the /IdentityProviders endpoint.

    Deprecated Since: 20.1.3

    SCIM++ Properties:

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

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

    Outputs

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

    CompartmentOcid string

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

    (Updatable) The User or App who created the Resource

    SCIM++ Properties:

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

    (Updatable) The User or App who modified the Resource

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    LastNotificationSentTime string

    (Updatable) Records the notification timestamp for the IdP whose signing certificate is about to expire

    Added In: 2302092332

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    Metas List<DomainsIdentityProviderMeta>

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

    (Updatable) The alternate Provider ID to be used as the Oracle Identity Cloud Service providerID (instead of the one in SamlSettings) when interacting with this IdP.

    Added In: 19.2.1

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

    (Updatable) The User or App who created the Resource

    SCIM++ Properties:

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

    (Updatable) The User or App who modified the Resource

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    LastNotificationSentTime string

    (Updatable) Records the notification timestamp for the IdP whose signing certificate is about to expire

    Added In: 2302092332

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    Metas []DomainsIdentityProviderMeta

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

    (Updatable) The alternate Provider ID to be used as the Oracle Identity Cloud Service providerID (instead of the one in SamlSettings) when interacting with this IdP.

    Added In: 19.2.1

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

    (Updatable) The User or App who created the Resource

    SCIM++ Properties:

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

    (Updatable) The User or App who modified the Resource

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    lastNotificationSentTime String

    (Updatable) Records the notification timestamp for the IdP whose signing certificate is about to expire

    Added In: 2302092332

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    metas List<DomainsProviderMeta>

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

    (Updatable) The alternate Provider ID to be used as the Oracle Identity Cloud Service providerID (instead of the one in SamlSettings) when interacting with this IdP.

    Added In: 19.2.1

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

    (Updatable) The User or App who created the Resource

    SCIM++ Properties:

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

    (Updatable) The User or App who modified the Resource

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    lastNotificationSentTime string

    (Updatable) Records the notification timestamp for the IdP whose signing certificate is about to expire

    Added In: 2302092332

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    metas DomainsIdentityProviderMeta[]

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

    (Updatable) The alternate Provider ID to be used as the Oracle Identity Cloud Service providerID (instead of the one in SamlSettings) when interacting with this IdP.

    Added In: 19.2.1

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

    (Updatable) The User or App who created the Resource

    SCIM++ Properties:

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

    (Updatable) The User or App who modified the Resource

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    last_notification_sent_time str

    (Updatable) Records the notification timestamp for the IdP whose signing certificate is about to expire

    Added In: 2302092332

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    metas Sequence[identity.DomainsIdentityProviderMeta]

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

    (Updatable) The alternate Provider ID to be used as the Oracle Identity Cloud Service providerID (instead of the one in SamlSettings) when interacting with this IdP.

    Added In: 19.2.1

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

    (Updatable) The User or App who created the Resource

    SCIM++ Properties:

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

    (Updatable) The User or App who modified the Resource

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    lastNotificationSentTime String

    (Updatable) Records the notification timestamp for the IdP whose signing certificate is about to expire

    Added In: 2302092332

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

    (Updatable) The alternate Provider ID to be used as the Oracle Identity Cloud Service providerID (instead of the one in SamlSettings) when interacting with this IdP.

    Added In: 19.2.1

    SCIM++ Properties:

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

    Look up Existing DomainsIdentityProvider Resource

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

    public static get(name: string, id: Input<ID>, state?: DomainsIdentityProviderState, opts?: CustomResourceOptions): DomainsIdentityProvider
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            assertion_attribute: Optional[str] = None,
            attribute_sets: Optional[Sequence[str]] = None,
            attributes: Optional[str] = None,
            authn_request_binding: Optional[str] = None,
            authorization: Optional[str] = None,
            compartment_ocid: Optional[str] = None,
            correlation_policy: Optional[_identity.DomainsIdentityProviderCorrelationPolicyArgs] = None,
            delete_in_progress: Optional[bool] = None,
            description: Optional[str] = None,
            domain_ocid: Optional[str] = None,
            enabled: Optional[bool] = None,
            encryption_certificate: Optional[str] = None,
            external_id: Optional[str] = None,
            icon_url: Optional[str] = None,
            idcs_created_bies: Optional[Sequence[_identity.DomainsIdentityProviderIdcsCreatedByArgs]] = None,
            idcs_endpoint: Optional[str] = None,
            idcs_last_modified_bies: Optional[Sequence[_identity.DomainsIdentityProviderIdcsLastModifiedByArgs]] = None,
            idcs_last_upgraded_in_release: Optional[str] = None,
            idcs_prevented_operations: Optional[Sequence[str]] = None,
            idp_sso_url: Optional[str] = None,
            include_signing_cert_in_signature: Optional[bool] = None,
            jit_user_prov_assigned_groups: Optional[Sequence[_identity.DomainsIdentityProviderJitUserProvAssignedGroupArgs]] = None,
            jit_user_prov_attribute_update_enabled: Optional[bool] = None,
            jit_user_prov_attributes: Optional[_identity.DomainsIdentityProviderJitUserProvAttributesArgs] = None,
            jit_user_prov_create_user_enabled: Optional[bool] = None,
            jit_user_prov_enabled: Optional[bool] = None,
            jit_user_prov_group_assertion_attribute_enabled: Optional[bool] = None,
            jit_user_prov_group_assignment_method: Optional[str] = None,
            jit_user_prov_group_mapping_mode: Optional[str] = None,
            jit_user_prov_group_mappings: Optional[Sequence[_identity.DomainsIdentityProviderJitUserProvGroupMappingArgs]] = None,
            jit_user_prov_group_saml_attribute_name: Optional[str] = None,
            jit_user_prov_group_static_list_enabled: Optional[bool] = None,
            jit_user_prov_ignore_error_on_absent_groups: Optional[bool] = None,
            last_notification_sent_time: Optional[str] = None,
            logout_binding: Optional[str] = None,
            logout_enabled: Optional[bool] = None,
            logout_request_url: Optional[str] = None,
            logout_response_url: Optional[str] = None,
            metadata: Optional[str] = None,
            metas: Optional[Sequence[_identity.DomainsIdentityProviderMetaArgs]] = None,
            name_id_format: Optional[str] = None,
            ocid: Optional[str] = None,
            partner_name: Optional[str] = None,
            partner_provider_id: Optional[str] = None,
            requested_authentication_contexts: Optional[Sequence[str]] = None,
            require_force_authn: Optional[bool] = None,
            requires_encrypted_assertion: Optional[bool] = None,
            resource_type_schema_version: Optional[str] = None,
            saml_ho_krequired: Optional[bool] = None,
            schemas: Optional[Sequence[str]] = None,
            service_instance_identifier: Optional[str] = None,
            shown_on_login_page: Optional[bool] = None,
            signature_hash_algorithm: Optional[str] = None,
            signing_certificate: Optional[str] = None,
            succinct_id: Optional[str] = None,
            tags: Optional[Sequence[_identity.DomainsIdentityProviderTagArgs]] = None,
            tenancy_ocid: Optional[str] = None,
            tenant_provider_id: Optional[str] = None,
            type: Optional[str] = None,
            urnietfparamsscimschemasoracleidcsextensionsocial_identity_provider: Optional[_identity.DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionsocialIdentityProviderArgs] = None,
            urnietfparamsscimschemasoracleidcsextensionx509identity_provider: Optional[_identity.DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionx509identityProviderArgs] = None,
            user_mapping_method: Optional[str] = None,
            user_mapping_store_attribute: Optional[str] = None) -> DomainsIdentityProvider
    func GetDomainsIdentityProvider(ctx *Context, name string, id IDInput, state *DomainsIdentityProviderState, opts ...ResourceOption) (*DomainsIdentityProvider, error)
    public static DomainsIdentityProvider Get(string name, Input<string> id, DomainsIdentityProviderState? state, CustomResourceOptions? opts = null)
    public static DomainsIdentityProvider get(String name, Output<String> id, DomainsIdentityProviderState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AssertionAttribute string

    (Updatable) Assertion attribute name.

    Deprecated Since: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    • idcsValuePersistedInOtherAttribute: true
    AttributeSets List<string>
    (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
    Attributes string
    (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
    AuthnRequestBinding string

    (Updatable) HTTP binding to use for authentication requests.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Authorization string
    (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    CompartmentOcid string

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

    SCIM++ Properties:

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

    (Updatable) Correlation policy

    Added In: 20.1.3

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

    (Updatable) Description

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

    (Updatable) Set to true to indicate Partner enabled.

    SCIM++ Properties:

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

    (Updatable) Encryption certificate

    SCIM++ Properties:

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

    (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.

    SCIM++ Properties:

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

    (Updatable) Identity Provider Icon URL.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    IdcsCreatedBies List<DomainsIdentityProviderIdcsCreatedBy>

    (Updatable) The User or App who created the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: complex
    IdcsEndpoint string
    The basic endpoint for the identity domain
    IdcsLastModifiedBies List<DomainsIdentityProviderIdcsLastModifiedBy>

    (Updatable) The User or App who modified the Resource

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    IdpSsoUrl string

    (Updatable) Identity Provider SSO URL

    SCIM++ Properties:

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

    (Updatable) Set to true to include the signing certificate in the signature.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    JitUserProvAssignedGroups List<DomainsIdentityProviderJitUserProvAssignedGroup>

    (Updatable) Refers to every group of which a JIT-provisioned User should be a member. Just-in-Time user-provisioning applies this static list when jitUserProvGroupStaticListEnabled:true.

    Added In: 20.1.3

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    JitUserProvAttributeUpdateEnabled bool

    (Updatable) Set to true to indicate JIT User Creation is enabled

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    JitUserProvAttributes DomainsIdentityProviderJitUserProvAttributes

    (Updatable) Assertion To User Mapping

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsCompositeKey: [value]
    • idcsSearchable: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    JitUserProvCreateUserEnabled bool

    (Updatable) Set to true to indicate JIT User Creation is enabled

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    JitUserProvEnabled bool

    (Updatable) Set to true to indicate JIT User Provisioning is enabled

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    JitUserProvGroupAssertionAttributeEnabled bool

    (Updatable) Set to true to indicate JIT User Provisioning Groups should be assigned based on assertion attribute

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) The default value is 'Overwrite', which tells Just-In-Time user-provisioning to replace any current group-assignments for a User with those assigned by assertions and/or those assigned statically. Specify 'Merge' if you want Just-In-Time user-provisioning to combine its group-assignments with those the user already has.

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Property to indicate the mode of group mapping

    Added In: 2205120021

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    JitUserProvGroupMappings List<DomainsIdentityProviderJitUserProvGroupMapping>

    (Updatable) The list of mappings between the Identity Domain Group and the IDP group.

    Added In: 2205120021

    SCIM++ Properties:

    • idcsCompositeKey: [idpGroup]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    JitUserProvGroupSamlAttributeName string

    (Updatable) Name of the assertion attribute containing the users groups

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Set to true to indicate JIT User Provisioning Groups should be assigned from a static list

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    JitUserProvIgnoreErrorOnAbsentGroups bool

    (Updatable) Set to true to indicate ignoring absence of group while provisioning

    Added In: 2111112015

    SCIM++ Properties:

    • caseExact: false
    • idcsAddedSinceVersion: 30
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    LastNotificationSentTime string

    (Updatable) Records the notification timestamp for the IdP whose signing certificate is about to expire

    Added In: 2302092332

    SCIM++ Properties:

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

    (Updatable) HTTP binding to use for logout.

    SCIM++ Properties:

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

    (Updatable) Set to true to enable logout.

    SCIM++ Properties:

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

    (Updatable) Logout request URL

    SCIM++ Properties:

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

    (Updatable) Logout response URL

    SCIM++ Properties:

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

    (Updatable) Metadata

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Metas List<DomainsIdentityProviderMeta>

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

    SCIM++ Properties:

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

    (Updatable) Default authentication request name ID format.

    SCIM++ Properties:

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

    (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: string
    • uniqueness: global
    PartnerName string

    (Updatable) Unique name of the trusted Identity Provider.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: string
    • uniqueness: server
    PartnerProviderId string

    (Updatable) Provider ID

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: server
    RequestedAuthenticationContexts List<string>

    (Updatable) SAML SP authentication type.

    Added In: 2102181953

    SCIM++ Properties:

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

    (Updatable) This SP requires requests SAML IdP to enforce re-authentication.

    Added In: 2102181953

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    RequiresEncryptedAssertion bool

    (Updatable) SAML SP must accept encrypted assertion only.

    Added In: 2102181953

    SCIM++ Properties:

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

    (Updatable) SAML SP HoK Enabled.

    Added In: 2102181953

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    Schemas List<string>

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

    SCIM++ Properties:

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

    (Updatable) The serviceInstanceIdentifier of the App that hosts this IdP. This value will match the opcServiceInstanceGUID of any service-instance that the IdP represents.

    Added In: 18.2.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: never
    • type: string
    • uniqueness: server
    ShownOnLoginPage bool

    (Updatable) Set to true to indicate whether to show IdP in login page or not.

    SCIM++ Properties:

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

    (Updatable) Signature hash algorithm.

    SCIM++ Properties:

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

    (Updatable) Signing certificate

    SCIM++ Properties:

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

    (Updatable) Succinct ID

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: server
    Tags List<DomainsIdentityProviderTag>

    (Updatable) A list of tags on this resource.

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

    (Updatable) The alternate Provider ID to be used as the Oracle Identity Cloud Service providerID (instead of the one in SamlSettings) when interacting with this IdP.

    Added In: 19.2.1

    SCIM++ Properties:

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

    (Updatable) Identity Provider Type

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    UrnietfparamsscimschemasoracleidcsextensionsocialIdentityProvider DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionsocialIdentityProvider
    (Updatable) Social Identity Provider Extension Schema
    Urnietfparamsscimschemasoracleidcsextensionx509identityProvider DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionx509identityProvider
    (Updatable) X509 Identity Provider Extension Schema
    UserMappingMethod string

    (Updatable) User mapping method.

    Deprecated Since: 20.1.3

    SCIM++ Properties:

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

    (Updatable) This property specifies the userstore attribute value that must match the incoming assertion attribute value or the incoming nameid attribute value in order to identify the user during SSO.You can construct the userMappingStoreAttribute value by specifying attributes from the Oracle Identity Cloud Service Core Users schema. For examples of how to construct the userMappingStoreAttribute value, see the Example of a Request Body section of the Examples tab for the POST and PUT methods of the /IdentityProviders endpoint.

    Deprecated Since: 20.1.3

    SCIM++ Properties:

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

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

    AssertionAttribute string

    (Updatable) Assertion attribute name.

    Deprecated Since: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    • idcsValuePersistedInOtherAttribute: true
    AttributeSets []string
    (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
    Attributes string
    (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
    AuthnRequestBinding string

    (Updatable) HTTP binding to use for authentication requests.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Authorization string
    (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    CompartmentOcid string

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

    SCIM++ Properties:

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

    (Updatable) Correlation policy

    Added In: 20.1.3

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

    (Updatable) Description

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

    (Updatable) Set to true to indicate Partner enabled.

    SCIM++ Properties:

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

    (Updatable) Encryption certificate

    SCIM++ Properties:

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

    (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.

    SCIM++ Properties:

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

    (Updatable) Identity Provider Icon URL.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    IdcsCreatedBies []DomainsIdentityProviderIdcsCreatedByArgs

    (Updatable) The User or App who created the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: complex
    IdcsEndpoint string
    The basic endpoint for the identity domain
    IdcsLastModifiedBies []DomainsIdentityProviderIdcsLastModifiedByArgs

    (Updatable) The User or App who modified the Resource

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    IdpSsoUrl string

    (Updatable) Identity Provider SSO URL

    SCIM++ Properties:

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

    (Updatable) Set to true to include the signing certificate in the signature.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    JitUserProvAssignedGroups []DomainsIdentityProviderJitUserProvAssignedGroupArgs

    (Updatable) Refers to every group of which a JIT-provisioned User should be a member. Just-in-Time user-provisioning applies this static list when jitUserProvGroupStaticListEnabled:true.

    Added In: 20.1.3

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    JitUserProvAttributeUpdateEnabled bool

    (Updatable) Set to true to indicate JIT User Creation is enabled

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    JitUserProvAttributes DomainsIdentityProviderJitUserProvAttributesArgs

    (Updatable) Assertion To User Mapping

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsCompositeKey: [value]
    • idcsSearchable: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    JitUserProvCreateUserEnabled bool

    (Updatable) Set to true to indicate JIT User Creation is enabled

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    JitUserProvEnabled bool

    (Updatable) Set to true to indicate JIT User Provisioning is enabled

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    JitUserProvGroupAssertionAttributeEnabled bool

    (Updatable) Set to true to indicate JIT User Provisioning Groups should be assigned based on assertion attribute

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) The default value is 'Overwrite', which tells Just-In-Time user-provisioning to replace any current group-assignments for a User with those assigned by assertions and/or those assigned statically. Specify 'Merge' if you want Just-In-Time user-provisioning to combine its group-assignments with those the user already has.

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Property to indicate the mode of group mapping

    Added In: 2205120021

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    JitUserProvGroupMappings []DomainsIdentityProviderJitUserProvGroupMappingArgs

    (Updatable) The list of mappings between the Identity Domain Group and the IDP group.

    Added In: 2205120021

    SCIM++ Properties:

    • idcsCompositeKey: [idpGroup]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    JitUserProvGroupSamlAttributeName string

    (Updatable) Name of the assertion attribute containing the users groups

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Set to true to indicate JIT User Provisioning Groups should be assigned from a static list

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    JitUserProvIgnoreErrorOnAbsentGroups bool

    (Updatable) Set to true to indicate ignoring absence of group while provisioning

    Added In: 2111112015

    SCIM++ Properties:

    • caseExact: false
    • idcsAddedSinceVersion: 30
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    LastNotificationSentTime string

    (Updatable) Records the notification timestamp for the IdP whose signing certificate is about to expire

    Added In: 2302092332

    SCIM++ Properties:

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

    (Updatable) HTTP binding to use for logout.

    SCIM++ Properties:

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

    (Updatable) Set to true to enable logout.

    SCIM++ Properties:

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

    (Updatable) Logout request URL

    SCIM++ Properties:

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

    (Updatable) Logout response URL

    SCIM++ Properties:

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

    (Updatable) Metadata

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    Metas []DomainsIdentityProviderMetaArgs

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

    SCIM++ Properties:

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

    (Updatable) Default authentication request name ID format.

    SCIM++ Properties:

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

    (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: string
    • uniqueness: global
    PartnerName string

    (Updatable) Unique name of the trusted Identity Provider.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: string
    • uniqueness: server
    PartnerProviderId string

    (Updatable) Provider ID

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: server
    RequestedAuthenticationContexts []string

    (Updatable) SAML SP authentication type.

    Added In: 2102181953

    SCIM++ Properties:

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

    (Updatable) This SP requires requests SAML IdP to enforce re-authentication.

    Added In: 2102181953

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    RequiresEncryptedAssertion bool

    (Updatable) SAML SP must accept encrypted assertion only.

    Added In: 2102181953

    SCIM++ Properties:

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

    (Updatable) SAML SP HoK Enabled.

    Added In: 2102181953

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

    (Updatable) The serviceInstanceIdentifier of the App that hosts this IdP. This value will match the opcServiceInstanceGUID of any service-instance that the IdP represents.

    Added In: 18.2.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: never
    • type: string
    • uniqueness: server
    ShownOnLoginPage bool

    (Updatable) Set to true to indicate whether to show IdP in login page or not.

    SCIM++ Properties:

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

    (Updatable) Signature hash algorithm.

    SCIM++ Properties:

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

    (Updatable) Signing certificate

    SCIM++ Properties:

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

    (Updatable) Succinct ID

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: server
    Tags []DomainsIdentityProviderTagArgs

    (Updatable) A list of tags on this resource.

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

    (Updatable) The alternate Provider ID to be used as the Oracle Identity Cloud Service providerID (instead of the one in SamlSettings) when interacting with this IdP.

    Added In: 19.2.1

    SCIM++ Properties:

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

    (Updatable) Identity Provider Type

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    UrnietfparamsscimschemasoracleidcsextensionsocialIdentityProvider DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionsocialIdentityProviderArgs
    (Updatable) Social Identity Provider Extension Schema
    Urnietfparamsscimschemasoracleidcsextensionx509identityProvider DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionx509identityProviderArgs
    (Updatable) X509 Identity Provider Extension Schema
    UserMappingMethod string

    (Updatable) User mapping method.

    Deprecated Since: 20.1.3

    SCIM++ Properties:

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

    (Updatable) This property specifies the userstore attribute value that must match the incoming assertion attribute value or the incoming nameid attribute value in order to identify the user during SSO.You can construct the userMappingStoreAttribute value by specifying attributes from the Oracle Identity Cloud Service Core Users schema. For examples of how to construct the userMappingStoreAttribute value, see the Example of a Request Body section of the Examples tab for the POST and PUT methods of the /IdentityProviders endpoint.

    Deprecated Since: 20.1.3

    SCIM++ Properties:

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

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

    assertionAttribute String

    (Updatable) Assertion attribute name.

    Deprecated Since: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    • idcsValuePersistedInOtherAttribute: true
    attributeSets List<String>
    (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
    attributes String
    (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
    authnRequestBinding String

    (Updatable) HTTP binding to use for authentication requests.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    authorization String
    (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    compartmentOcid String

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

    SCIM++ Properties:

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

    (Updatable) Correlation policy

    Added In: 20.1.3

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

    (Updatable) Description

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

    (Updatable) Set to true to indicate Partner enabled.

    SCIM++ Properties:

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

    (Updatable) Encryption certificate

    SCIM++ Properties:

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

    (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    iconUrl String

    (Updatable) Identity Provider Icon URL.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    idcsCreatedBies List<DomainsProviderIdcsCreatedBy>

    (Updatable) The User or App who created the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: complex
    idcsEndpoint String
    The basic endpoint for the identity domain
    idcsLastModifiedBies List<DomainsProviderIdcsLastModifiedBy>

    (Updatable) The User or App who modified the Resource

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    idpSsoUrl String

    (Updatable) Identity Provider SSO URL

    SCIM++ Properties:

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

    (Updatable) Set to true to include the signing certificate in the signature.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jitUserProvAssignedGroups List<DomainsProviderJitUserProvAssignedGroup>

    (Updatable) Refers to every group of which a JIT-provisioned User should be a member. Just-in-Time user-provisioning applies this static list when jitUserProvGroupStaticListEnabled:true.

    Added In: 20.1.3

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    jitUserProvAttributeUpdateEnabled Boolean

    (Updatable) Set to true to indicate JIT User Creation is enabled

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jitUserProvAttributes DomainsProviderJitUserProvAttributes

    (Updatable) Assertion To User Mapping

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsCompositeKey: [value]
    • idcsSearchable: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    jitUserProvCreateUserEnabled Boolean

    (Updatable) Set to true to indicate JIT User Creation is enabled

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jitUserProvEnabled Boolean

    (Updatable) Set to true to indicate JIT User Provisioning is enabled

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jitUserProvGroupAssertionAttributeEnabled Boolean

    (Updatable) Set to true to indicate JIT User Provisioning Groups should be assigned based on assertion attribute

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jitUserProvGroupAssignmentMethod String

    (Updatable) The default value is 'Overwrite', which tells Just-In-Time user-provisioning to replace any current group-assignments for a User with those assigned by assertions and/or those assigned statically. Specify 'Merge' if you want Just-In-Time user-provisioning to combine its group-assignments with those the user already has.

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Property to indicate the mode of group mapping

    Added In: 2205120021

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    jitUserProvGroupMappings List<DomainsProviderJitUserProvGroupMapping>

    (Updatable) The list of mappings between the Identity Domain Group and the IDP group.

    Added In: 2205120021

    SCIM++ Properties:

    • idcsCompositeKey: [idpGroup]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    jitUserProvGroupSamlAttributeName String

    (Updatable) Name of the assertion attribute containing the users groups

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Set to true to indicate JIT User Provisioning Groups should be assigned from a static list

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jitUserProvIgnoreErrorOnAbsentGroups Boolean

    (Updatable) Set to true to indicate ignoring absence of group while provisioning

    Added In: 2111112015

    SCIM++ Properties:

    • caseExact: false
    • idcsAddedSinceVersion: 30
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    lastNotificationSentTime String

    (Updatable) Records the notification timestamp for the IdP whose signing certificate is about to expire

    Added In: 2302092332

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    logoutBinding String

    (Updatable) HTTP binding to use for logout.

    SCIM++ Properties:

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

    (Updatable) Set to true to enable logout.

    SCIM++ Properties:

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

    (Updatable) Logout request URL

    SCIM++ Properties:

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

    (Updatable) Logout response URL

    SCIM++ Properties:

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

    (Updatable) Metadata

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    metas List<DomainsProviderMeta>

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

    SCIM++ Properties:

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

    (Updatable) Default authentication request name ID format.

    SCIM++ Properties:

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

    (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: string
    • uniqueness: global
    partnerName String

    (Updatable) Unique name of the trusted Identity Provider.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: string
    • uniqueness: server
    partnerProviderId String

    (Updatable) Provider ID

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: server
    requestedAuthenticationContexts List<String>

    (Updatable) SAML SP authentication type.

    Added In: 2102181953

    SCIM++ Properties:

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

    (Updatable) This SP requires requests SAML IdP to enforce re-authentication.

    Added In: 2102181953

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    requiresEncryptedAssertion Boolean

    (Updatable) SAML SP must accept encrypted assertion only.

    Added In: 2102181953

    SCIM++ Properties:

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

    (Updatable) SAML SP HoK Enabled.

    Added In: 2102181953

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    schemas List<String>

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

    SCIM++ Properties:

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

    (Updatable) The serviceInstanceIdentifier of the App that hosts this IdP. This value will match the opcServiceInstanceGUID of any service-instance that the IdP represents.

    Added In: 18.2.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: never
    • type: string
    • uniqueness: server
    shownOnLoginPage Boolean

    (Updatable) Set to true to indicate whether to show IdP in login page or not.

    SCIM++ Properties:

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

    (Updatable) Signature hash algorithm.

    SCIM++ Properties:

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

    (Updatable) Signing certificate

    SCIM++ Properties:

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

    (Updatable) Succinct ID

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: server
    tags List<DomainsProviderTag>

    (Updatable) A list of tags on this resource.

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

    (Updatable) The alternate Provider ID to be used as the Oracle Identity Cloud Service providerID (instead of the one in SamlSettings) when interacting with this IdP.

    Added In: 19.2.1

    SCIM++ Properties:

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

    (Updatable) Identity Provider Type

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    urnietfparamsscimschemasoracleidcsextensionsocialIdentityProvider DomainsProviderUrnietfparamsscimschemasoracleidcsextensionsocialProvider
    (Updatable) Social Identity Provider Extension Schema
    urnietfparamsscimschemasoracleidcsextensionx509identityProvider DomainsProviderUrnietfparamsscimschemasoracleidcsextensionx509identityProvider
    (Updatable) X509 Identity Provider Extension Schema
    userMappingMethod String

    (Updatable) User mapping method.

    Deprecated Since: 20.1.3

    SCIM++ Properties:

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

    (Updatable) This property specifies the userstore attribute value that must match the incoming assertion attribute value or the incoming nameid attribute value in order to identify the user during SSO.You can construct the userMappingStoreAttribute value by specifying attributes from the Oracle Identity Cloud Service Core Users schema. For examples of how to construct the userMappingStoreAttribute value, see the Example of a Request Body section of the Examples tab for the POST and PUT methods of the /IdentityProviders endpoint.

    Deprecated Since: 20.1.3

    SCIM++ Properties:

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

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

    assertionAttribute string

    (Updatable) Assertion attribute name.

    Deprecated Since: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    • idcsValuePersistedInOtherAttribute: true
    attributeSets string[]
    (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
    attributes string
    (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
    authnRequestBinding string

    (Updatable) HTTP binding to use for authentication requests.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    authorization string
    (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    compartmentOcid string

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

    SCIM++ Properties:

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

    (Updatable) Correlation policy

    Added In: 20.1.3

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

    (Updatable) Description

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

    (Updatable) Set to true to indicate Partner enabled.

    SCIM++ Properties:

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

    (Updatable) Encryption certificate

    SCIM++ Properties:

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

    (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.

    SCIM++ Properties:

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

    (Updatable) Identity Provider Icon URL.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    idcsCreatedBies DomainsIdentityProviderIdcsCreatedBy[]

    (Updatable) The User or App who created the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: complex
    idcsEndpoint string
    The basic endpoint for the identity domain
    idcsLastModifiedBies DomainsIdentityProviderIdcsLastModifiedBy[]

    (Updatable) The User or App who modified the Resource

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    idpSsoUrl string

    (Updatable) Identity Provider SSO URL

    SCIM++ Properties:

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

    (Updatable) Set to true to include the signing certificate in the signature.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jitUserProvAssignedGroups DomainsIdentityProviderJitUserProvAssignedGroup[]

    (Updatable) Refers to every group of which a JIT-provisioned User should be a member. Just-in-Time user-provisioning applies this static list when jitUserProvGroupStaticListEnabled:true.

    Added In: 20.1.3

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    jitUserProvAttributeUpdateEnabled boolean

    (Updatable) Set to true to indicate JIT User Creation is enabled

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jitUserProvAttributes DomainsIdentityProviderJitUserProvAttributes

    (Updatable) Assertion To User Mapping

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsCompositeKey: [value]
    • idcsSearchable: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    jitUserProvCreateUserEnabled boolean

    (Updatable) Set to true to indicate JIT User Creation is enabled

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jitUserProvEnabled boolean

    (Updatable) Set to true to indicate JIT User Provisioning is enabled

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jitUserProvGroupAssertionAttributeEnabled boolean

    (Updatable) Set to true to indicate JIT User Provisioning Groups should be assigned based on assertion attribute

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) The default value is 'Overwrite', which tells Just-In-Time user-provisioning to replace any current group-assignments for a User with those assigned by assertions and/or those assigned statically. Specify 'Merge' if you want Just-In-Time user-provisioning to combine its group-assignments with those the user already has.

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Property to indicate the mode of group mapping

    Added In: 2205120021

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    jitUserProvGroupMappings DomainsIdentityProviderJitUserProvGroupMapping[]

    (Updatable) The list of mappings between the Identity Domain Group and the IDP group.

    Added In: 2205120021

    SCIM++ Properties:

    • idcsCompositeKey: [idpGroup]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    jitUserProvGroupSamlAttributeName string

    (Updatable) Name of the assertion attribute containing the users groups

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Set to true to indicate JIT User Provisioning Groups should be assigned from a static list

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jitUserProvIgnoreErrorOnAbsentGroups boolean

    (Updatable) Set to true to indicate ignoring absence of group while provisioning

    Added In: 2111112015

    SCIM++ Properties:

    • caseExact: false
    • idcsAddedSinceVersion: 30
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    lastNotificationSentTime string

    (Updatable) Records the notification timestamp for the IdP whose signing certificate is about to expire

    Added In: 2302092332

    SCIM++ Properties:

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

    (Updatable) HTTP binding to use for logout.

    SCIM++ Properties:

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

    (Updatable) Set to true to enable logout.

    SCIM++ Properties:

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

    (Updatable) Logout request URL

    SCIM++ Properties:

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

    (Updatable) Logout response URL

    SCIM++ Properties:

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

    (Updatable) Metadata

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    metas DomainsIdentityProviderMeta[]

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

    SCIM++ Properties:

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

    (Updatable) Default authentication request name ID format.

    SCIM++ Properties:

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

    (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: string
    • uniqueness: global
    partnerName string

    (Updatable) Unique name of the trusted Identity Provider.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: string
    • uniqueness: server
    partnerProviderId string

    (Updatable) Provider ID

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: server
    requestedAuthenticationContexts string[]

    (Updatable) SAML SP authentication type.

    Added In: 2102181953

    SCIM++ Properties:

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

    (Updatable) This SP requires requests SAML IdP to enforce re-authentication.

    Added In: 2102181953

    SCIM++ Properties:

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

    (Updatable) SAML SP must accept encrypted assertion only.

    Added In: 2102181953

    SCIM++ Properties:

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

    (Updatable) SAML SP HoK Enabled.

    Added In: 2102181953

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

    (Updatable) The serviceInstanceIdentifier of the App that hosts this IdP. This value will match the opcServiceInstanceGUID of any service-instance that the IdP represents.

    Added In: 18.2.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: never
    • type: string
    • uniqueness: server
    shownOnLoginPage boolean

    (Updatable) Set to true to indicate whether to show IdP in login page or not.

    SCIM++ Properties:

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

    (Updatable) Signature hash algorithm.

    SCIM++ Properties:

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

    (Updatable) Signing certificate

    SCIM++ Properties:

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

    (Updatable) Succinct ID

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: server
    tags DomainsIdentityProviderTag[]

    (Updatable) A list of tags on this resource.

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

    (Updatable) The alternate Provider ID to be used as the Oracle Identity Cloud Service providerID (instead of the one in SamlSettings) when interacting with this IdP.

    Added In: 19.2.1

    SCIM++ Properties:

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

    (Updatable) Identity Provider Type

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    urnietfparamsscimschemasoracleidcsextensionsocialIdentityProvider DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionsocialIdentityProvider
    (Updatable) Social Identity Provider Extension Schema
    urnietfparamsscimschemasoracleidcsextensionx509identityProvider DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionx509identityProvider
    (Updatable) X509 Identity Provider Extension Schema
    userMappingMethod string

    (Updatable) User mapping method.

    Deprecated Since: 20.1.3

    SCIM++ Properties:

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

    (Updatable) This property specifies the userstore attribute value that must match the incoming assertion attribute value or the incoming nameid attribute value in order to identify the user during SSO.You can construct the userMappingStoreAttribute value by specifying attributes from the Oracle Identity Cloud Service Core Users schema. For examples of how to construct the userMappingStoreAttribute value, see the Example of a Request Body section of the Examples tab for the POST and PUT methods of the /IdentityProviders endpoint.

    Deprecated Since: 20.1.3

    SCIM++ Properties:

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

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

    assertion_attribute str

    (Updatable) Assertion attribute name.

    Deprecated Since: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    • idcsValuePersistedInOtherAttribute: true
    attribute_sets Sequence[str]
    (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
    attributes str
    (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
    authn_request_binding str

    (Updatable) HTTP binding to use for authentication requests.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    authorization str
    (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    compartment_ocid str

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

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    correlation_policy identity.DomainsIdentityProviderCorrelationPolicyArgs

    (Updatable) Correlation policy

    Added In: 20.1.3

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

    (Updatable) Description

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

    (Updatable) Set to true to indicate Partner enabled.

    SCIM++ Properties:

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

    (Updatable) Encryption certificate

    SCIM++ Properties:

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

    (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    icon_url str

    (Updatable) Identity Provider Icon URL.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    idcs_created_bies Sequence[identity.DomainsIdentityProviderIdcsCreatedByArgs]

    (Updatable) The User or App who created the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: complex
    idcs_endpoint str
    The basic endpoint for the identity domain
    idcs_last_modified_bies Sequence[identity.DomainsIdentityProviderIdcsLastModifiedByArgs]

    (Updatable) The User or App who modified the Resource

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    idp_sso_url str

    (Updatable) Identity Provider SSO URL

    SCIM++ Properties:

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

    (Updatable) Set to true to include the signing certificate in the signature.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jit_user_prov_assigned_groups Sequence[identity.DomainsIdentityProviderJitUserProvAssignedGroupArgs]

    (Updatable) Refers to every group of which a JIT-provisioned User should be a member. Just-in-Time user-provisioning applies this static list when jitUserProvGroupStaticListEnabled:true.

    Added In: 20.1.3

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    jit_user_prov_attribute_update_enabled bool

    (Updatable) Set to true to indicate JIT User Creation is enabled

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jit_user_prov_attributes identity.DomainsIdentityProviderJitUserProvAttributesArgs

    (Updatable) Assertion To User Mapping

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsCompositeKey: [value]
    • idcsSearchable: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    jit_user_prov_create_user_enabled bool

    (Updatable) Set to true to indicate JIT User Creation is enabled

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jit_user_prov_enabled bool

    (Updatable) Set to true to indicate JIT User Provisioning is enabled

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jit_user_prov_group_assertion_attribute_enabled bool

    (Updatable) Set to true to indicate JIT User Provisioning Groups should be assigned based on assertion attribute

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jit_user_prov_group_assignment_method str

    (Updatable) The default value is 'Overwrite', which tells Just-In-Time user-provisioning to replace any current group-assignments for a User with those assigned by assertions and/or those assigned statically. Specify 'Merge' if you want Just-In-Time user-provisioning to combine its group-assignments with those the user already has.

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Property to indicate the mode of group mapping

    Added In: 2205120021

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    jit_user_prov_group_mappings Sequence[identity.DomainsIdentityProviderJitUserProvGroupMappingArgs]

    (Updatable) The list of mappings between the Identity Domain Group and the IDP group.

    Added In: 2205120021

    SCIM++ Properties:

    • idcsCompositeKey: [idpGroup]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    jit_user_prov_group_saml_attribute_name str

    (Updatable) Name of the assertion attribute containing the users groups

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Set to true to indicate JIT User Provisioning Groups should be assigned from a static list

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jit_user_prov_ignore_error_on_absent_groups bool

    (Updatable) Set to true to indicate ignoring absence of group while provisioning

    Added In: 2111112015

    SCIM++ Properties:

    • caseExact: false
    • idcsAddedSinceVersion: 30
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    last_notification_sent_time str

    (Updatable) Records the notification timestamp for the IdP whose signing certificate is about to expire

    Added In: 2302092332

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    logout_binding str

    (Updatable) HTTP binding to use for logout.

    SCIM++ Properties:

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

    (Updatable) Set to true to enable logout.

    SCIM++ Properties:

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

    (Updatable) Logout request URL

    SCIM++ Properties:

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

    (Updatable) Logout response URL

    SCIM++ Properties:

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

    (Updatable) Metadata

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    metas Sequence[identity.DomainsIdentityProviderMetaArgs]

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

    SCIM++ Properties:

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

    (Updatable) Default authentication request name ID format.

    SCIM++ Properties:

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

    (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: string
    • uniqueness: global
    partner_name str

    (Updatable) Unique name of the trusted Identity Provider.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: string
    • uniqueness: server
    partner_provider_id str

    (Updatable) Provider ID

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: server
    requested_authentication_contexts Sequence[str]

    (Updatable) SAML SP authentication type.

    Added In: 2102181953

    SCIM++ Properties:

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

    (Updatable) This SP requires requests SAML IdP to enforce re-authentication.

    Added In: 2102181953

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    requires_encrypted_assertion bool

    (Updatable) SAML SP must accept encrypted assertion only.

    Added In: 2102181953

    SCIM++ Properties:

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

    (Updatable) SAML SP HoK Enabled.

    Added In: 2102181953

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    schemas Sequence[str]

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

    SCIM++ Properties:

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

    (Updatable) The serviceInstanceIdentifier of the App that hosts this IdP. This value will match the opcServiceInstanceGUID of any service-instance that the IdP represents.

    Added In: 18.2.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: never
    • type: string
    • uniqueness: server
    shown_on_login_page bool

    (Updatable) Set to true to indicate whether to show IdP in login page or not.

    SCIM++ Properties:

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

    (Updatable) Signature hash algorithm.

    SCIM++ Properties:

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

    (Updatable) Signing certificate

    SCIM++ Properties:

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

    (Updatable) Succinct ID

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: server
    tags Sequence[identity.DomainsIdentityProviderTagArgs]

    (Updatable) A list of tags on this resource.

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

    (Updatable) The alternate Provider ID to be used as the Oracle Identity Cloud Service providerID (instead of the one in SamlSettings) when interacting with this IdP.

    Added In: 19.2.1

    SCIM++ Properties:

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

    (Updatable) Identity Provider Type

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    urnietfparamsscimschemasoracleidcsextensionsocial_identity_provider identity.DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionsocialIdentityProviderArgs
    (Updatable) Social Identity Provider Extension Schema
    urnietfparamsscimschemasoracleidcsextensionx509identity_provider identity.DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionx509identityProviderArgs
    (Updatable) X509 Identity Provider Extension Schema
    user_mapping_method str

    (Updatable) User mapping method.

    Deprecated Since: 20.1.3

    SCIM++ Properties:

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

    (Updatable) This property specifies the userstore attribute value that must match the incoming assertion attribute value or the incoming nameid attribute value in order to identify the user during SSO.You can construct the userMappingStoreAttribute value by specifying attributes from the Oracle Identity Cloud Service Core Users schema. For examples of how to construct the userMappingStoreAttribute value, see the Example of a Request Body section of the Examples tab for the POST and PUT methods of the /IdentityProviders endpoint.

    Deprecated Since: 20.1.3

    SCIM++ Properties:

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

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

    assertionAttribute String

    (Updatable) Assertion attribute name.

    Deprecated Since: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    • idcsValuePersistedInOtherAttribute: true
    attributeSets List<String>
    (Updatable) A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
    attributes String
    (Updatable) A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
    authnRequestBinding String

    (Updatable) HTTP binding to use for authentication requests.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    authorization String
    (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
    compartmentOcid String

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

    SCIM++ Properties:

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

    (Updatable) Correlation policy

    Added In: 20.1.3

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

    (Updatable) Description

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

    (Updatable) Set to true to indicate Partner enabled.

    SCIM++ Properties:

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

    (Updatable) Encryption certificate

    SCIM++ Properties:

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

    (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.

    SCIM++ Properties:

    • caseExact: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    iconUrl String

    (Updatable) Identity Provider Icon URL.

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    idcsCreatedBies List<Property Map>

    (Updatable) The User or App who created the Resource

    SCIM++ Properties:

    • idcsSearchable: true
    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: complex
    idcsEndpoint String
    The basic endpoint for the identity domain
    idcsLastModifiedBies List<Property Map>

    (Updatable) The User or App who modified the Resource

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: true
    • mutability: readOnly
    • required: false
    • returned: request
    • type: string
    • uniqueness: none
    idpSsoUrl String

    (Updatable) Identity Provider SSO URL

    SCIM++ Properties:

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

    (Updatable) Set to true to include the signing certificate in the signature.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jitUserProvAssignedGroups List<Property Map>

    (Updatable) Refers to every group of which a JIT-provisioned User should be a member. Just-in-Time user-provisioning applies this static list when jitUserProvGroupStaticListEnabled:true.

    Added In: 20.1.3

    SCIM++ Properties:

    • idcsCompositeKey: [value]
    • idcsSearchable: false
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    jitUserProvAttributeUpdateEnabled Boolean

    (Updatable) Set to true to indicate JIT User Creation is enabled

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jitUserProvAttributes Property Map

    (Updatable) Assertion To User Mapping

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsCompositeKey: [value]
    • idcsSearchable: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    jitUserProvCreateUserEnabled Boolean

    (Updatable) Set to true to indicate JIT User Creation is enabled

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jitUserProvEnabled Boolean

    (Updatable) Set to true to indicate JIT User Provisioning is enabled

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jitUserProvGroupAssertionAttributeEnabled Boolean

    (Updatable) Set to true to indicate JIT User Provisioning Groups should be assigned based on assertion attribute

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jitUserProvGroupAssignmentMethod String

    (Updatable) The default value is 'Overwrite', which tells Just-In-Time user-provisioning to replace any current group-assignments for a User with those assigned by assertions and/or those assigned statically. Specify 'Merge' if you want Just-In-Time user-provisioning to combine its group-assignments with those the user already has.

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Property to indicate the mode of group mapping

    Added In: 2205120021

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    jitUserProvGroupMappings List<Property Map>

    (Updatable) The list of mappings between the Identity Domain Group and the IDP group.

    Added In: 2205120021

    SCIM++ Properties:

    • idcsCompositeKey: [idpGroup]
    • multiValued: true
    • mutability: readWrite
    • required: false
    • returned: default
    • type: complex
    • uniqueness: none
    jitUserProvGroupSamlAttributeName String

    (Updatable) Name of the assertion attribute containing the users groups

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Set to true to indicate JIT User Provisioning Groups should be assigned from a static list

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    jitUserProvIgnoreErrorOnAbsentGroups Boolean

    (Updatable) Set to true to indicate ignoring absence of group while provisioning

    Added In: 2111112015

    SCIM++ Properties:

    • caseExact: false
    • idcsAddedSinceVersion: 30
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    lastNotificationSentTime String

    (Updatable) Records the notification timestamp for the IdP whose signing certificate is about to expire

    Added In: 2302092332

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readOnly
    • required: false
    • returned: default
    • type: dateTime
    • uniqueness: none
    logoutBinding String

    (Updatable) HTTP binding to use for logout.

    SCIM++ Properties:

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

    (Updatable) Set to true to enable logout.

    SCIM++ Properties:

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

    (Updatable) Logout request URL

    SCIM++ Properties:

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

    (Updatable) Logout response URL

    SCIM++ Properties:

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

    (Updatable) Metadata

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

    (Updatable) Default authentication request name ID format.

    SCIM++ Properties:

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

    (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: string
    • uniqueness: global
    partnerName String

    (Updatable) Unique name of the trusted Identity Provider.

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: always
    • type: string
    • uniqueness: server
    partnerProviderId String

    (Updatable) Provider ID

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: server
    requestedAuthenticationContexts List<String>

    (Updatable) SAML SP authentication type.

    Added In: 2102181953

    SCIM++ Properties:

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

    (Updatable) This SP requires requests SAML IdP to enforce re-authentication.

    Added In: 2102181953

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    requiresEncryptedAssertion Boolean

    (Updatable) SAML SP must accept encrypted assertion only.

    Added In: 2102181953

    SCIM++ Properties:

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

    (Updatable) SAML SP HoK Enabled.

    Added In: 2102181953

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    schemas List<String>

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

    SCIM++ Properties:

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

    (Updatable) The serviceInstanceIdentifier of the App that hosts this IdP. This value will match the opcServiceInstanceGUID of any service-instance that the IdP represents.

    Added In: 18.2.6

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: never
    • type: string
    • uniqueness: server
    shownOnLoginPage Boolean

    (Updatable) Set to true to indicate whether to show IdP in login page or not.

    SCIM++ Properties:

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

    (Updatable) Signature hash algorithm.

    SCIM++ Properties:

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

    (Updatable) Signing certificate

    SCIM++ Properties:

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

    (Updatable) Succinct ID

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: server
    tags List<Property Map>

    (Updatable) A list of tags on this resource.

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

    (Updatable) The alternate Provider ID to be used as the Oracle Identity Cloud Service providerID (instead of the one in SamlSettings) when interacting with this IdP.

    Added In: 19.2.1

    SCIM++ Properties:

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

    (Updatable) Identity Provider Type

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: always
    • type: string
    • uniqueness: none
    urnietfparamsscimschemasoracleidcsextensionsocialIdentityProvider Property Map
    (Updatable) Social Identity Provider Extension Schema
    urnietfparamsscimschemasoracleidcsextensionx509identityProvider Property Map
    (Updatable) X509 Identity Provider Extension Schema
    userMappingMethod String

    (Updatable) User mapping method.

    Deprecated Since: 20.1.3

    SCIM++ Properties:

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

    (Updatable) This property specifies the userstore attribute value that must match the incoming assertion attribute value or the incoming nameid attribute value in order to identify the user during SSO.You can construct the userMappingStoreAttribute value by specifying attributes from the Oracle Identity Cloud Service Core Users schema. For examples of how to construct the userMappingStoreAttribute value, see the Example of a Request Body section of the Examples tab for the POST and PUT methods of the /IdentityProviders endpoint.

    Deprecated Since: 20.1.3

    SCIM++ Properties:

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

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

    Supporting Types

    DomainsIdentityProviderCorrelationPolicy, DomainsIdentityProviderCorrelationPolicyArgs

    Type string

    (Updatable) Identity Provider Type

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) A human readable name, primarily used for display purposes. READ-ONLY.

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Group URI

    Added In: 2205120021

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: reference
    Type string

    (Updatable) Identity Provider Type

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) A human readable name, primarily used for display purposes. READ-ONLY.

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Group URI

    Added In: 2205120021

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: reference
    type String

    (Updatable) Identity Provider Type

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) A human readable name, primarily used for display purposes. READ-ONLY.

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Group URI

    Added In: 2205120021

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: reference
    type string

    (Updatable) Identity Provider Type

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) A human readable name, primarily used for display purposes. READ-ONLY.

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Group URI

    Added In: 2205120021

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: reference
    type str

    (Updatable) Identity Provider Type

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) A human readable name, primarily used for display purposes. READ-ONLY.

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Group URI

    Added In: 2205120021

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: reference
    type String

    (Updatable) Identity Provider Type

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) A human readable name, primarily used for display purposes. READ-ONLY.

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Group URI

    Added In: 2205120021

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: reference

    DomainsIdentityProviderIdcsCreatedBy, DomainsIdentityProviderIdcsCreatedByArgs

    Value string

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) A human readable name, primarily used for display purposes. READ-ONLY.

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: string
    • uniqueness: global
    Ref string

    (Updatable) Group URI

    Added In: 2205120021

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: reference
    Type string

    (Updatable) Identity Provider Type

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) A human readable name, primarily used for display purposes. READ-ONLY.

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: string
    • uniqueness: global
    Ref string

    (Updatable) Group URI

    Added In: 2205120021

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: reference
    Type string

    (Updatable) Identity Provider Type

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) A human readable name, primarily used for display purposes. READ-ONLY.

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.

    SCIM++ Properties:

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

    (Updatable) Group URI

    Added In: 2205120021

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: reference
    type String

    (Updatable) Identity Provider Type

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) A human readable name, primarily used for display purposes. READ-ONLY.

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: string
    • uniqueness: global
    ref string

    (Updatable) Group URI

    Added In: 2205120021

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: reference
    type string

    (Updatable) Identity Provider Type

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) A human readable name, primarily used for display purposes. READ-ONLY.

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.

    SCIM++ Properties:

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

    (Updatable) Group URI

    Added In: 2205120021

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: reference
    type str

    (Updatable) Identity Provider Type

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) A human readable name, primarily used for display purposes. READ-ONLY.

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.

    SCIM++ Properties:

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

    (Updatable) Group URI

    Added In: 2205120021

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: reference
    type String

    (Updatable) Identity Provider Type

    Added In: 20.1.3

    SCIM++ Properties:

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

    DomainsIdentityProviderIdcsLastModifiedBy, DomainsIdentityProviderIdcsLastModifiedByArgs

    Value string

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) A human readable name, primarily used for display purposes. READ-ONLY.

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: string
    • uniqueness: global
    Ref string

    (Updatable) Group URI

    Added In: 2205120021

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: reference
    Type string

    (Updatable) Identity Provider Type

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) A human readable name, primarily used for display purposes. READ-ONLY.

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: string
    • uniqueness: global
    Ref string

    (Updatable) Group URI

    Added In: 2205120021

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: reference
    Type string

    (Updatable) Identity Provider Type

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) A human readable name, primarily used for display purposes. READ-ONLY.

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.

    SCIM++ Properties:

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

    (Updatable) Group URI

    Added In: 2205120021

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: reference
    type String

    (Updatable) Identity Provider Type

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) A human readable name, primarily used for display purposes. READ-ONLY.

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: true
    • multiValued: false
    • mutability: immutable
    • required: false
    • returned: default
    • type: string
    • uniqueness: global
    ref string

    (Updatable) Group URI

    Added In: 2205120021

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: reference
    type string

    (Updatable) Identity Provider Type

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) A human readable name, primarily used for display purposes. READ-ONLY.

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.

    SCIM++ Properties:

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

    (Updatable) Group URI

    Added In: 2205120021

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: reference
    type str

    (Updatable) Identity Provider Type

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) A human readable name, primarily used for display purposes. READ-ONLY.

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.

    SCIM++ Properties:

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

    (Updatable) Group URI

    Added In: 2205120021

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: reference
    type String

    (Updatable) Identity Provider Type

    Added In: 20.1.3

    SCIM++ Properties:

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

    DomainsIdentityProviderJitUserProvAssignedGroup, DomainsIdentityProviderJitUserProvAssignedGroupArgs

    Value string

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) A human readable name, primarily used for display purposes. READ-ONLY.

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Group URI

    Added In: 2205120021

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: reference
    Value string

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) A human readable name, primarily used for display purposes. READ-ONLY.

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Group URI

    Added In: 2205120021

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: reference
    value String

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) A human readable name, primarily used for display purposes. READ-ONLY.

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Group URI

    Added In: 2205120021

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: reference
    value string

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) A human readable name, primarily used for display purposes. READ-ONLY.

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Group URI

    Added In: 2205120021

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: reference
    value str

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) A human readable name, primarily used for display purposes. READ-ONLY.

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Group URI

    Added In: 2205120021

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: reference
    value String

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) A human readable name, primarily used for display purposes. READ-ONLY.

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Group URI

    Added In: 2205120021

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: reference

    DomainsIdentityProviderJitUserProvAttributes, DomainsIdentityProviderJitUserProvAttributesArgs

    Value string

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) Group URI

    Added In: 2205120021

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: reference
    Value string

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) Group URI

    Added In: 2205120021

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: reference
    value String

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) Group URI

    Added In: 2205120021

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: reference
    value string

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) Group URI

    Added In: 2205120021

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: reference
    value str

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) Group URI

    Added In: 2205120021

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: reference
    value String

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) Group URI

    Added In: 2205120021

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: reference

    DomainsIdentityProviderJitUserProvGroupMapping, DomainsIdentityProviderJitUserProvGroupMappingArgs

    IdpGroup string

    (Updatable) IDP Group Name

    Added In: 2205120021

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • type: string
    Value string

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) Group URI

    Added In: 2205120021

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: reference
    IdpGroup string

    (Updatable) IDP Group Name

    Added In: 2205120021

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • type: string
    Value string

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) Group URI

    Added In: 2205120021

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: reference
    idpGroup String

    (Updatable) IDP Group Name

    Added In: 2205120021

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • type: string
    value String

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) Group URI

    Added In: 2205120021

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: reference
    idpGroup string

    (Updatable) IDP Group Name

    Added In: 2205120021

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • type: string
    value string

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) Group URI

    Added In: 2205120021

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: reference
    idp_group str

    (Updatable) IDP Group Name

    Added In: 2205120021

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • type: string
    value str

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) Group URI

    Added In: 2205120021

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: reference
    idpGroup String

    (Updatable) IDP Group Name

    Added In: 2205120021

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • type: string
    value String

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) Group URI

    Added In: 2205120021

    SCIM++ Properties:

    • multiValued: false
    • mutability: readOnly
    • required: true
    • returned: default
    • type: reference

    DomainsIdentityProviderMeta, DomainsIdentityProviderMetaArgs

    Created string

    (Updatable) The DateTime the Resource was added to the Service Provider

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

    (Updatable) The DateTime the Resource was added to the Service Provider

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

    (Updatable) The DateTime the Resource was added to the Service Provider

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

    (Updatable) The DateTime the Resource was added to the Service Provider

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

    (Updatable) The DateTime the Resource was added to the Service Provider

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

    (Updatable) The DateTime the Resource was added to the Service Provider

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

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

    SCIM++ Properties:

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

    DomainsIdentityProviderTag, DomainsIdentityProviderTagArgs

    Key string

    (Updatable) Key or name of the tag.

    SCIM++ Properties:

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

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) Key or name of the tag.

    SCIM++ Properties:

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

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) Key or name of the tag.

    SCIM++ Properties:

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

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) Key or name of the tag.

    SCIM++ Properties:

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

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) Key or name of the tag.

    SCIM++ Properties:

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

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    (Updatable) Key or name of the tag.

    SCIM++ Properties:

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

    (Updatable) Value of the tag.

    SCIM++ Properties:

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

    DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionsocialIdentityProvider, DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionsocialIdentityProviderArgs

    AccountLinkingEnabled bool

    (Updatable) Whether account linking is enabled

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Social IDP Client Application Client ID

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Social IDP Client Application Client Secret

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Whether registration is enabled

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Service Provider Name

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Social IDP Access token URL

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Admin scope to request

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Social IDP Authorization URL

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Whether the client credential is contained in payload

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    ClockSkewInSeconds int

    (Updatable) Social IDP allowed clock skew time

    Added In: 20.1.3

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    DiscoveryUrl string

    (Updatable) Discovery URL

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Id attribute used for account linking

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Social IDP User profile URL

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) redirect URL for social idp

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Scope to request

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Status

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Whether account linking is enabled

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Social IDP Client Application Client ID

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Social IDP Client Application Client Secret

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Whether registration is enabled

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Service Provider Name

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Social IDP Access token URL

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Admin scope to request

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Social IDP Authorization URL

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Whether the client credential is contained in payload

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    ClockSkewInSeconds int

    (Updatable) Social IDP allowed clock skew time

    Added In: 20.1.3

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    DiscoveryUrl string

    (Updatable) Discovery URL

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Id attribute used for account linking

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Social IDP User profile URL

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) redirect URL for social idp

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Scope to request

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Status

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Whether account linking is enabled

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Social IDP Client Application Client ID

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Social IDP Client Application Client Secret

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Whether registration is enabled

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Service Provider Name

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Social IDP Access token URL

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    adminScopes List<String>

    (Updatable) Admin scope to request

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Social IDP Authorization URL

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Whether the client credential is contained in payload

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    clockSkewInSeconds Integer

    (Updatable) Social IDP allowed clock skew time

    Added In: 20.1.3

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    discoveryUrl String

    (Updatable) Discovery URL

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Id attribute used for account linking

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Social IDP User profile URL

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) redirect URL for social idp

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    scopes List<String>

    (Updatable) Scope to request

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Status

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Whether account linking is enabled

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Social IDP Client Application Client ID

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Social IDP Client Application Client Secret

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Whether registration is enabled

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Service Provider Name

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Social IDP Access token URL

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Admin scope to request

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Social IDP Authorization URL

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Whether the client credential is contained in payload

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    clockSkewInSeconds number

    (Updatable) Social IDP allowed clock skew time

    Added In: 20.1.3

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    discoveryUrl string

    (Updatable) Discovery URL

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Id attribute used for account linking

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Social IDP User profile URL

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) redirect URL for social idp

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Scope to request

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Status

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Whether account linking is enabled

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Social IDP Client Application Client ID

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Social IDP Client Application Client Secret

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Whether registration is enabled

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Service Provider Name

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Social IDP Access token URL

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    admin_scopes Sequence[str]

    (Updatable) Admin scope to request

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Social IDP Authorization URL

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Whether the client credential is contained in payload

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    clock_skew_in_seconds int

    (Updatable) Social IDP allowed clock skew time

    Added In: 20.1.3

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    discovery_url str

    (Updatable) Discovery URL

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Id attribute used for account linking

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Social IDP User profile URL

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) redirect URL for social idp

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    scopes Sequence[str]

    (Updatable) Scope to request

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Status

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Whether account linking is enabled

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Social IDP Client Application Client ID

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Social IDP Client Application Client Secret

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Whether registration is enabled

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Service Provider Name

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Social IDP Access token URL

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    adminScopes List<String>

    (Updatable) Admin scope to request

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Social IDP Authorization URL

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Whether the client credential is contained in payload

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    clockSkewInSeconds Number

    (Updatable) Social IDP allowed clock skew time

    Added In: 20.1.3

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    discoveryUrl String

    (Updatable) Discovery URL

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Id attribute used for account linking

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Social IDP User profile URL

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) redirect URL for social idp

    Added In: 20.1.3

    SCIM++ Properties:

    • caseExact: true
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    scopes List<String>

    (Updatable) Scope to request

    Added In: 20.1.3

    SCIM++ Properties:

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

    (Updatable) Status

    Added In: 20.1.3

    SCIM++ Properties:

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

    DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionx509identityProvider, DomainsIdentityProviderUrnietfparamsscimschemasoracleidcsextensionx509identityProviderArgs

    CertMatchAttribute string

    (Updatable) X509 Certificate Matching Attribute

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) Certificate alias list to create a chain for the incoming client certificate

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) This property specifies the userstore attribute value that must match the incoming certificate attribute.

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) Fallback on CRL Validation if OCSP fails.

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    CrlEnabled bool

    (Updatable) Set to true to enable CRL Validation

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) CRL Location URL

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) Fetch the CRL contents every X minutes

    Added In: 2010242156

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    EkuValidationEnabled bool

    (Updatable) Set to true to enable EKU Validation

    Added In: 2304270343

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    EkuValues List<string>

    (Updatable) List of EKU which needs to be validated

    Added In: 2304270343

    SCIM++ Properties:

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

    (Updatable) Allow access if OCSP response is UNKNOWN or OCSP Responder does not respond within the timeout duration

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    OcspEnableSignedResponse bool

    (Updatable) Describes if the OCSP response is signed

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    OcspEnabled bool

    (Updatable) Set to true to enable OCSP Validation

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) This property specifies OCSP Responder URL.

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) Revalidate OCSP status for user after X hours

    Added In: 2010242156

    SCIM++ Properties:

    • idcsMaxValue: 24
    • idcsMinValue: 0
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    OcspServerName string

    (Updatable) This property specifies the OCSP Server alias name

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    OcspTrustCertChains List<string>

    (Updatable) OCSP Trusted Certificate Chain

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) Check for specific conditions of other certificate attributes

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) X509 Certificate Matching Attribute

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) Certificate alias list to create a chain for the incoming client certificate

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) This property specifies the userstore attribute value that must match the incoming certificate attribute.

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) Fallback on CRL Validation if OCSP fails.

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    CrlEnabled bool

    (Updatable) Set to true to enable CRL Validation

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) CRL Location URL

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) Fetch the CRL contents every X minutes

    Added In: 2010242156

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    EkuValidationEnabled bool

    (Updatable) Set to true to enable EKU Validation

    Added In: 2304270343

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    EkuValues []string

    (Updatable) List of EKU which needs to be validated

    Added In: 2304270343

    SCIM++ Properties:

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

    (Updatable) Allow access if OCSP response is UNKNOWN or OCSP Responder does not respond within the timeout duration

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    OcspEnableSignedResponse bool

    (Updatable) Describes if the OCSP response is signed

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    OcspEnabled bool

    (Updatable) Set to true to enable OCSP Validation

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) This property specifies OCSP Responder URL.

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) Revalidate OCSP status for user after X hours

    Added In: 2010242156

    SCIM++ Properties:

    • idcsMaxValue: 24
    • idcsMinValue: 0
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    OcspServerName string

    (Updatable) This property specifies the OCSP Server alias name

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    OcspTrustCertChains []string

    (Updatable) OCSP Trusted Certificate Chain

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) Check for specific conditions of other certificate attributes

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) X509 Certificate Matching Attribute

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    signingCertificateChains List<String>

    (Updatable) Certificate alias list to create a chain for the incoming client certificate

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) This property specifies the userstore attribute value that must match the incoming certificate attribute.

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) Fallback on CRL Validation if OCSP fails.

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    crlEnabled Boolean

    (Updatable) Set to true to enable CRL Validation

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    crlLocation String

    (Updatable) CRL Location URL

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) Fetch the CRL contents every X minutes

    Added In: 2010242156

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    ekuValidationEnabled Boolean

    (Updatable) Set to true to enable EKU Validation

    Added In: 2304270343

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    ekuValues List<String>

    (Updatable) List of EKU which needs to be validated

    Added In: 2304270343

    SCIM++ Properties:

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

    (Updatable) Allow access if OCSP response is UNKNOWN or OCSP Responder does not respond within the timeout duration

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    ocspEnableSignedResponse Boolean

    (Updatable) Describes if the OCSP response is signed

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    ocspEnabled Boolean

    (Updatable) Set to true to enable OCSP Validation

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    ocspResponderUrl String

    (Updatable) This property specifies OCSP Responder URL.

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) Revalidate OCSP status for user after X hours

    Added In: 2010242156

    SCIM++ Properties:

    • idcsMaxValue: 24
    • idcsMinValue: 0
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    ocspServerName String

    (Updatable) This property specifies the OCSP Server alias name

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ocspTrustCertChains List<String>

    (Updatable) OCSP Trusted Certificate Chain

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) Check for specific conditions of other certificate attributes

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) X509 Certificate Matching Attribute

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) Certificate alias list to create a chain for the incoming client certificate

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) This property specifies the userstore attribute value that must match the incoming certificate attribute.

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) Fallback on CRL Validation if OCSP fails.

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    crlEnabled boolean

    (Updatable) Set to true to enable CRL Validation

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) CRL Location URL

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) Fetch the CRL contents every X minutes

    Added In: 2010242156

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    ekuValidationEnabled boolean

    (Updatable) Set to true to enable EKU Validation

    Added In: 2304270343

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    ekuValues string[]

    (Updatable) List of EKU which needs to be validated

    Added In: 2304270343

    SCIM++ Properties:

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

    (Updatable) Allow access if OCSP response is UNKNOWN or OCSP Responder does not respond within the timeout duration

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    ocspEnableSignedResponse boolean

    (Updatable) Describes if the OCSP response is signed

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    ocspEnabled boolean

    (Updatable) Set to true to enable OCSP Validation

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) This property specifies OCSP Responder URL.

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) Revalidate OCSP status for user after X hours

    Added In: 2010242156

    SCIM++ Properties:

    • idcsMaxValue: 24
    • idcsMinValue: 0
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    ocspServerName string

    (Updatable) This property specifies the OCSP Server alias name

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ocspTrustCertChains string[]

    (Updatable) OCSP Trusted Certificate Chain

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) Check for specific conditions of other certificate attributes

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) X509 Certificate Matching Attribute

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    signing_certificate_chains Sequence[str]

    (Updatable) Certificate alias list to create a chain for the incoming client certificate

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) This property specifies the userstore attribute value that must match the incoming certificate attribute.

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) Fallback on CRL Validation if OCSP fails.

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    crl_enabled bool

    (Updatable) Set to true to enable CRL Validation

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    crl_location str

    (Updatable) CRL Location URL

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) Fetch the CRL contents every X minutes

    Added In: 2010242156

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    eku_validation_enabled bool

    (Updatable) Set to true to enable EKU Validation

    Added In: 2304270343

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    eku_values Sequence[str]

    (Updatable) List of EKU which needs to be validated

    Added In: 2304270343

    SCIM++ Properties:

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

    (Updatable) Allow access if OCSP response is UNKNOWN or OCSP Responder does not respond within the timeout duration

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    ocsp_enable_signed_response bool

    (Updatable) Describes if the OCSP response is signed

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    ocsp_enabled bool

    (Updatable) Set to true to enable OCSP Validation

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    ocsp_responder_url str

    (Updatable) This property specifies OCSP Responder URL.

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) Revalidate OCSP status for user after X hours

    Added In: 2010242156

    SCIM++ Properties:

    • idcsMaxValue: 24
    • idcsMinValue: 0
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    ocsp_server_name str

    (Updatable) This property specifies the OCSP Server alias name

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ocsp_trust_cert_chains Sequence[str]

    (Updatable) OCSP Trusted Certificate Chain

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) Check for specific conditions of other certificate attributes

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) X509 Certificate Matching Attribute

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: true
    • returned: default
    • type: string
    • uniqueness: none
    signingCertificateChains List<String>

    (Updatable) Certificate alias list to create a chain for the incoming client certificate

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) This property specifies the userstore attribute value that must match the incoming certificate attribute.

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) Fallback on CRL Validation if OCSP fails.

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    crlEnabled Boolean

    (Updatable) Set to true to enable CRL Validation

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    crlLocation String

    (Updatable) CRL Location URL

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) Fetch the CRL contents every X minutes

    Added In: 2010242156

    SCIM++ Properties:

    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    ekuValidationEnabled Boolean

    (Updatable) Set to true to enable EKU Validation

    Added In: 2304270343

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    ekuValues List<String>

    (Updatable) List of EKU which needs to be validated

    Added In: 2304270343

    SCIM++ Properties:

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

    (Updatable) Allow access if OCSP response is UNKNOWN or OCSP Responder does not respond within the timeout duration

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    ocspEnableSignedResponse Boolean

    (Updatable) Describes if the OCSP response is signed

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    ocspEnabled Boolean

    (Updatable) Set to true to enable OCSP Validation

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: boolean
    • uniqueness: none
    ocspResponderUrl String

    (Updatable) This property specifies OCSP Responder URL.

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) Revalidate OCSP status for user after X hours

    Added In: 2010242156

    SCIM++ Properties:

    • idcsMaxValue: 24
    • idcsMinValue: 0
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: integer
    • uniqueness: none
    ocspServerName String

    (Updatable) This property specifies the OCSP Server alias name

    Added In: 2010242156

    SCIM++ Properties:

    • caseExact: false
    • idcsSearchable: false
    • multiValued: false
    • mutability: readWrite
    • required: false
    • returned: default
    • type: string
    • uniqueness: none
    ocspTrustCertChains List<String>

    (Updatable) OCSP Trusted Certificate Chain

    Added In: 2010242156

    SCIM++ Properties:

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

    (Updatable) Check for specific conditions of other certificate attributes

    Added In: 2010242156

    SCIM++ Properties:

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

    Import

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

    $ pulumi import oci:Identity/domainsIdentityProvider:DomainsIdentityProvider test_identity_provider "idcsEndpoint/{idcsEndpoint}/identityProviders/{identityProviderId}"
    

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

    Package Details

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