import * as pulumi from "@pulumi/pulumi"; import * as inputs from "../types/input"; import * as outputs from "../types/output"; /** * This resource provides the Social Identity Provider resource in Oracle Cloud Infrastructure Identity Domains service. * Api doc link for the resource: https://docs.oracle.com/iaas/api/#/en/identity-domains/latest/SocialIdentityProvider * * Example terraform configs related to the resource : https://github.com/oracle/terraform-provider-oci/tree/master/examples/identity_domains * * Create a Social Identity Provider * * ## Example Usage * * ```typescript * import * as pulumi from "@pulumi/pulumi"; * import * as oci from "@pulumi/oci"; * * const testSocialIdentityProvider = new oci.identity.DomainsSocialIdentityProvider("test_social_identity_provider", { * accountLinkingEnabled: socialIdentityProviderAccountLinkingEnabled === "true", * consumerKey: socialIdentityProviderConsumerKey, * consumerSecret: socialIdentityProviderConsumerSecret, * enabled: socialIdentityProviderEnabled === "true", * idcsEndpoint: testDomain.url, * name: socialIdentityProviderName, * registrationEnabled: socialIdentityProviderRegistrationEnabled === "true", * schemas: ["urn:ietf:params:scim:schemas:oracle:idcs:SocialIdentityProvider"], * serviceProviderName: socialIdentityProviderServiceProviderName, * showOnLogin: socialIdentityProviderShowOnLogin === "true", * accessTokenUrl: socialIdentityProviderAccessTokenUrl, * adminScopes: socialIdentityProviderAdminScope, * appleDevId: testAppleDev.id, * appleKeyId: testKey.id, * authorization: socialIdentityProviderAuthorization, * authzUrl: socialIdentityProviderAuthzUrl, * autoRedirectEnabled: socialIdentityProviderAutoRedirectEnabled === "true", * clientCredentialInPayload: socialIdentityProviderClientCredentialInPayload === "true", * clockSkewInSeconds: Number(socialIdentityProviderClockSkewInSeconds), * description: socialIdentityProviderDescription, * discoveryUrl: socialIdentityProviderDiscoveryUrl, * iconUrl: socialIdentityProviderIconUrl, * idAttribute: socialIdentityProviderIdAttribute, * jitProvAssignedGroups: [{ * value: socialIdentityProviderJitProvAssignedGroupsValue, * }], * jitProvGroupStaticListEnabled: socialIdentityProviderJitProvGroupStaticListEnabled === "true", * ocid: socialIdentityProviderOcid, * profileUrl: socialIdentityProviderProfileUrl, * redirectUrl: socialIdentityProviderRedirectUrl, * refreshTokenUrl: socialIdentityProviderRefreshTokenUrl, * relayIdpParamMappings: [{ * relayParamKey: socialIdentityProviderRelayIdpParamMappingsRelayParamKey, * relayParamValue: socialIdentityProviderRelayIdpParamMappingsRelayParamValue, * }], * resourceTypeSchemaVersion: socialIdentityProviderResourceTypeSchemaVersion, * scopes: socialIdentityProviderScope, * socialJitProvisioningEnabled: socialIdentityProviderSocialJitProvisioningEnabled === "true", * status: socialIdentityProviderStatus, * tags: [{ * key: socialIdentityProviderTagsKey, * value: socialIdentityProviderTagsValue, * }], * }); * ``` * * ## Import * * SocialIdentityProviders can be imported using the `id`, e.g. * * ```sh * $ pulumi import oci:Identity/domainsSocialIdentityProvider:DomainsSocialIdentityProvider test_social_identity_provider "idcsEndpoint/{idcsEndpoint}/socialIdentityProviders/{socialIdentityProviderId}" * ``` */ export declare class DomainsSocialIdentityProvider extends pulumi.CustomResource { /** * Get an existing DomainsSocialIdentityProvider resource's state with the given name, ID, and optional extra * properties used to qualify the lookup. * * @param name The _unique_ name of the resulting resource. * @param id The _unique_ provider ID of the resource to lookup. * @param state Any extra arguments used during the lookup. * @param opts Optional settings to control the behavior of the CustomResource. */ static get(name: string, id: pulumi.Input, state?: DomainsSocialIdentityProviderState, opts?: pulumi.CustomResourceOptions): DomainsSocialIdentityProvider; /** * Returns true if the given object is an instance of DomainsSocialIdentityProvider. This is designed to work even * when multiple copies of the Pulumi SDK have been loaded into the same process. */ static isInstance(obj: any): obj is DomainsSocialIdentityProvider; /** * (Updatable) Social IDP Access token URL * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: string * * uniqueness: none */ readonly accessTokenUrl: pulumi.Output; /** * (Updatable) Whether account linking is enabled * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: true * * multiValued: false * * mutability: readWrite * * required: true * * returned: default * * type: boolean * * uniqueness: none */ readonly accountLinkingEnabled: pulumi.Output; /** * (Updatable) Admin scope to request * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: true * * mutability: readWrite * * required: false * * returned: default * * type: string * * uniqueness: none */ readonly adminScopes: pulumi.Output; /** * (Updatable) Apple Developer ID * * **Added In:** 2311180004 * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: string * * uniqueness: none */ readonly appleDevId: pulumi.Output; /** * (Updatable) Apple Private Key ID * * **Added In:** 2311180004 * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: string * * uniqueness: none */ readonly appleKeyId: pulumi.Output; /** * (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested. */ readonly authorization: pulumi.Output; /** * (Updatable) Social IDP Authorization URL * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: string * * uniqueness: none */ readonly authzUrl: pulumi.Output; /** * (Updatable) Whether social auto redirect is enabled. The IDP policy should be configured with only one Social IDP, and without username/password selected. * * **Added In:** 2310202314 * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: true * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: boolean * * uniqueness: none */ readonly autoRedirectEnabled: pulumi.Output; /** * (Updatable) Whether the client credential is contained in payload * * **Added In:** 18.4.2 * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: boolean * * uniqueness: none */ readonly clientCredentialInPayload: pulumi.Output; /** * (Updatable) Social IDP allowed clock skew time * * **SCIM++ Properties:** * * idcsSearchable: false * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: integer * * uniqueness: none */ readonly clockSkewInSeconds: pulumi.Output; /** * (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 */ readonly compartmentOcid: pulumi.Output; /** * (Updatable) Social IDP Client Application Client ID * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: false * * mutability: readWrite * * required: true * * returned: default * * type: string * * uniqueness: none */ readonly consumerKey: pulumi.Output; /** * (Updatable) Social IDP Client Application Client Secret * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * idcsSensitive: encrypt * * multiValued: false * * mutability: readWrite * * required: true * * returned: default * * type: string * * uniqueness: none */ readonly consumerSecret: pulumi.Output; /** * (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 */ readonly deleteInProgress: pulumi.Output; /** * (Updatable) Social IDP description * * **SCIM++ Properties:** * * caseExact: false * * idcsSearchable: true * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: string * * uniqueness: none */ readonly description: pulumi.Output; /** * (Updatable) Discovery URL * * **Added In:** 17.4.6 * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: string * * uniqueness: none */ readonly discoveryUrl: pulumi.Output; /** * (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 */ readonly domainOcid: pulumi.Output; /** * (Updatable) Whether the IDP is enabled or not * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: true * * multiValued: false * * mutability: readWrite * * required: true * * returned: default * * type: boolean * * uniqueness: none */ readonly enabled: pulumi.Output; /** * (Updatable) ICON URL for social idp * * **Added In:** 17.4.6 * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: string * * uniqueness: none */ readonly iconUrl: pulumi.Output; /** * Id attribute used for account linking * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: false * * mutability: immutable * * required: false * * returned: default * * type: string * * uniqueness: none */ readonly idAttribute: pulumi.Output; /** * (Updatable) The User or App who created the Resource * * **SCIM++ Properties:** * * idcsSearchable: true * * multiValued: false * * mutability: readOnly * * required: true * * returned: default * * type: complex */ readonly idcsCreatedBies: pulumi.Output; /** * The basic endpoint for the identity domain */ readonly idcsEndpoint: pulumi.Output; /** * (Updatable) The User or App who modified the Resource * * **SCIM++ Properties:** * * idcsSearchable: true * * multiValued: false * * mutability: readOnly * * required: false * * returned: default * * type: complex */ readonly idcsLastModifiedBies: pulumi.Output; /** * (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 */ readonly idcsLastUpgradedInRelease: pulumi.Output; /** * (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 */ readonly idcsPreventedOperations: pulumi.Output; /** * (Updatable) Lists the groups each social JIT-provisioned user is a member. Just-in-Time user-provisioning applies this static list when jitProvGroupStaticListEnabled:true. * * **Added In:** 2309290043 * * **SCIM++ Properties:** * * idcsCompositeKey: [value] * * idcsSearchable: false * * multiValued: true * * mutability: readWrite * * required: false * * returned: default * * type: complex * * uniqueness: none */ readonly jitProvAssignedGroups: pulumi.Output; /** * (Updatable) Set to true to indicate Social JIT User Provisioning Groups should be assigned from a static list * * **Added In:** 2309290043 * * **SCIM++ Properties:** * * caseExact: false * * idcsSearchable: false * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: boolean * * uniqueness: none */ readonly jitProvGroupStaticListEnabled: pulumi.Output; /** * (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 */ readonly metas: pulumi.Output; /** * (Updatable) Social provider name * * **SCIM++ Properties:** * * caseExact: false * * idcsSearchable: true * * multiValued: false * * mutability: readWrite * * required: true * * returned: always * * type: string * * uniqueness: global */ readonly name: pulumi.Output; /** * (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 */ readonly ocid: pulumi.Output; /** * (Updatable) Social IDP User profile URL * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: string * * uniqueness: none */ readonly profileUrl: pulumi.Output; /** * (Updatable) redirect URL for social idp * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: string * * uniqueness: none */ readonly redirectUrl: pulumi.Output; /** * (Updatable) Social IDP Refresh token URL * * **Added In:** 19.1.4 * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: string * * uniqueness: none */ readonly refreshTokenUrl: pulumi.Output; /** * (Updatable) Whether registration is enabled * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: true * * multiValued: false * * mutability: readWrite * * required: true * * returned: default * * type: boolean * * uniqueness: none */ readonly registrationEnabled: pulumi.Output; /** * (Updatable) Relay Param variable for Social IDP * * **Added In:** 2305190132 * * **SCIM++ Properties:** * * idcsCompositeKey: [relayParamKey] * * idcsSearchable: true * * multiValued: true * * mutability: readWrite * * required: false * * returned: default * * type: complex * * uniqueness: none */ readonly relayIdpParamMappings: pulumi.Output; /** * (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. */ readonly resourceTypeSchemaVersion: pulumi.Output; /** * (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 */ readonly schemas: pulumi.Output; /** * (Updatable) Scope to request * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: true * * mutability: readWrite * * required: false * * returned: default * * type: string * * uniqueness: none */ readonly scopes: pulumi.Output; /** * Service Provider Name * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: true * * multiValued: false * * mutability: immutable * * required: true * * returned: default * * type: string * * uniqueness: none */ readonly serviceProviderName: pulumi.Output; /** * (Updatable) Whether show on login * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: true * * multiValued: false * * mutability: readWrite * * required: true * * returned: default * * type: boolean * * uniqueness: none */ readonly showOnLogin: pulumi.Output; /** * (Updatable) Whether Social JIT Provisioning is enabled * * **Added In:** 2307282043 * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: true * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: boolean * * uniqueness: none */ readonly socialJitProvisioningEnabled: pulumi.Output; /** * (Updatable) Status * * **Added In:** 17.4.6 * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: true * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: string * * uniqueness: none */ readonly status: pulumi.Output; /** * (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 */ readonly tags: pulumi.Output; /** * (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 * * ** 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 */ readonly tenancyOcid: pulumi.Output; /** * Create a DomainsSocialIdentityProvider resource with the given unique name, arguments, and options. * * @param name The _unique_ name of the resource. * @param args The arguments to use to populate this resource's properties. * @param opts A bag of options that control this resource's behavior. */ constructor(name: string, args: DomainsSocialIdentityProviderArgs, opts?: pulumi.CustomResourceOptions); } /** * Input properties used for looking up and filtering DomainsSocialIdentityProvider resources. */ export interface DomainsSocialIdentityProviderState { /** * (Updatable) Social IDP Access token URL * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: string * * uniqueness: none */ accessTokenUrl?: pulumi.Input; /** * (Updatable) Whether account linking is enabled * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: true * * multiValued: false * * mutability: readWrite * * required: true * * returned: default * * type: boolean * * uniqueness: none */ accountLinkingEnabled?: pulumi.Input; /** * (Updatable) Admin scope to request * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: true * * mutability: readWrite * * required: false * * returned: default * * type: string * * uniqueness: none */ adminScopes?: pulumi.Input[] | undefined>; /** * (Updatable) Apple Developer ID * * **Added In:** 2311180004 * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: string * * uniqueness: none */ appleDevId?: pulumi.Input; /** * (Updatable) Apple Private Key ID * * **Added In:** 2311180004 * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: string * * uniqueness: none */ appleKeyId?: pulumi.Input; /** * (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested. */ authorization?: pulumi.Input; /** * (Updatable) Social IDP Authorization URL * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: string * * uniqueness: none */ authzUrl?: pulumi.Input; /** * (Updatable) Whether social auto redirect is enabled. The IDP policy should be configured with only one Social IDP, and without username/password selected. * * **Added In:** 2310202314 * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: true * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: boolean * * uniqueness: none */ autoRedirectEnabled?: pulumi.Input; /** * (Updatable) Whether the client credential is contained in payload * * **Added In:** 18.4.2 * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: boolean * * uniqueness: none */ clientCredentialInPayload?: pulumi.Input; /** * (Updatable) Social IDP allowed clock skew time * * **SCIM++ Properties:** * * idcsSearchable: false * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: integer * * uniqueness: none */ clockSkewInSeconds?: pulumi.Input; /** * (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 */ compartmentOcid?: pulumi.Input; /** * (Updatable) Social IDP Client Application Client ID * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: false * * mutability: readWrite * * required: true * * returned: default * * type: string * * uniqueness: none */ consumerKey?: pulumi.Input; /** * (Updatable) Social IDP Client Application Client Secret * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * idcsSensitive: encrypt * * multiValued: false * * mutability: readWrite * * required: true * * returned: default * * type: string * * uniqueness: none */ consumerSecret?: pulumi.Input; /** * (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 */ deleteInProgress?: pulumi.Input; /** * (Updatable) Social IDP description * * **SCIM++ Properties:** * * caseExact: false * * idcsSearchable: true * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: string * * uniqueness: none */ description?: pulumi.Input; /** * (Updatable) Discovery URL * * **Added In:** 17.4.6 * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: string * * uniqueness: none */ discoveryUrl?: pulumi.Input; /** * (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 */ domainOcid?: pulumi.Input; /** * (Updatable) Whether the IDP is enabled or not * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: true * * multiValued: false * * mutability: readWrite * * required: true * * returned: default * * type: boolean * * uniqueness: none */ enabled?: pulumi.Input; /** * (Updatable) ICON URL for social idp * * **Added In:** 17.4.6 * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: string * * uniqueness: none */ iconUrl?: pulumi.Input; /** * Id attribute used for account linking * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: false * * mutability: immutable * * required: false * * returned: default * * type: string * * uniqueness: none */ idAttribute?: pulumi.Input; /** * (Updatable) The User or App who created the Resource * * **SCIM++ Properties:** * * idcsSearchable: true * * multiValued: false * * mutability: readOnly * * required: true * * returned: default * * type: complex */ idcsCreatedBies?: pulumi.Input[] | undefined>; /** * The basic endpoint for the identity domain */ idcsEndpoint?: pulumi.Input; /** * (Updatable) The User or App who modified the Resource * * **SCIM++ Properties:** * * idcsSearchable: true * * multiValued: false * * mutability: readOnly * * required: false * * returned: default * * type: complex */ idcsLastModifiedBies?: pulumi.Input[] | undefined>; /** * (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 */ idcsLastUpgradedInRelease?: pulumi.Input; /** * (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 */ idcsPreventedOperations?: pulumi.Input[] | undefined>; /** * (Updatable) Lists the groups each social JIT-provisioned user is a member. Just-in-Time user-provisioning applies this static list when jitProvGroupStaticListEnabled:true. * * **Added In:** 2309290043 * * **SCIM++ Properties:** * * idcsCompositeKey: [value] * * idcsSearchable: false * * multiValued: true * * mutability: readWrite * * required: false * * returned: default * * type: complex * * uniqueness: none */ jitProvAssignedGroups?: pulumi.Input[] | undefined>; /** * (Updatable) Set to true to indicate Social JIT User Provisioning Groups should be assigned from a static list * * **Added In:** 2309290043 * * **SCIM++ Properties:** * * caseExact: false * * idcsSearchable: false * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: boolean * * uniqueness: none */ jitProvGroupStaticListEnabled?: pulumi.Input; /** * (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 */ metas?: pulumi.Input[] | undefined>; /** * (Updatable) Social provider name * * **SCIM++ Properties:** * * caseExact: false * * idcsSearchable: true * * multiValued: false * * mutability: readWrite * * required: true * * returned: always * * type: string * * uniqueness: global */ name?: pulumi.Input; /** * (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 */ ocid?: pulumi.Input; /** * (Updatable) Social IDP User profile URL * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: string * * uniqueness: none */ profileUrl?: pulumi.Input; /** * (Updatable) redirect URL for social idp * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: string * * uniqueness: none */ redirectUrl?: pulumi.Input; /** * (Updatable) Social IDP Refresh token URL * * **Added In:** 19.1.4 * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: string * * uniqueness: none */ refreshTokenUrl?: pulumi.Input; /** * (Updatable) Whether registration is enabled * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: true * * multiValued: false * * mutability: readWrite * * required: true * * returned: default * * type: boolean * * uniqueness: none */ registrationEnabled?: pulumi.Input; /** * (Updatable) Relay Param variable for Social IDP * * **Added In:** 2305190132 * * **SCIM++ Properties:** * * idcsCompositeKey: [relayParamKey] * * idcsSearchable: true * * multiValued: true * * mutability: readWrite * * required: false * * returned: default * * type: complex * * uniqueness: none */ relayIdpParamMappings?: pulumi.Input[] | undefined>; /** * (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. */ resourceTypeSchemaVersion?: pulumi.Input; /** * (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 */ schemas?: pulumi.Input[] | undefined>; /** * (Updatable) Scope to request * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: true * * mutability: readWrite * * required: false * * returned: default * * type: string * * uniqueness: none */ scopes?: pulumi.Input[] | undefined>; /** * Service Provider Name * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: true * * multiValued: false * * mutability: immutable * * required: true * * returned: default * * type: string * * uniqueness: none */ serviceProviderName?: pulumi.Input; /** * (Updatable) Whether show on login * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: true * * multiValued: false * * mutability: readWrite * * required: true * * returned: default * * type: boolean * * uniqueness: none */ showOnLogin?: pulumi.Input; /** * (Updatable) Whether Social JIT Provisioning is enabled * * **Added In:** 2307282043 * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: true * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: boolean * * uniqueness: none */ socialJitProvisioningEnabled?: pulumi.Input; /** * (Updatable) Status * * **Added In:** 17.4.6 * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: true * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: string * * uniqueness: none */ status?: pulumi.Input; /** * (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 */ tags?: pulumi.Input[] | undefined>; /** * (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 * * ** 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 */ tenancyOcid?: pulumi.Input; } /** * The set of arguments for constructing a DomainsSocialIdentityProvider resource. */ export interface DomainsSocialIdentityProviderArgs { /** * (Updatable) Social IDP Access token URL * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: string * * uniqueness: none */ accessTokenUrl?: pulumi.Input; /** * (Updatable) Whether account linking is enabled * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: true * * multiValued: false * * mutability: readWrite * * required: true * * returned: default * * type: boolean * * uniqueness: none */ accountLinkingEnabled: pulumi.Input; /** * (Updatable) Admin scope to request * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: true * * mutability: readWrite * * required: false * * returned: default * * type: string * * uniqueness: none */ adminScopes?: pulumi.Input[] | undefined>; /** * (Updatable) Apple Developer ID * * **Added In:** 2311180004 * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: string * * uniqueness: none */ appleDevId?: pulumi.Input; /** * (Updatable) Apple Private Key ID * * **Added In:** 2311180004 * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: string * * uniqueness: none */ appleKeyId?: pulumi.Input; /** * (Updatable) The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested. */ authorization?: pulumi.Input; /** * (Updatable) Social IDP Authorization URL * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: string * * uniqueness: none */ authzUrl?: pulumi.Input; /** * (Updatable) Whether social auto redirect is enabled. The IDP policy should be configured with only one Social IDP, and without username/password selected. * * **Added In:** 2310202314 * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: true * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: boolean * * uniqueness: none */ autoRedirectEnabled?: pulumi.Input; /** * (Updatable) Whether the client credential is contained in payload * * **Added In:** 18.4.2 * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: boolean * * uniqueness: none */ clientCredentialInPayload?: pulumi.Input; /** * (Updatable) Social IDP allowed clock skew time * * **SCIM++ Properties:** * * idcsSearchable: false * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: integer * * uniqueness: none */ clockSkewInSeconds?: pulumi.Input; /** * (Updatable) Social IDP Client Application Client ID * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: false * * mutability: readWrite * * required: true * * returned: default * * type: string * * uniqueness: none */ consumerKey: pulumi.Input; /** * (Updatable) Social IDP Client Application Client Secret * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * idcsSensitive: encrypt * * multiValued: false * * mutability: readWrite * * required: true * * returned: default * * type: string * * uniqueness: none */ consumerSecret: pulumi.Input; /** * (Updatable) Social IDP description * * **SCIM++ Properties:** * * caseExact: false * * idcsSearchable: true * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: string * * uniqueness: none */ description?: pulumi.Input; /** * (Updatable) Discovery URL * * **Added In:** 17.4.6 * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: string * * uniqueness: none */ discoveryUrl?: pulumi.Input; /** * (Updatable) Whether the IDP is enabled or not * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: true * * multiValued: false * * mutability: readWrite * * required: true * * returned: default * * type: boolean * * uniqueness: none */ enabled: pulumi.Input; /** * (Updatable) ICON URL for social idp * * **Added In:** 17.4.6 * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: string * * uniqueness: none */ iconUrl?: pulumi.Input; /** * Id attribute used for account linking * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: false * * mutability: immutable * * required: false * * returned: default * * type: string * * uniqueness: none */ idAttribute?: pulumi.Input; /** * The basic endpoint for the identity domain */ idcsEndpoint: pulumi.Input; /** * (Updatable) Lists the groups each social JIT-provisioned user is a member. Just-in-Time user-provisioning applies this static list when jitProvGroupStaticListEnabled:true. * * **Added In:** 2309290043 * * **SCIM++ Properties:** * * idcsCompositeKey: [value] * * idcsSearchable: false * * multiValued: true * * mutability: readWrite * * required: false * * returned: default * * type: complex * * uniqueness: none */ jitProvAssignedGroups?: pulumi.Input[] | undefined>; /** * (Updatable) Set to true to indicate Social JIT User Provisioning Groups should be assigned from a static list * * **Added In:** 2309290043 * * **SCIM++ Properties:** * * caseExact: false * * idcsSearchable: false * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: boolean * * uniqueness: none */ jitProvGroupStaticListEnabled?: pulumi.Input; /** * (Updatable) Social provider name * * **SCIM++ Properties:** * * caseExact: false * * idcsSearchable: true * * multiValued: false * * mutability: readWrite * * required: true * * returned: always * * type: string * * uniqueness: global */ name?: pulumi.Input; /** * (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 */ ocid?: pulumi.Input; /** * (Updatable) Social IDP User profile URL * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: string * * uniqueness: none */ profileUrl?: pulumi.Input; /** * (Updatable) redirect URL for social idp * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: string * * uniqueness: none */ redirectUrl?: pulumi.Input; /** * (Updatable) Social IDP Refresh token URL * * **Added In:** 19.1.4 * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: string * * uniqueness: none */ refreshTokenUrl?: pulumi.Input; /** * (Updatable) Whether registration is enabled * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: true * * multiValued: false * * mutability: readWrite * * required: true * * returned: default * * type: boolean * * uniqueness: none */ registrationEnabled: pulumi.Input; /** * (Updatable) Relay Param variable for Social IDP * * **Added In:** 2305190132 * * **SCIM++ Properties:** * * idcsCompositeKey: [relayParamKey] * * idcsSearchable: true * * multiValued: true * * mutability: readWrite * * required: false * * returned: default * * type: complex * * uniqueness: none */ relayIdpParamMappings?: pulumi.Input[] | undefined>; /** * (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. */ resourceTypeSchemaVersion?: pulumi.Input; /** * (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 */ schemas: pulumi.Input[]>; /** * (Updatable) Scope to request * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: false * * multiValued: true * * mutability: readWrite * * required: false * * returned: default * * type: string * * uniqueness: none */ scopes?: pulumi.Input[] | undefined>; /** * Service Provider Name * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: true * * multiValued: false * * mutability: immutable * * required: true * * returned: default * * type: string * * uniqueness: none */ serviceProviderName: pulumi.Input; /** * (Updatable) Whether show on login * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: true * * multiValued: false * * mutability: readWrite * * required: true * * returned: default * * type: boolean * * uniqueness: none */ showOnLogin: pulumi.Input; /** * (Updatable) Whether Social JIT Provisioning is enabled * * **Added In:** 2307282043 * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: true * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: boolean * * uniqueness: none */ socialJitProvisioningEnabled?: pulumi.Input; /** * (Updatable) Status * * **Added In:** 17.4.6 * * **SCIM++ Properties:** * * caseExact: true * * idcsSearchable: true * * multiValued: false * * mutability: readWrite * * required: false * * returned: default * * type: string * * uniqueness: none */ status?: pulumi.Input; /** * (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 */ tags?: pulumi.Input[] | undefined>; } //# sourceMappingURL=domainsSocialIdentityProvider.d.ts.map