1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Identity
  5. getDomainsUser
Oracle Cloud Infrastructure v1.16.1 published on Wednesday, Nov 22, 2023 by Pulumi

oci.Identity.getDomainsUser

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.16.1 published on Wednesday, Nov 22, 2023 by Pulumi

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

    Get a user.

    Example Usage

    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Oci = Pulumi.Oci;
    
    return await Deployment.RunAsync(() => 
    {
        var testUser = Oci.Identity.GetDomainsUser.Invoke(new()
        {
            IdcsEndpoint = data.Oci_identity_domain.Test_domain.Url,
            UserId = oci_identity_user.Test_user.Id,
            AttributeSets = new() { },
            Attributes = "",
            Authorization = @var.User_authorization,
            ResourceTypeSchemaVersion = @var.User_resource_type_schema_version,
        });
    
    });
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/go/oci/Identity"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := Identity.GetDomainsUser(ctx, &identity.GetDomainsUserArgs{
    			IdcsEndpoint:              data.Oci_identity_domain.Test_domain.Url,
    			UserId:                    oci_identity_user.Test_user.Id,
    			AttributeSets:             []interface{}{},
    			Attributes:                pulumi.StringRef(""),
    			Authorization:             pulumi.StringRef(_var.User_authorization),
    			ResourceTypeSchemaVersion: pulumi.StringRef(_var.User_resource_type_schema_version),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.Identity.IdentityFunctions;
    import com.pulumi.oci.Identity.inputs.GetDomainsUserArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var testUser = IdentityFunctions.getDomainsUser(GetDomainsUserArgs.builder()
                .idcsEndpoint(data.oci_identity_domain().test_domain().url())
                .userId(oci_identity_user.test_user().id())
                .attributeSets()
                .attributes("")
                .authorization(var_.user_authorization())
                .resourceTypeSchemaVersion(var_.user_resource_type_schema_version())
                .build());
    
        }
    }
    
    import pulumi
    import pulumi_oci as oci
    
    test_user = oci.Identity.get_domains_user(idcs_endpoint=data["oci_identity_domain"]["test_domain"]["url"],
        user_id=oci_identity_user["test_user"]["id"],
        attribute_sets=[],
        attributes="",
        authorization=var["user_authorization"],
        resource_type_schema_version=var["user_resource_type_schema_version"])
    
    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testUser = oci.Identity.getDomainsUser({
        idcsEndpoint: data.oci_identity_domain.test_domain.url,
        userId: oci_identity_user.test_user.id,
        attributeSets: [],
        attributes: "",
        authorization: _var.user_authorization,
        resourceTypeSchemaVersion: _var.user_resource_type_schema_version,
    });
    
    variables:
      testUser:
        fn::invoke:
          Function: oci:Identity:getDomainsUser
          Arguments:
            idcsEndpoint: ${data.oci_identity_domain.test_domain.url}
            userId: ${oci_identity_user.test_user.id}
            attributeSets: []
            attributes:
            authorization: ${var.user_authorization}
            resourceTypeSchemaVersion: ${var.user_resource_type_schema_version}
    

    Using getDomainsUser

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

    function getDomainsUser(args: GetDomainsUserArgs, opts?: InvokeOptions): Promise<GetDomainsUserResult>
    function getDomainsUserOutput(args: GetDomainsUserOutputArgs, opts?: InvokeOptions): Output<GetDomainsUserResult>
    def get_domains_user(attribute_sets: Optional[Sequence[str]] = None,
                         attributes: Optional[str] = None,
                         authorization: Optional[str] = None,
                         idcs_endpoint: Optional[str] = None,
                         resource_type_schema_version: Optional[str] = None,
                         user_id: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetDomainsUserResult
    def get_domains_user_output(attribute_sets: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                         attributes: Optional[pulumi.Input[str]] = None,
                         authorization: Optional[pulumi.Input[str]] = None,
                         idcs_endpoint: Optional[pulumi.Input[str]] = None,
                         resource_type_schema_version: Optional[pulumi.Input[str]] = None,
                         user_id: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetDomainsUserResult]
    func GetDomainsUser(ctx *Context, args *GetDomainsUserArgs, opts ...InvokeOption) (*GetDomainsUserResult, error)
    func GetDomainsUserOutput(ctx *Context, args *GetDomainsUserOutputArgs, opts ...InvokeOption) GetDomainsUserResultOutput

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

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

    The following arguments are supported:

    IdcsEndpoint string

    The basic endpoint for the identity domain

    UserId string

    ID of the resource

    AttributeSets List<string>

    A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.

    Attributes string

    A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.

    Authorization string

    The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.

    ResourceTypeSchemaVersion string

    An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.

    IdcsEndpoint string

    The basic endpoint for the identity domain

    UserId string

    ID of the resource

    AttributeSets []string

    A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.

    Attributes string

    A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.

    Authorization string

    The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.

    ResourceTypeSchemaVersion string

    An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.

    idcsEndpoint String

    The basic endpoint for the identity domain

    userId String

    ID of the resource

    attributeSets List<String>

    A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.

    attributes String

    A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.

    authorization String

    The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.

    resourceTypeSchemaVersion String

    An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.

    idcsEndpoint string

    The basic endpoint for the identity domain

    userId string

    ID of the resource

    attributeSets string[]

    A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.

    attributes string

    A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.

    authorization string

    The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.

    resourceTypeSchemaVersion string

    An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.

    idcs_endpoint str

    The basic endpoint for the identity domain

    user_id str

    ID of the resource

    attribute_sets Sequence[str]

    A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.

    attributes str

    A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.

    authorization str

    The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.

    resource_type_schema_version str

    An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.

    idcsEndpoint String

    The basic endpoint for the identity domain

    userId String

    ID of the resource

    attributeSets List<String>

    A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.

    attributes String

    A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.

    authorization String

    The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.

    resourceTypeSchemaVersion String

    An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.

    getDomainsUser Result

    The following output properties are available:

    Active bool

    Status of the account

    Addresses List<GetDomainsUserAddress>

    A physical mailing address for this User, as described in (address Element). Canonical Type Values of work, home, and other. The value attribute is a complex type with the following sub-attributes.

    CompartmentOcid string

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

    DeleteInProgress bool

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

    Description string

    Description of the user

    DisplayName string

    The displayName of the User's manager. OPTIONAL and READ-ONLY.

    DomainOcid string

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

    Emails List<GetDomainsUserEmail>

    A complex attribute representing emails

    Entitlements List<GetDomainsUserEntitlement>

    A list of entitlements for the User that represent a thing the User has.

    ExternalId string

    An identifier for the Resource as defined by the Service Consumer. READ-ONLY.

    Groups List<GetDomainsUserGroup>

    A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated

    Id string

    Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.

    IdcsCreatedBies List<GetDomainsUserIdcsCreatedBy>

    The User or App who created the Resource

    IdcsEndpoint string
    IdcsLastModifiedBies List<GetDomainsUserIdcsLastModifiedBy>

    The User or App who modified the Resource

    IdcsLastUpgradedInRelease string

    The release number when the resource was upgraded.

    IdcsPreventedOperations List<string>

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

    Ims List<GetDomainsUserIm>

    User's instant messaging addresses

    Locale string

    Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.

    Metas List<GetDomainsUserMeta>

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

    Names List<GetDomainsUserName>

    Name of the account assigned to the User.

    NickName string

    Nick name

    Ocid string

    The OCID of the user's support account.

    Password string

    Password attribute. Max length for password is controlled via Password Policy.

    PhoneNumbers List<GetDomainsUserPhoneNumber>

    Phone numbers

    Photos List<GetDomainsUserPhoto>

    URLs of photos for the User

    PreferredLanguage string

    User's preferred written or spoken language used for localized user interfaces

    ProfileUrl string

    A fully-qualified URL to a page representing the User's online profile

    Roles List<GetDomainsUserRole>

    A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.

    Schemas List<string>

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

    Tags List<GetDomainsUserTag>

    A list of tags on this resource.

    TenancyOcid string

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

    Timezone string

    User's timezone

    Title string

    Title

    Urnietfparamsscimschemasextensionenterprise20users List<GetDomainsUserUrnietfparamsscimschemasextensionenterprise20user>

    Enterprise User

    UrnietfparamsscimschemasoracleidcsextensionOciTags List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTag>

    Oracle Cloud Infrastructure Tags.

    UrnietfparamsscimschemasoracleidcsextensionadaptiveUsers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUser>

    This extension defines attributes to manage user's risk score.

    UrnietfparamsscimschemasoracleidcsextensioncapabilitiesUsers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUser>

    User's Capabilities

    UrnietfparamsscimschemasoracleidcsextensiondbCredentialsUsers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUser>

    The database credentials user extension.

    UrnietfparamsscimschemasoracleidcsextensiondbUserUsers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUser>

    DB User extension

    UrnietfparamsscimschemasoracleidcsextensionkerberosUserUsers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUser>

    Kerberos User extension

    UrnietfparamsscimschemasoracleidcsextensionmfaUsers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUser>

    This extension defines attributes used to manage Multi-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.

    UrnietfparamsscimschemasoracleidcsextensionpasswordStateUsers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUser>

    This extension defines attributes used to manage account passwords within a Service Provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.

    UrnietfparamsscimschemasoracleidcsextensionpasswordlessUsers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUser>

    This extension defines attributes used to manage Passwordless-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.

    UrnietfparamsscimschemasoracleidcsextensionposixUsers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUser>

    POSIX User extension

    UrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUsers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser>

    This extension defines the attributes used to store the security questions of a user.

    UrnietfparamsscimschemasoracleidcsextensionselfChangeUsers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUser>

    Controls whether a user can update themselves or not via User related APIs

    UrnietfparamsscimschemasoracleidcsextensionselfRegistrationUsers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUser>

    This extension defines attributes used to manage self registration profile linked to the user.

    UrnietfparamsscimschemasoracleidcsextensionsffUsers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUser>

    SFF Auth Keys User extension

    UrnietfparamsscimschemasoracleidcsextensionsocialAccountUsers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUser>

    Social User extension

    UrnietfparamsscimschemasoracleidcsextensiontermsOfUseUsers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUser>

    Terms Of Use extension

    UrnietfparamsscimschemasoracleidcsextensionuserCredentialsUsers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUser>

    User's credentials

    UrnietfparamsscimschemasoracleidcsextensionuserStateUsers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUser>

    This extension defines the attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.

    UrnietfparamsscimschemasoracleidcsextensionuserUsers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUser>

    Oracle Identity Cloud Service User

    UserId string

    User Support User Id

    UserName string

    User name

    UserType string

    Used to identify the organization-to-user relationship

    X509certificates List<GetDomainsUserX509certificate>

    A list of certificates issued to the User.

    AttributeSets List<string>
    Attributes string
    Authorization string
    ResourceTypeSchemaVersion string
    Active bool

    Status of the account

    Addresses []GetDomainsUserAddress

    A physical mailing address for this User, as described in (address Element). Canonical Type Values of work, home, and other. The value attribute is a complex type with the following sub-attributes.

    CompartmentOcid string

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

    DeleteInProgress bool

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

    Description string

    Description of the user

    DisplayName string

    The displayName of the User's manager. OPTIONAL and READ-ONLY.

    DomainOcid string

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

    Emails []GetDomainsUserEmail

    A complex attribute representing emails

    Entitlements []GetDomainsUserEntitlement

    A list of entitlements for the User that represent a thing the User has.

    ExternalId string

    An identifier for the Resource as defined by the Service Consumer. READ-ONLY.

    Groups []GetDomainsUserGroup

    A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated

    Id string

    Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.

    IdcsCreatedBies []GetDomainsUserIdcsCreatedBy

    The User or App who created the Resource

    IdcsEndpoint string
    IdcsLastModifiedBies []GetDomainsUserIdcsLastModifiedBy

    The User or App who modified the Resource

    IdcsLastUpgradedInRelease string

    The release number when the resource was upgraded.

    IdcsPreventedOperations []string

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

    Ims []GetDomainsUserIm

    User's instant messaging addresses

    Locale string

    Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.

    Metas []GetDomainsUserMeta

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

    Names []GetDomainsUserName

    Name of the account assigned to the User.

    NickName string

    Nick name

    Ocid string

    The OCID of the user's support account.

    Password string

    Password attribute. Max length for password is controlled via Password Policy.

    PhoneNumbers []GetDomainsUserPhoneNumber

    Phone numbers

    Photos []GetDomainsUserPhoto

    URLs of photos for the User

    PreferredLanguage string

    User's preferred written or spoken language used for localized user interfaces

    ProfileUrl string

    A fully-qualified URL to a page representing the User's online profile

    Roles []GetDomainsUserRole

    A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.

    Schemas []string

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

    Tags []GetDomainsUserTag

    A list of tags on this resource.

    TenancyOcid string

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

    Timezone string

    User's timezone

    Title string

    Title

    Urnietfparamsscimschemasextensionenterprise20users []GetDomainsUserUrnietfparamsscimschemasextensionenterprise20user

    Enterprise User

    UrnietfparamsscimschemasoracleidcsextensionOciTags []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTag

    Oracle Cloud Infrastructure Tags.

    UrnietfparamsscimschemasoracleidcsextensionadaptiveUsers []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUser

    This extension defines attributes to manage user's risk score.

    UrnietfparamsscimschemasoracleidcsextensioncapabilitiesUsers []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUser

    User's Capabilities

    UrnietfparamsscimschemasoracleidcsextensiondbCredentialsUsers []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUser

    The database credentials user extension.

    UrnietfparamsscimschemasoracleidcsextensiondbUserUsers []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUser

    DB User extension

    UrnietfparamsscimschemasoracleidcsextensionkerberosUserUsers []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUser

    Kerberos User extension

    UrnietfparamsscimschemasoracleidcsextensionmfaUsers []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUser

    This extension defines attributes used to manage Multi-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.

    UrnietfparamsscimschemasoracleidcsextensionpasswordStateUsers []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUser

    This extension defines attributes used to manage account passwords within a Service Provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.

    UrnietfparamsscimschemasoracleidcsextensionpasswordlessUsers []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUser

    This extension defines attributes used to manage Passwordless-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.

    UrnietfparamsscimschemasoracleidcsextensionposixUsers []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUser

    POSIX User extension

    UrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUsers []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser

    This extension defines the attributes used to store the security questions of a user.

    UrnietfparamsscimschemasoracleidcsextensionselfChangeUsers []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUser

    Controls whether a user can update themselves or not via User related APIs

    UrnietfparamsscimschemasoracleidcsextensionselfRegistrationUsers []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUser

    This extension defines attributes used to manage self registration profile linked to the user.

    UrnietfparamsscimschemasoracleidcsextensionsffUsers []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUser

    SFF Auth Keys User extension

    UrnietfparamsscimschemasoracleidcsextensionsocialAccountUsers []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUser

    Social User extension

    UrnietfparamsscimschemasoracleidcsextensiontermsOfUseUsers []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUser

    Terms Of Use extension

    UrnietfparamsscimschemasoracleidcsextensionuserCredentialsUsers []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUser

    User's credentials

    UrnietfparamsscimschemasoracleidcsextensionuserStateUsers []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUser

    This extension defines the attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.

    UrnietfparamsscimschemasoracleidcsextensionuserUsers []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUser

    Oracle Identity Cloud Service User

    UserId string

    User Support User Id

    UserName string

    User name

    UserType string

    Used to identify the organization-to-user relationship

    X509certificates []GetDomainsUserX509certificate

    A list of certificates issued to the User.

    AttributeSets []string
    Attributes string
    Authorization string
    ResourceTypeSchemaVersion string
    active Boolean

    Status of the account

    addresses List<GetDomainsUserAddress>

    A physical mailing address for this User, as described in (address Element). Canonical Type Values of work, home, and other. The value attribute is a complex type with the following sub-attributes.

    compartmentOcid String

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

    deleteInProgress Boolean

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

    description String

    Description of the user

    displayName String

    The displayName of the User's manager. OPTIONAL and READ-ONLY.

    domainOcid String

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

    emails List<GetDomainsUserEmail>

    A complex attribute representing emails

    entitlements List<GetDomainsUserEntitlement>

    A list of entitlements for the User that represent a thing the User has.

    externalId String

    An identifier for the Resource as defined by the Service Consumer. READ-ONLY.

    groups List<GetDomainsUserGroup>

    A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated

    id String

    Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.

    idcsCreatedBies List<GetDomainsUserIdcsCreatedBy>

    The User or App who created the Resource

    idcsEndpoint String
    idcsLastModifiedBies List<GetDomainsUserIdcsLastModifiedBy>

    The User or App who modified the Resource

    idcsLastUpgradedInRelease String

    The release number when the resource was upgraded.

    idcsPreventedOperations List<String>

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

    ims List<GetDomainsUserIm>

    User's instant messaging addresses

    locale String

    Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.

    metas List<GetDomainsUserMeta>

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

    names List<GetDomainsUserName>

    Name of the account assigned to the User.

    nickName String

    Nick name

    ocid String

    The OCID of the user's support account.

    password String

    Password attribute. Max length for password is controlled via Password Policy.

    phoneNumbers List<GetDomainsUserPhoneNumber>

    Phone numbers

    photos List<GetDomainsUserPhoto>

    URLs of photos for the User

    preferredLanguage String

    User's preferred written or spoken language used for localized user interfaces

    profileUrl String

    A fully-qualified URL to a page representing the User's online profile

    roles List<GetDomainsUserRole>

    A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.

    schemas List<String>

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

    tags List<GetDomainsUserTag>

    A list of tags on this resource.

    tenancyOcid String

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

    timezone String

    User's timezone

    title String

    Title

    urnietfparamsscimschemasextensionenterprise20users List<GetDomainsUserUrnietfparamsscimschemasextensionenterprise20user>

    Enterprise User

    urnietfparamsscimschemasoracleidcsextensionOciTags List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTag>

    Oracle Cloud Infrastructure Tags.

    urnietfparamsscimschemasoracleidcsextensionadaptiveUsers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUser>

    This extension defines attributes to manage user's risk score.

    urnietfparamsscimschemasoracleidcsextensioncapabilitiesUsers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUser>

    User's Capabilities

    urnietfparamsscimschemasoracleidcsextensiondbCredentialsUsers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUser>

    The database credentials user extension.

    urnietfparamsscimschemasoracleidcsextensiondbUserUsers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUser>

    DB User extension

    urnietfparamsscimschemasoracleidcsextensionkerberosUserUsers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUser>

    Kerberos User extension

    urnietfparamsscimschemasoracleidcsextensionmfaUsers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUser>

    This extension defines attributes used to manage Multi-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.

    urnietfparamsscimschemasoracleidcsextensionpasswordStateUsers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUser>

    This extension defines attributes used to manage account passwords within a Service Provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.

    urnietfparamsscimschemasoracleidcsextensionpasswordlessUsers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUser>

    This extension defines attributes used to manage Passwordless-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.

    urnietfparamsscimschemasoracleidcsextensionposixUsers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUser>

    POSIX User extension

    urnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUsers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser>

    This extension defines the attributes used to store the security questions of a user.

    urnietfparamsscimschemasoracleidcsextensionselfChangeUsers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUser>

    Controls whether a user can update themselves or not via User related APIs

    urnietfparamsscimschemasoracleidcsextensionselfRegistrationUsers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUser>

    This extension defines attributes used to manage self registration profile linked to the user.

    urnietfparamsscimschemasoracleidcsextensionsffUsers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUser>

    SFF Auth Keys User extension

    urnietfparamsscimschemasoracleidcsextensionsocialAccountUsers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUser>

    Social User extension

    urnietfparamsscimschemasoracleidcsextensiontermsOfUseUsers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUser>

    Terms Of Use extension

    urnietfparamsscimschemasoracleidcsextensionuserCredentialsUsers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUser>

    User's credentials

    urnietfparamsscimschemasoracleidcsextensionuserStateUsers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUser>

    This extension defines the attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.

    urnietfparamsscimschemasoracleidcsextensionuserUsers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUser>

    Oracle Identity Cloud Service User

    userId String

    User Support User Id

    userName String

    User name

    userType String

    Used to identify the organization-to-user relationship

    x509certificates List<GetDomainsUserX509certificate>

    A list of certificates issued to the User.

    attributeSets List<String>
    attributes String
    authorization String
    resourceTypeSchemaVersion String
    active boolean

    Status of the account

    addresses GetDomainsUserAddress[]

    A physical mailing address for this User, as described in (address Element). Canonical Type Values of work, home, and other. The value attribute is a complex type with the following sub-attributes.

    compartmentOcid string

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

    deleteInProgress boolean

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

    description string

    Description of the user

    displayName string

    The displayName of the User's manager. OPTIONAL and READ-ONLY.

    domainOcid string

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

    emails GetDomainsUserEmail[]

    A complex attribute representing emails

    entitlements GetDomainsUserEntitlement[]

    A list of entitlements for the User that represent a thing the User has.

    externalId string

    An identifier for the Resource as defined by the Service Consumer. READ-ONLY.

    groups GetDomainsUserGroup[]

    A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated

    id string

    Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.

    idcsCreatedBies GetDomainsUserIdcsCreatedBy[]

    The User or App who created the Resource

    idcsEndpoint string
    idcsLastModifiedBies GetDomainsUserIdcsLastModifiedBy[]

    The User or App who modified the Resource

    idcsLastUpgradedInRelease string

    The release number when the resource was upgraded.

    idcsPreventedOperations string[]

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

    ims GetDomainsUserIm[]

    User's instant messaging addresses

    locale string

    Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.

    metas GetDomainsUserMeta[]

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

    names GetDomainsUserName[]

    Name of the account assigned to the User.

    nickName string

    Nick name

    ocid string

    The OCID of the user's support account.

    password string

    Password attribute. Max length for password is controlled via Password Policy.

    phoneNumbers GetDomainsUserPhoneNumber[]

    Phone numbers

    photos GetDomainsUserPhoto[]

    URLs of photos for the User

    preferredLanguage string

    User's preferred written or spoken language used for localized user interfaces

    profileUrl string

    A fully-qualified URL to a page representing the User's online profile

    roles GetDomainsUserRole[]

    A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.

    schemas string[]

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

    tags GetDomainsUserTag[]

    A list of tags on this resource.

    tenancyOcid string

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

    timezone string

    User's timezone

    title string

    Title

    urnietfparamsscimschemasextensionenterprise20users GetDomainsUserUrnietfparamsscimschemasextensionenterprise20user[]

    Enterprise User

    urnietfparamsscimschemasoracleidcsextensionOciTags GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTag[]

    Oracle Cloud Infrastructure Tags.

    urnietfparamsscimschemasoracleidcsextensionadaptiveUsers GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUser[]

    This extension defines attributes to manage user's risk score.

    urnietfparamsscimschemasoracleidcsextensioncapabilitiesUsers GetDomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUser[]

    User's Capabilities

    urnietfparamsscimschemasoracleidcsextensiondbCredentialsUsers GetDomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUser[]

    The database credentials user extension.

    urnietfparamsscimschemasoracleidcsextensiondbUserUsers GetDomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUser[]

    DB User extension

    urnietfparamsscimschemasoracleidcsextensionkerberosUserUsers GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUser[]

    Kerberos User extension

    urnietfparamsscimschemasoracleidcsextensionmfaUsers GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUser[]

    This extension defines attributes used to manage Multi-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.

    urnietfparamsscimschemasoracleidcsextensionpasswordStateUsers GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUser[]

    This extension defines attributes used to manage account passwords within a Service Provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.

    urnietfparamsscimschemasoracleidcsextensionpasswordlessUsers GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUser[]

    This extension defines attributes used to manage Passwordless-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.

    urnietfparamsscimschemasoracleidcsextensionposixUsers GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUser[]

    POSIX User extension

    urnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUsers GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser[]

    This extension defines the attributes used to store the security questions of a user.

    urnietfparamsscimschemasoracleidcsextensionselfChangeUsers GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUser[]

    Controls whether a user can update themselves or not via User related APIs

    urnietfparamsscimschemasoracleidcsextensionselfRegistrationUsers GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUser[]

    This extension defines attributes used to manage self registration profile linked to the user.

    urnietfparamsscimschemasoracleidcsextensionsffUsers GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUser[]

    SFF Auth Keys User extension

    urnietfparamsscimschemasoracleidcsextensionsocialAccountUsers GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUser[]

    Social User extension

    urnietfparamsscimschemasoracleidcsextensiontermsOfUseUsers GetDomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUser[]

    Terms Of Use extension

    urnietfparamsscimschemasoracleidcsextensionuserCredentialsUsers GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUser[]

    User's credentials

    urnietfparamsscimschemasoracleidcsextensionuserStateUsers GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUser[]

    This extension defines the attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.

    urnietfparamsscimschemasoracleidcsextensionuserUsers GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUser[]

    Oracle Identity Cloud Service User

    userId string

    User Support User Id

    userName string

    User name

    userType string

    Used to identify the organization-to-user relationship

    x509certificates GetDomainsUserX509certificate[]

    A list of certificates issued to the User.

    attributeSets string[]
    attributes string
    authorization string
    resourceTypeSchemaVersion string
    active bool

    Status of the account

    addresses GetDomainsUserAddress]

    A physical mailing address for this User, as described in (address Element). Canonical Type Values of work, home, and other. The value attribute is a complex type with the following sub-attributes.

    compartment_ocid str

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

    delete_in_progress bool

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

    description str

    Description of the user

    display_name str

    The displayName of the User's manager. OPTIONAL and READ-ONLY.

    domain_ocid str

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

    emails GetDomainsUserEmail]

    A complex attribute representing emails

    entitlements GetDomainsUserEntitlement]

    A list of entitlements for the User that represent a thing the User has.

    external_id str

    An identifier for the Resource as defined by the Service Consumer. READ-ONLY.

    groups GetDomainsUserGroup]

    A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated

    id str

    Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.

    idcs_created_bies GetDomainsUserIdcsCreatedBy]

    The User or App who created the Resource

    idcs_endpoint str
    idcs_last_modified_bies GetDomainsUserIdcsLastModifiedBy]

    The User or App who modified the Resource

    idcs_last_upgraded_in_release str

    The release number when the resource was upgraded.

    idcs_prevented_operations Sequence[str]

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

    ims GetDomainsUserIm]

    User's instant messaging addresses

    locale str

    Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.

    metas GetDomainsUserMeta]

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

    names GetDomainsUserName]

    Name of the account assigned to the User.

    nick_name str

    Nick name

    ocid str

    The OCID of the user's support account.

    password str

    Password attribute. Max length for password is controlled via Password Policy.

    phone_numbers GetDomainsUserPhoneNumber]

    Phone numbers

    photos GetDomainsUserPhoto]

    URLs of photos for the User

    preferred_language str

    User's preferred written or spoken language used for localized user interfaces

    profile_url str

    A fully-qualified URL to a page representing the User's online profile

    roles GetDomainsUserRole]

    A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.

    schemas Sequence[str]

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

    tags GetDomainsUserTag]

    A list of tags on this resource.

    tenancy_ocid str

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

    timezone str

    User's timezone

    title str

    Title

    urnietfparamsscimschemasextensionenterprise20users GetDomainsUserUrnietfparamsscimschemasextensionenterprise20user]

    Enterprise User

    urnietfparamsscimschemasoracleidcsextension_oci_tags GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTag]

    Oracle Cloud Infrastructure Tags.

    urnietfparamsscimschemasoracleidcsextensionadaptive_users GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUser]

    This extension defines attributes to manage user's risk score.

    urnietfparamsscimschemasoracleidcsextensioncapabilities_users GetDomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUser]

    User's Capabilities

    urnietfparamsscimschemasoracleidcsextensiondb_credentials_users GetDomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUser]

    The database credentials user extension.

    urnietfparamsscimschemasoracleidcsextensiondb_user_users GetDomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUser]

    DB User extension

    urnietfparamsscimschemasoracleidcsextensionkerberos_user_users GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUser]

    Kerberos User extension

    urnietfparamsscimschemasoracleidcsextensionmfa_users GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUser]

    This extension defines attributes used to manage Multi-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.

    urnietfparamsscimschemasoracleidcsextensionpassword_state_users GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUser]

    This extension defines attributes used to manage account passwords within a Service Provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.

    urnietfparamsscimschemasoracleidcsextensionpasswordless_users GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUser]

    This extension defines attributes used to manage Passwordless-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.

    urnietfparamsscimschemasoracleidcsextensionposix_users GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUser]

    POSIX User extension

    urnietfparamsscimschemasoracleidcsextensionsecurity_questions_users GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser]

    This extension defines the attributes used to store the security questions of a user.

    urnietfparamsscimschemasoracleidcsextensionself_change_users GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUser]

    Controls whether a user can update themselves or not via User related APIs

    urnietfparamsscimschemasoracleidcsextensionself_registration_users GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUser]

    This extension defines attributes used to manage self registration profile linked to the user.

    urnietfparamsscimschemasoracleidcsextensionsff_users GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUser]

    SFF Auth Keys User extension

    urnietfparamsscimschemasoracleidcsextensionsocial_account_users GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUser]

    Social User extension

    urnietfparamsscimschemasoracleidcsextensionterms_of_use_users GetDomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUser]

    Terms Of Use extension

    urnietfparamsscimschemasoracleidcsextensionuser_credentials_users GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUser]

    User's credentials

    urnietfparamsscimschemasoracleidcsextensionuser_state_users GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUser]

    This extension defines the attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.

    urnietfparamsscimschemasoracleidcsextensionuser_users GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUser]

    Oracle Identity Cloud Service User

    user_id str

    User Support User Id

    user_name str

    User name

    user_type str

    Used to identify the organization-to-user relationship

    x509certificates GetDomainsUserX509certificate]

    A list of certificates issued to the User.

    attribute_sets Sequence[str]
    attributes str
    authorization str
    resource_type_schema_version str
    active Boolean

    Status of the account

    addresses List<Property Map>

    A physical mailing address for this User, as described in (address Element). Canonical Type Values of work, home, and other. The value attribute is a complex type with the following sub-attributes.

    compartmentOcid String

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

    deleteInProgress Boolean

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

    description String

    Description of the user

    displayName String

    The displayName of the User's manager. OPTIONAL and READ-ONLY.

    domainOcid String

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

    emails List<Property Map>

    A complex attribute representing emails

    entitlements List<Property Map>

    A list of entitlements for the User that represent a thing the User has.

    externalId String

    An identifier for the Resource as defined by the Service Consumer. READ-ONLY.

    groups List<Property Map>

    A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated

    id String

    Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.

    idcsCreatedBies List<Property Map>

    The User or App who created the Resource

    idcsEndpoint String
    idcsLastModifiedBies List<Property Map>

    The User or App who modified the Resource

    idcsLastUpgradedInRelease String

    The release number when the resource was upgraded.

    idcsPreventedOperations List<String>

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

    ims List<Property Map>

    User's instant messaging addresses

    locale String

    Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.

    metas List<Property Map>

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

    names List<Property Map>

    Name of the account assigned to the User.

    nickName String

    Nick name

    ocid String

    The OCID of the user's support account.

    password String

    Password attribute. Max length for password is controlled via Password Policy.

    phoneNumbers List<Property Map>

    Phone numbers

    photos List<Property Map>

    URLs of photos for the User

    preferredLanguage String

    User's preferred written or spoken language used for localized user interfaces

    profileUrl String

    A fully-qualified URL to a page representing the User's online profile

    roles List<Property Map>

    A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.

    schemas List<String>

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

    tags List<Property Map>

    A list of tags on this resource.

    tenancyOcid String

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

    timezone String

    User's timezone

    title String

    Title

    urnietfparamsscimschemasextensionenterprise20users List<Property Map>

    Enterprise User

    urnietfparamsscimschemasoracleidcsextensionOciTags List<Property Map>

    Oracle Cloud Infrastructure Tags.

    urnietfparamsscimschemasoracleidcsextensionadaptiveUsers List<Property Map>

    This extension defines attributes to manage user's risk score.

    urnietfparamsscimschemasoracleidcsextensioncapabilitiesUsers List<Property Map>

    User's Capabilities

    urnietfparamsscimschemasoracleidcsextensiondbCredentialsUsers List<Property Map>

    The database credentials user extension.

    urnietfparamsscimschemasoracleidcsextensiondbUserUsers List<Property Map>

    DB User extension

    urnietfparamsscimschemasoracleidcsextensionkerberosUserUsers List<Property Map>

    Kerberos User extension

    urnietfparamsscimschemasoracleidcsextensionmfaUsers List<Property Map>

    This extension defines attributes used to manage Multi-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.

    urnietfparamsscimschemasoracleidcsextensionpasswordStateUsers List<Property Map>

    This extension defines attributes used to manage account passwords within a Service Provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.

    urnietfparamsscimschemasoracleidcsextensionpasswordlessUsers List<Property Map>

    This extension defines attributes used to manage Passwordless-Factor Authentication within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use MFA.

    urnietfparamsscimschemasoracleidcsextensionposixUsers List<Property Map>

    POSIX User extension

    urnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUsers List<Property Map>

    This extension defines the attributes used to store the security questions of a user.

    urnietfparamsscimschemasoracleidcsextensionselfChangeUsers List<Property Map>

    Controls whether a user can update themselves or not via User related APIs

    urnietfparamsscimschemasoracleidcsextensionselfRegistrationUsers List<Property Map>

    This extension defines attributes used to manage self registration profile linked to the user.

    urnietfparamsscimschemasoracleidcsextensionsffUsers List<Property Map>

    SFF Auth Keys User extension

    urnietfparamsscimschemasoracleidcsextensionsocialAccountUsers List<Property Map>

    Social User extension

    urnietfparamsscimschemasoracleidcsextensiontermsOfUseUsers List<Property Map>

    Terms Of Use extension

    urnietfparamsscimschemasoracleidcsextensionuserCredentialsUsers List<Property Map>

    User's credentials

    urnietfparamsscimschemasoracleidcsextensionuserStateUsers List<Property Map>

    This extension defines the attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.

    urnietfparamsscimschemasoracleidcsextensionuserUsers List<Property Map>

    Oracle Identity Cloud Service User

    userId String

    User Support User Id

    userName String

    User name

    userType String

    Used to identify the organization-to-user relationship

    x509certificates List<Property Map>

    A list of certificates issued to the User.

    attributeSets List<String>
    attributes String
    authorization String
    resourceTypeSchemaVersion String

    Supporting Types

    GetDomainsUserAddress

    Country string

    The country name component.

    Formatted string

    Full name

    Locality string

    The city or locality component.

    PostalCode string

    The zipcode or postal code component.

    Primary bool

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    Region string

    The state or region component.

    StreetAddress string

    The full street address component, which may include house number, street name, PO BOX, and multi-line extended street address information. This attribute MAY contain newlines.

    Type string

    A label indicating the attribute's function.

    Country string

    The country name component.

    Formatted string

    Full name

    Locality string

    The city or locality component.

    PostalCode string

    The zipcode or postal code component.

    Primary bool

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    Region string

    The state or region component.

    StreetAddress string

    The full street address component, which may include house number, street name, PO BOX, and multi-line extended street address information. This attribute MAY contain newlines.

    Type string

    A label indicating the attribute's function.

    country String

    The country name component.

    formatted String

    Full name

    locality String

    The city or locality component.

    postalCode String

    The zipcode or postal code component.

    primary Boolean

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    region String

    The state or region component.

    streetAddress String

    The full street address component, which may include house number, street name, PO BOX, and multi-line extended street address information. This attribute MAY contain newlines.

    type String

    A label indicating the attribute's function.

    country string

    The country name component.

    formatted string

    Full name

    locality string

    The city or locality component.

    postalCode string

    The zipcode or postal code component.

    primary boolean

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    region string

    The state or region component.

    streetAddress string

    The full street address component, which may include house number, street name, PO BOX, and multi-line extended street address information. This attribute MAY contain newlines.

    type string

    A label indicating the attribute's function.

    country str

    The country name component.

    formatted str

    Full name

    locality str

    The city or locality component.

    postal_code str

    The zipcode or postal code component.

    primary bool

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    region str

    The state or region component.

    street_address str

    The full street address component, which may include house number, street name, PO BOX, and multi-line extended street address information. This attribute MAY contain newlines.

    type str

    A label indicating the attribute's function.

    country String

    The country name component.

    formatted String

    Full name

    locality String

    The city or locality component.

    postalCode String

    The zipcode or postal code component.

    primary Boolean

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    region String

    The state or region component.

    streetAddress String

    The full street address component, which may include house number, street name, PO BOX, and multi-line extended street address information. This attribute MAY contain newlines.

    type String

    A label indicating the attribute's function.

    GetDomainsUserEmail

    PendingVerificationData string

    Pending e-mail address verification

    Primary bool

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    Secondary bool

    A Boolean value that indicates whether the email address is the secondary email address. The secondary attribute value 'true' MUST appear no more than once.

    Type string

    A label indicating the attribute's function.

    Value string

    The value of a X509 certificate.

    Verified bool

    A Boolean value that indicates if the phone number is verified.

    PendingVerificationData string

    Pending e-mail address verification

    Primary bool

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    Secondary bool

    A Boolean value that indicates whether the email address is the secondary email address. The secondary attribute value 'true' MUST appear no more than once.

    Type string

    A label indicating the attribute's function.

    Value string

    The value of a X509 certificate.

    Verified bool

    A Boolean value that indicates if the phone number is verified.

    pendingVerificationData String

    Pending e-mail address verification

    primary Boolean

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    secondary Boolean

    A Boolean value that indicates whether the email address is the secondary email address. The secondary attribute value 'true' MUST appear no more than once.

    type String

    A label indicating the attribute's function.

    value String

    The value of a X509 certificate.

    verified Boolean

    A Boolean value that indicates if the phone number is verified.

    pendingVerificationData string

    Pending e-mail address verification

    primary boolean

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    secondary boolean

    A Boolean value that indicates whether the email address is the secondary email address. The secondary attribute value 'true' MUST appear no more than once.

    type string

    A label indicating the attribute's function.

    value string

    The value of a X509 certificate.

    verified boolean

    A Boolean value that indicates if the phone number is verified.

    pending_verification_data str

    Pending e-mail address verification

    primary bool

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    secondary bool

    A Boolean value that indicates whether the email address is the secondary email address. The secondary attribute value 'true' MUST appear no more than once.

    type str

    A label indicating the attribute's function.

    value str

    The value of a X509 certificate.

    verified bool

    A Boolean value that indicates if the phone number is verified.

    pendingVerificationData String

    Pending e-mail address verification

    primary Boolean

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    secondary Boolean

    A Boolean value that indicates whether the email address is the secondary email address. The secondary attribute value 'true' MUST appear no more than once.

    type String

    A label indicating the attribute's function.

    value String

    The value of a X509 certificate.

    verified Boolean

    A Boolean value that indicates if the phone number is verified.

    GetDomainsUserEntitlement

    Display string

    A human readable name, primarily used for display purposes.

    Primary bool

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    Type string

    A label indicating the attribute's function.

    Value string

    The value of a X509 certificate.

    Display string

    A human readable name, primarily used for display purposes.

    Primary bool

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    Type string

    A label indicating the attribute's function.

    Value string

    The value of a X509 certificate.

    display String

    A human readable name, primarily used for display purposes.

    primary Boolean

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    type String

    A label indicating the attribute's function.

    value String

    The value of a X509 certificate.

    display string

    A human readable name, primarily used for display purposes.

    primary boolean

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    type string

    A label indicating the attribute's function.

    value string

    The value of a X509 certificate.

    display str

    A human readable name, primarily used for display purposes.

    primary bool

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    type str

    A label indicating the attribute's function.

    value str

    The value of a X509 certificate.

    display String

    A human readable name, primarily used for display purposes.

    primary Boolean

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    type String

    A label indicating the attribute's function.

    value String

    The value of a X509 certificate.

    GetDomainsUserGroup

    DateAdded string

    Date when the member is Added to the group

    Display string

    A human readable name, primarily used for display purposes.

    ExternalId string

    An identifier for the Resource as defined by the Service Consumer. READ-ONLY.

    MembershipOcid string

    The membership OCID.

    NonUniqueDisplay string

    A human readable name for Group as defined by the Service Consumer. READ-ONLY.

    Ocid string

    The OCID of the user's support account.

    Ref string

    User Token URI

    Type string

    A label indicating the attribute's function.

    Value string

    The value of a X509 certificate.

    DateAdded string

    Date when the member is Added to the group

    Display string

    A human readable name, primarily used for display purposes.

    ExternalId string

    An identifier for the Resource as defined by the Service Consumer. READ-ONLY.

    MembershipOcid string

    The membership OCID.

    NonUniqueDisplay string

    A human readable name for Group as defined by the Service Consumer. READ-ONLY.

    Ocid string

    The OCID of the user's support account.

    Ref string

    User Token URI

    Type string

    A label indicating the attribute's function.

    Value string

    The value of a X509 certificate.

    dateAdded String

    Date when the member is Added to the group

    display String

    A human readable name, primarily used for display purposes.

    externalId String

    An identifier for the Resource as defined by the Service Consumer. READ-ONLY.

    membershipOcid String

    The membership OCID.

    nonUniqueDisplay String

    A human readable name for Group as defined by the Service Consumer. READ-ONLY.

    ocid String

    The OCID of the user's support account.

    ref String

    User Token URI

    type String

    A label indicating the attribute's function.

    value String

    The value of a X509 certificate.

    dateAdded string

    Date when the member is Added to the group

    display string

    A human readable name, primarily used for display purposes.

    externalId string

    An identifier for the Resource as defined by the Service Consumer. READ-ONLY.

    membershipOcid string

    The membership OCID.

    nonUniqueDisplay string

    A human readable name for Group as defined by the Service Consumer. READ-ONLY.

    ocid string

    The OCID of the user's support account.

    ref string

    User Token URI

    type string

    A label indicating the attribute's function.

    value string

    The value of a X509 certificate.

    date_added str

    Date when the member is Added to the group

    display str

    A human readable name, primarily used for display purposes.

    external_id str

    An identifier for the Resource as defined by the Service Consumer. READ-ONLY.

    membership_ocid str

    The membership OCID.

    non_unique_display str

    A human readable name for Group as defined by the Service Consumer. READ-ONLY.

    ocid str

    The OCID of the user's support account.

    ref str

    User Token URI

    type str

    A label indicating the attribute's function.

    value str

    The value of a X509 certificate.

    dateAdded String

    Date when the member is Added to the group

    display String

    A human readable name, primarily used for display purposes.

    externalId String

    An identifier for the Resource as defined by the Service Consumer. READ-ONLY.

    membershipOcid String

    The membership OCID.

    nonUniqueDisplay String

    A human readable name for Group as defined by the Service Consumer. READ-ONLY.

    ocid String

    The OCID of the user's support account.

    ref String

    User Token URI

    type String

    A label indicating the attribute's function.

    value String

    The value of a X509 certificate.

    GetDomainsUserIdcsCreatedBy

    Display string

    A human readable name, primarily used for display purposes.

    Ocid string

    The OCID of the user's support account.

    Ref string

    User Token URI

    Type string

    A label indicating the attribute's function.

    Value string

    The value of a X509 certificate.

    Display string

    A human readable name, primarily used for display purposes.

    Ocid string

    The OCID of the user's support account.

    Ref string

    User Token URI

    Type string

    A label indicating the attribute's function.

    Value string

    The value of a X509 certificate.

    display String

    A human readable name, primarily used for display purposes.

    ocid String

    The OCID of the user's support account.

    ref String

    User Token URI

    type String

    A label indicating the attribute's function.

    value String

    The value of a X509 certificate.

    display string

    A human readable name, primarily used for display purposes.

    ocid string

    The OCID of the user's support account.

    ref string

    User Token URI

    type string

    A label indicating the attribute's function.

    value string

    The value of a X509 certificate.

    display str

    A human readable name, primarily used for display purposes.

    ocid str

    The OCID of the user's support account.

    ref str

    User Token URI

    type str

    A label indicating the attribute's function.

    value str

    The value of a X509 certificate.

    display String

    A human readable name, primarily used for display purposes.

    ocid String

    The OCID of the user's support account.

    ref String

    User Token URI

    type String

    A label indicating the attribute's function.

    value String

    The value of a X509 certificate.

    GetDomainsUserIdcsLastModifiedBy

    Display string

    A human readable name, primarily used for display purposes.

    Ocid string

    The OCID of the user's support account.

    Ref string

    User Token URI

    Type string

    A label indicating the attribute's function.

    Value string

    The value of a X509 certificate.

    Display string

    A human readable name, primarily used for display purposes.

    Ocid string

    The OCID of the user's support account.

    Ref string

    User Token URI

    Type string

    A label indicating the attribute's function.

    Value string

    The value of a X509 certificate.

    display String

    A human readable name, primarily used for display purposes.

    ocid String

    The OCID of the user's support account.

    ref String

    User Token URI

    type String

    A label indicating the attribute's function.

    value String

    The value of a X509 certificate.

    display string

    A human readable name, primarily used for display purposes.

    ocid string

    The OCID of the user's support account.

    ref string

    User Token URI

    type string

    A label indicating the attribute's function.

    value string

    The value of a X509 certificate.

    display str

    A human readable name, primarily used for display purposes.

    ocid str

    The OCID of the user's support account.

    ref str

    User Token URI

    type str

    A label indicating the attribute's function.

    value str

    The value of a X509 certificate.

    display String

    A human readable name, primarily used for display purposes.

    ocid String

    The OCID of the user's support account.

    ref String

    User Token URI

    type String

    A label indicating the attribute's function.

    value String

    The value of a X509 certificate.

    GetDomainsUserIm

    Display string

    A human readable name, primarily used for display purposes.

    Primary bool

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    Type string

    A label indicating the attribute's function.

    Value string

    The value of a X509 certificate.

    Display string

    A human readable name, primarily used for display purposes.

    Primary bool

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    Type string

    A label indicating the attribute's function.

    Value string

    The value of a X509 certificate.

    display String

    A human readable name, primarily used for display purposes.

    primary Boolean

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    type String

    A label indicating the attribute's function.

    value String

    The value of a X509 certificate.

    display string

    A human readable name, primarily used for display purposes.

    primary boolean

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    type string

    A label indicating the attribute's function.

    value string

    The value of a X509 certificate.

    display str

    A human readable name, primarily used for display purposes.

    primary bool

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    type str

    A label indicating the attribute's function.

    value str

    The value of a X509 certificate.

    display String

    A human readable name, primarily used for display purposes.

    primary Boolean

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    type String

    A label indicating the attribute's function.

    value String

    The value of a X509 certificate.

    GetDomainsUserMeta

    Created string

    The DateTime the Resource was added to the Service Provider

    LastModified string

    The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.

    Location string

    The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.

    ResourceType string

    Name of the resource type of the resource--for example, Users or Groups

    Version string

    The version of the Resource being returned. This value must be the same as the ETag HTTP response header.

    Created string

    The DateTime the Resource was added to the Service Provider

    LastModified string

    The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.

    Location string

    The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.

    ResourceType string

    Name of the resource type of the resource--for example, Users or Groups

    Version string

    The version of the Resource being returned. This value must be the same as the ETag HTTP response header.

    created String

    The DateTime the Resource was added to the Service Provider

    lastModified String

    The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.

    location String

    The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.

    resourceType String

    Name of the resource type of the resource--for example, Users or Groups

    version String

    The version of the Resource being returned. This value must be the same as the ETag HTTP response header.

    created string

    The DateTime the Resource was added to the Service Provider

    lastModified string

    The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.

    location string

    The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.

    resourceType string

    Name of the resource type of the resource--for example, Users or Groups

    version string

    The version of the Resource being returned. This value must be the same as the ETag HTTP response header.

    created str

    The DateTime the Resource was added to the Service Provider

    last_modified str

    The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.

    location str

    The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.

    resource_type str

    Name of the resource type of the resource--for example, Users or Groups

    version str

    The version of the Resource being returned. This value must be the same as the ETag HTTP response header.

    created String

    The DateTime the Resource was added to the Service Provider

    lastModified String

    The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.

    location String

    The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.

    resourceType String

    Name of the resource type of the resource--for example, Users or Groups

    version String

    The version of the Resource being returned. This value must be the same as the ETag HTTP response header.

    GetDomainsUserName

    FamilyName string

    Last name

    Formatted string

    Full name

    GivenName string

    First name

    HonorificPrefix string

    Prefix

    HonorificSuffix string

    Suffix

    MiddleName string

    Middle name

    FamilyName string

    Last name

    Formatted string

    Full name

    GivenName string

    First name

    HonorificPrefix string

    Prefix

    HonorificSuffix string

    Suffix

    MiddleName string

    Middle name

    familyName String

    Last name

    formatted String

    Full name

    givenName String

    First name

    honorificPrefix String

    Prefix

    honorificSuffix String

    Suffix

    middleName String

    Middle name

    familyName string

    Last name

    formatted string

    Full name

    givenName string

    First name

    honorificPrefix string

    Prefix

    honorificSuffix string

    Suffix

    middleName string

    Middle name

    family_name str

    Last name

    formatted str

    Full name

    given_name str

    First name

    honorific_prefix str

    Prefix

    honorific_suffix str

    Suffix

    middle_name str

    Middle name

    familyName String

    Last name

    formatted String

    Full name

    givenName String

    First name

    honorificPrefix String

    Prefix

    honorificSuffix String

    Suffix

    middleName String

    Middle name

    GetDomainsUserPhoneNumber

    Display string

    A human readable name, primarily used for display purposes.

    Primary bool

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    Type string

    A label indicating the attribute's function.

    Value string

    The value of a X509 certificate.

    Verified bool

    A Boolean value that indicates if the phone number is verified.

    Display string

    A human readable name, primarily used for display purposes.

    Primary bool

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    Type string

    A label indicating the attribute's function.

    Value string

    The value of a X509 certificate.

    Verified bool

    A Boolean value that indicates if the phone number is verified.

    display String

    A human readable name, primarily used for display purposes.

    primary Boolean

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    type String

    A label indicating the attribute's function.

    value String

    The value of a X509 certificate.

    verified Boolean

    A Boolean value that indicates if the phone number is verified.

    display string

    A human readable name, primarily used for display purposes.

    primary boolean

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    type string

    A label indicating the attribute's function.

    value string

    The value of a X509 certificate.

    verified boolean

    A Boolean value that indicates if the phone number is verified.

    display str

    A human readable name, primarily used for display purposes.

    primary bool

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    type str

    A label indicating the attribute's function.

    value str

    The value of a X509 certificate.

    verified bool

    A Boolean value that indicates if the phone number is verified.

    display String

    A human readable name, primarily used for display purposes.

    primary Boolean

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    type String

    A label indicating the attribute's function.

    value String

    The value of a X509 certificate.

    verified Boolean

    A Boolean value that indicates if the phone number is verified.

    GetDomainsUserPhoto

    Display string

    A human readable name, primarily used for display purposes.

    Primary bool

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    Type string

    A label indicating the attribute's function.

    Value string

    The value of a X509 certificate.

    Display string

    A human readable name, primarily used for display purposes.

    Primary bool

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    Type string

    A label indicating the attribute's function.

    Value string

    The value of a X509 certificate.

    display String

    A human readable name, primarily used for display purposes.

    primary Boolean

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    type String

    A label indicating the attribute's function.

    value String

    The value of a X509 certificate.

    display string

    A human readable name, primarily used for display purposes.

    primary boolean

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    type string

    A label indicating the attribute's function.

    value string

    The value of a X509 certificate.

    display str

    A human readable name, primarily used for display purposes.

    primary bool

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    type str

    A label indicating the attribute's function.

    value str

    The value of a X509 certificate.

    display String

    A human readable name, primarily used for display purposes.

    primary Boolean

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    type String

    A label indicating the attribute's function.

    value String

    The value of a X509 certificate.

    GetDomainsUserRole

    Display string

    A human readable name, primarily used for display purposes.

    Primary bool

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    Type string

    A label indicating the attribute's function.

    Value string

    The value of a X509 certificate.

    Display string

    A human readable name, primarily used for display purposes.

    Primary bool

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    Type string

    A label indicating the attribute's function.

    Value string

    The value of a X509 certificate.

    display String

    A human readable name, primarily used for display purposes.

    primary Boolean

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    type String

    A label indicating the attribute's function.

    value String

    The value of a X509 certificate.

    display string

    A human readable name, primarily used for display purposes.

    primary boolean

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    type string

    A label indicating the attribute's function.

    value string

    The value of a X509 certificate.

    display str

    A human readable name, primarily used for display purposes.

    primary bool

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    type str

    A label indicating the attribute's function.

    value str

    The value of a X509 certificate.

    display String

    A human readable name, primarily used for display purposes.

    primary Boolean

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    type String

    A label indicating the attribute's function.

    value String

    The value of a X509 certificate.

    GetDomainsUserTag

    Key string

    The user's API key value.

    Value string

    The value of a X509 certificate.

    Key string

    The user's API key value.

    Value string

    The value of a X509 certificate.

    key String

    The user's API key value.

    value String

    The value of a X509 certificate.

    key string

    The user's API key value.

    value string

    The value of a X509 certificate.

    key str

    The user's API key value.

    value str

    The value of a X509 certificate.

    key String

    The user's API key value.

    value String

    The value of a X509 certificate.

    GetDomainsUserUrnietfparamsscimschemasextensionenterprise20user

    CostCenter string

    Identifies the name of a cost center.

    Department string

    Identifies the name of a department.

    Division string

    Identifies the name of a division.

    EmployeeNumber string

    Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.

    Managers List<GetDomainsUserUrnietfparamsscimschemasextensionenterprise20userManager>

    The User's manager. A complex type that optionally allows Service Providers to represent organizational hierarchy by referencing the 'id' attribute of another User.

    Organization string

    Identifies the name of an organization.

    CostCenter string

    Identifies the name of a cost center.

    Department string

    Identifies the name of a department.

    Division string

    Identifies the name of a division.

    EmployeeNumber string

    Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.

    Managers []GetDomainsUserUrnietfparamsscimschemasextensionenterprise20userManager

    The User's manager. A complex type that optionally allows Service Providers to represent organizational hierarchy by referencing the 'id' attribute of another User.

    Organization string

    Identifies the name of an organization.

    costCenter String

    Identifies the name of a cost center.

    department String

    Identifies the name of a department.

    division String

    Identifies the name of a division.

    employeeNumber String

    Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.

    managers List<GetDomainsUserUrnietfparamsscimschemasextensionenterprise20userManager>

    The User's manager. A complex type that optionally allows Service Providers to represent organizational hierarchy by referencing the 'id' attribute of another User.

    organization String

    Identifies the name of an organization.

    costCenter string

    Identifies the name of a cost center.

    department string

    Identifies the name of a department.

    division string

    Identifies the name of a division.

    employeeNumber string

    Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.

    managers GetDomainsUserUrnietfparamsscimschemasextensionenterprise20userManager[]

    The User's manager. A complex type that optionally allows Service Providers to represent organizational hierarchy by referencing the 'id' attribute of another User.

    organization string

    Identifies the name of an organization.

    cost_center str

    Identifies the name of a cost center.

    department str

    Identifies the name of a department.

    division str

    Identifies the name of a division.

    employee_number str

    Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.

    managers GetDomainsUserUrnietfparamsscimschemasextensionenterprise20userManager]

    The User's manager. A complex type that optionally allows Service Providers to represent organizational hierarchy by referencing the 'id' attribute of another User.

    organization str

    Identifies the name of an organization.

    costCenter String

    Identifies the name of a cost center.

    department String

    Identifies the name of a department.

    division String

    Identifies the name of a division.

    employeeNumber String

    Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.

    managers List<Property Map>

    The User's manager. A complex type that optionally allows Service Providers to represent organizational hierarchy by referencing the 'id' attribute of another User.

    organization String

    Identifies the name of an organization.

    GetDomainsUserUrnietfparamsscimschemasextensionenterprise20userManager

    DisplayName string

    The displayName of the User's manager. OPTIONAL and READ-ONLY.

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    DisplayName string

    The displayName of the User's manager. OPTIONAL and READ-ONLY.

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    displayName String

    The displayName of the User's manager. OPTIONAL and READ-ONLY.

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    displayName string

    The displayName of the User's manager. OPTIONAL and READ-ONLY.

    ref string

    User Token URI

    value string

    The value of a X509 certificate.

    display_name str

    The displayName of the User's manager. OPTIONAL and READ-ONLY.

    ref str

    User Token URI

    value str

    The value of a X509 certificate.

    displayName String

    The displayName of the User's manager. OPTIONAL and READ-ONLY.

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTag

    DefinedTags List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagDefinedTag>

    Oracle Cloud Infrastructure Defined Tags

    FreeformTags List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagFreeformTag>

    Oracle Cloud Infrastructure Freeform Tags

    TagSlug string

    Oracle Cloud Infrastructure Tag slug

    DefinedTags []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagDefinedTag

    Oracle Cloud Infrastructure Defined Tags

    FreeformTags []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagFreeformTag

    Oracle Cloud Infrastructure Freeform Tags

    TagSlug string

    Oracle Cloud Infrastructure Tag slug

    definedTags List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagDefinedTag>

    Oracle Cloud Infrastructure Defined Tags

    freeformTags List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagFreeformTag>

    Oracle Cloud Infrastructure Freeform Tags

    tagSlug String

    Oracle Cloud Infrastructure Tag slug

    definedTags GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagDefinedTag[]

    Oracle Cloud Infrastructure Defined Tags

    freeformTags GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagFreeformTag[]

    Oracle Cloud Infrastructure Freeform Tags

    tagSlug string

    Oracle Cloud Infrastructure Tag slug

    defined_tags GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagDefinedTag]

    Oracle Cloud Infrastructure Defined Tags

    freeform_tags GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagFreeformTag]

    Oracle Cloud Infrastructure Freeform Tags

    tag_slug str

    Oracle Cloud Infrastructure Tag slug

    definedTags List<Property Map>

    Oracle Cloud Infrastructure Defined Tags

    freeformTags List<Property Map>

    Oracle Cloud Infrastructure Freeform Tags

    tagSlug String

    Oracle Cloud Infrastructure Tag slug

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagDefinedTag

    Key string

    The user's API key value.

    Namespace string

    Oracle Cloud Infrastructure Tag namespace

    Value string

    The value of a X509 certificate.

    Key string

    The user's API key value.

    Namespace string

    Oracle Cloud Infrastructure Tag namespace

    Value string

    The value of a X509 certificate.

    key String

    The user's API key value.

    namespace String

    Oracle Cloud Infrastructure Tag namespace

    value String

    The value of a X509 certificate.

    key string

    The user's API key value.

    namespace string

    Oracle Cloud Infrastructure Tag namespace

    value string

    The value of a X509 certificate.

    key str

    The user's API key value.

    namespace str

    Oracle Cloud Infrastructure Tag namespace

    value str

    The value of a X509 certificate.

    key String

    The user's API key value.

    namespace String

    Oracle Cloud Infrastructure Tag namespace

    value String

    The value of a X509 certificate.

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagFreeformTag

    Key string

    The user's API key value.

    Value string

    The value of a X509 certificate.

    Key string

    The user's API key value.

    Value string

    The value of a X509 certificate.

    key String

    The user's API key value.

    value String

    The value of a X509 certificate.

    key string

    The user's API key value.

    value string

    The value of a X509 certificate.

    key str

    The user's API key value.

    value str

    The value of a X509 certificate.

    key String

    The user's API key value.

    value String

    The value of a X509 certificate.

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUser

    riskLevel String

    Risk Level

    riskScores List<Property Map>

    The risk score pertaining to the user.

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserRiskScore

    LastUpdateTimestamp string

    Last update timestamp for the risk score

    Ref string

    User Token URI

    RiskLevel string

    Risk Level

    Score int

    Risk Score value

    Source string

    Risk Provider Profile Source

    Status string

    A supplemental status indicating the reason why a user is disabled

    Value string

    The value of a X509 certificate.

    LastUpdateTimestamp string

    Last update timestamp for the risk score

    Ref string

    User Token URI

    RiskLevel string

    Risk Level

    Score int

    Risk Score value

    Source string

    Risk Provider Profile Source

    Status string

    A supplemental status indicating the reason why a user is disabled

    Value string

    The value of a X509 certificate.

    lastUpdateTimestamp String

    Last update timestamp for the risk score

    ref String

    User Token URI

    riskLevel String

    Risk Level

    score Integer

    Risk Score value

    source String

    Risk Provider Profile Source

    status String

    A supplemental status indicating the reason why a user is disabled

    value String

    The value of a X509 certificate.

    lastUpdateTimestamp string

    Last update timestamp for the risk score

    ref string

    User Token URI

    riskLevel string

    Risk Level

    score number

    Risk Score value

    source string

    Risk Provider Profile Source

    status string

    A supplemental status indicating the reason why a user is disabled

    value string

    The value of a X509 certificate.

    last_update_timestamp str

    Last update timestamp for the risk score

    ref str

    User Token URI

    risk_level str

    Risk Level

    score int

    Risk Score value

    source str

    Risk Provider Profile Source

    status str

    A supplemental status indicating the reason why a user is disabled

    value str

    The value of a X509 certificate.

    lastUpdateTimestamp String

    Last update timestamp for the risk score

    ref String

    User Token URI

    riskLevel String

    Risk Level

    score Number

    Risk Score value

    source String

    Risk Provider Profile Source

    status String

    A supplemental status indicating the reason why a user is disabled

    value String

    The value of a X509 certificate.

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUser

    CanUseApiKeys bool

    Indicates whether a user can use API keys.

    CanUseAuthTokens bool

    Indicates whether a user can use Auth tokens.

    CanUseConsole bool

    Specifies whether user can access the Console.

    CanUseConsolePassword bool

    Indicates whether a user can use Console passwords.

    CanUseCustomerSecretKeys bool

    Indicates whether a user can use customer secret keys.

    CanUseDbCredentials bool

    Indicates whether a user can use database credentials.

    CanUseOauth2clientCredentials bool

    Indicates whether a user can use OAuth2 client credentials.

    CanUseSmtpCredentials bool

    Indicates whether a user can use SMTP credentials.

    CanUseApiKeys bool

    Indicates whether a user can use API keys.

    CanUseAuthTokens bool

    Indicates whether a user can use Auth tokens.

    CanUseConsole bool

    Specifies whether user can access the Console.

    CanUseConsolePassword bool

    Indicates whether a user can use Console passwords.

    CanUseCustomerSecretKeys bool

    Indicates whether a user can use customer secret keys.

    CanUseDbCredentials bool

    Indicates whether a user can use database credentials.

    CanUseOauth2clientCredentials bool

    Indicates whether a user can use OAuth2 client credentials.

    CanUseSmtpCredentials bool

    Indicates whether a user can use SMTP credentials.

    canUseApiKeys Boolean

    Indicates whether a user can use API keys.

    canUseAuthTokens Boolean

    Indicates whether a user can use Auth tokens.

    canUseConsole Boolean

    Specifies whether user can access the Console.

    canUseConsolePassword Boolean

    Indicates whether a user can use Console passwords.

    canUseCustomerSecretKeys Boolean

    Indicates whether a user can use customer secret keys.

    canUseDbCredentials Boolean

    Indicates whether a user can use database credentials.

    canUseOauth2clientCredentials Boolean

    Indicates whether a user can use OAuth2 client credentials.

    canUseSmtpCredentials Boolean

    Indicates whether a user can use SMTP credentials.

    canUseApiKeys boolean

    Indicates whether a user can use API keys.

    canUseAuthTokens boolean

    Indicates whether a user can use Auth tokens.

    canUseConsole boolean

    Specifies whether user can access the Console.

    canUseConsolePassword boolean

    Indicates whether a user can use Console passwords.

    canUseCustomerSecretKeys boolean

    Indicates whether a user can use customer secret keys.

    canUseDbCredentials boolean

    Indicates whether a user can use database credentials.

    canUseOauth2clientCredentials boolean

    Indicates whether a user can use OAuth2 client credentials.

    canUseSmtpCredentials boolean

    Indicates whether a user can use SMTP credentials.

    can_use_api_keys bool

    Indicates whether a user can use API keys.

    can_use_auth_tokens bool

    Indicates whether a user can use Auth tokens.

    can_use_console bool

    Specifies whether user can access the Console.

    can_use_console_password bool

    Indicates whether a user can use Console passwords.

    can_use_customer_secret_keys bool

    Indicates whether a user can use customer secret keys.

    can_use_db_credentials bool

    Indicates whether a user can use database credentials.

    can_use_oauth2client_credentials bool

    Indicates whether a user can use OAuth2 client credentials.

    can_use_smtp_credentials bool

    Indicates whether a user can use SMTP credentials.

    canUseApiKeys Boolean

    Indicates whether a user can use API keys.

    canUseAuthTokens Boolean

    Indicates whether a user can use Auth tokens.

    canUseConsole Boolean

    Specifies whether user can access the Console.

    canUseConsolePassword Boolean

    Indicates whether a user can use Console passwords.

    canUseCustomerSecretKeys Boolean

    Indicates whether a user can use customer secret keys.

    canUseDbCredentials Boolean

    Indicates whether a user can use database credentials.

    canUseOauth2clientCredentials Boolean

    Indicates whether a user can use OAuth2 client credentials.

    canUseSmtpCredentials Boolean

    Indicates whether a user can use SMTP credentials.

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUser

    DbLoginAttempts int

    The number of failed login attempts. The value is reset to 0 after a successful login.

    DbUserName string

    The database username.

    DbLoginAttempts int

    The number of failed login attempts. The value is reset to 0 after a successful login.

    DbUserName string

    The database username.

    dbLoginAttempts Integer

    The number of failed login attempts. The value is reset to 0 after a successful login.

    dbUserName String

    The database username.

    dbLoginAttempts number

    The number of failed login attempts. The value is reset to 0 after a successful login.

    dbUserName string

    The database username.

    db_login_attempts int

    The number of failed login attempts. The value is reset to 0 after a successful login.

    db_user_name str

    The database username.

    dbLoginAttempts Number

    The number of failed login attempts. The value is reset to 0 after a successful login.

    dbUserName String

    The database username.

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUser

    DbGlobalRoles List<string>

    DB global roles to which the user is granted access.

    DomainLevelSchema string

    DB domain level schema to which the user is granted access.

    InstanceLevelSchema string

    DB instance level schema to which the user is granted access.

    IsDbUser bool

    If true, indicates this is a database user.

    PasswordVerifiers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUserPasswordVerifier>

    Password Verifiers for DB User.

    DbGlobalRoles []string

    DB global roles to which the user is granted access.

    DomainLevelSchema string

    DB domain level schema to which the user is granted access.

    InstanceLevelSchema string

    DB instance level schema to which the user is granted access.

    IsDbUser bool

    If true, indicates this is a database user.

    PasswordVerifiers []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUserPasswordVerifier

    Password Verifiers for DB User.

    dbGlobalRoles List<String>

    DB global roles to which the user is granted access.

    domainLevelSchema String

    DB domain level schema to which the user is granted access.

    instanceLevelSchema String

    DB instance level schema to which the user is granted access.

    isDbUser Boolean

    If true, indicates this is a database user.

    passwordVerifiers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUserPasswordVerifier>

    Password Verifiers for DB User.

    dbGlobalRoles string[]

    DB global roles to which the user is granted access.

    domainLevelSchema string

    DB domain level schema to which the user is granted access.

    instanceLevelSchema string

    DB instance level schema to which the user is granted access.

    isDbUser boolean

    If true, indicates this is a database user.

    passwordVerifiers GetDomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUserPasswordVerifier[]

    Password Verifiers for DB User.

    db_global_roles Sequence[str]

    DB global roles to which the user is granted access.

    domain_level_schema str

    DB domain level schema to which the user is granted access.

    instance_level_schema str

    DB instance level schema to which the user is granted access.

    is_db_user bool

    If true, indicates this is a database user.

    password_verifiers GetDomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUserPasswordVerifier]

    Password Verifiers for DB User.

    dbGlobalRoles List<String>

    DB global roles to which the user is granted access.

    domainLevelSchema String

    DB domain level schema to which the user is granted access.

    instanceLevelSchema String

    DB instance level schema to which the user is granted access.

    isDbUser Boolean

    If true, indicates this is a database user.

    passwordVerifiers List<Property Map>

    Password Verifiers for DB User.

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensiondbUserUserPasswordVerifier

    Type string

    A label indicating the attribute's function.

    Value string

    The value of a X509 certificate.

    Type string

    A label indicating the attribute's function.

    Value string

    The value of a X509 certificate.

    type String

    A label indicating the attribute's function.

    value String

    The value of a X509 certificate.

    type string

    A label indicating the attribute's function.

    value string

    The value of a X509 certificate.

    type str

    A label indicating the attribute's function.

    value str

    The value of a X509 certificate.

    type String

    A label indicating the attribute's function.

    value String

    The value of a X509 certificate.

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUser

    RealmUsers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserRealmUser>

    A list of kerberos realm users for an Oracle Identity Cloud Service User

    RealmUsers []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserRealmUser

    A list of kerberos realm users for an Oracle Identity Cloud Service User

    realmUsers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserRealmUser>

    A list of kerberos realm users for an Oracle Identity Cloud Service User

    realmUsers GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserRealmUser[]

    A list of kerberos realm users for an Oracle Identity Cloud Service User

    realm_users GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserRealmUser]

    A list of kerberos realm users for an Oracle Identity Cloud Service User

    realmUsers List<Property Map>

    A list of kerberos realm users for an Oracle Identity Cloud Service User

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserRealmUser

    PrincipalName string

    Principal Name of the KerberosRealmUser associated with the Oracle Identity Cloud Service User.

    RealmName string

    Realm Name for the KerberosRealmUser associated with the Oracle Identity Cloud Service User.

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    PrincipalName string

    Principal Name of the KerberosRealmUser associated with the Oracle Identity Cloud Service User.

    RealmName string

    Realm Name for the KerberosRealmUser associated with the Oracle Identity Cloud Service User.

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    principalName String

    Principal Name of the KerberosRealmUser associated with the Oracle Identity Cloud Service User.

    realmName String

    Realm Name for the KerberosRealmUser associated with the Oracle Identity Cloud Service User.

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    principalName string

    Principal Name of the KerberosRealmUser associated with the Oracle Identity Cloud Service User.

    realmName string

    Realm Name for the KerberosRealmUser associated with the Oracle Identity Cloud Service User.

    ref string

    User Token URI

    value string

    The value of a X509 certificate.

    principal_name str

    Principal Name of the KerberosRealmUser associated with the Oracle Identity Cloud Service User.

    realm_name str

    Realm Name for the KerberosRealmUser associated with the Oracle Identity Cloud Service User.

    ref str

    User Token URI

    value str

    The value of a X509 certificate.

    principalName String

    Principal Name of the KerberosRealmUser associated with the Oracle Identity Cloud Service User.

    realmName String

    Realm Name for the KerberosRealmUser associated with the Oracle Identity Cloud Service User.

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUser

    BypassCodes List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserBypassCode>

    A list of bypass codes that belongs to the user.

    Devices List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserDevice>

    A list of devices enrolled by the user.

    LoginAttempts int

    The number of failed login attempts. The value is reset to 0 after a successful login.

    MfaEnabledOn string

    The date when the user enrolled in multi factor authentication. This will be set to null, when the user resets their factors.

    MfaIgnoredApps List<string>

    User MFA Ignored Apps Identifiers

    MfaStatus string

    The user opted for MFA.

    PreferredAuthenticationFactor string

    The preferred authentication factor type.

    PreferredAuthenticationMethod string

    The preferred authentication method.

    PreferredDevices List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserPreferredDevice>

    The user's preferred device.

    PreferredThirdPartyVendor string

    The preferred third-party vendor name.

    TrustedUserAgents List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserTrustedUserAgent>

    A list of trusted User Agents owned by this user. Multi-Factored Authentication uses Trusted User Agents to authenticate users. A User Agent is software application that a user uses to issue requests. For example, a User Agent could be a particular browser (possibly one of several executing on a desktop or laptop) or a particular mobile application (again, oneof several executing on a particular mobile device). A User Agent is trusted once the Multi-Factor Authentication has verified it in some way.

    BypassCodes []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserBypassCode

    A list of bypass codes that belongs to the user.

    Devices []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserDevice

    A list of devices enrolled by the user.

    LoginAttempts int

    The number of failed login attempts. The value is reset to 0 after a successful login.

    MfaEnabledOn string

    The date when the user enrolled in multi factor authentication. This will be set to null, when the user resets their factors.

    MfaIgnoredApps []string

    User MFA Ignored Apps Identifiers

    MfaStatus string

    The user opted for MFA.

    PreferredAuthenticationFactor string

    The preferred authentication factor type.

    PreferredAuthenticationMethod string

    The preferred authentication method.

    PreferredDevices []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserPreferredDevice

    The user's preferred device.

    PreferredThirdPartyVendor string

    The preferred third-party vendor name.

    TrustedUserAgents []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserTrustedUserAgent

    A list of trusted User Agents owned by this user. Multi-Factored Authentication uses Trusted User Agents to authenticate users. A User Agent is software application that a user uses to issue requests. For example, a User Agent could be a particular browser (possibly one of several executing on a desktop or laptop) or a particular mobile application (again, oneof several executing on a particular mobile device). A User Agent is trusted once the Multi-Factor Authentication has verified it in some way.

    bypassCodes List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserBypassCode>

    A list of bypass codes that belongs to the user.

    devices List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserDevice>

    A list of devices enrolled by the user.

    loginAttempts Integer

    The number of failed login attempts. The value is reset to 0 after a successful login.

    mfaEnabledOn String

    The date when the user enrolled in multi factor authentication. This will be set to null, when the user resets their factors.

    mfaIgnoredApps List<String>

    User MFA Ignored Apps Identifiers

    mfaStatus String

    The user opted for MFA.

    preferredAuthenticationFactor String

    The preferred authentication factor type.

    preferredAuthenticationMethod String

    The preferred authentication method.

    preferredDevices List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserPreferredDevice>

    The user's preferred device.

    preferredThirdPartyVendor String

    The preferred third-party vendor name.

    trustedUserAgents List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserTrustedUserAgent>

    A list of trusted User Agents owned by this user. Multi-Factored Authentication uses Trusted User Agents to authenticate users. A User Agent is software application that a user uses to issue requests. For example, a User Agent could be a particular browser (possibly one of several executing on a desktop or laptop) or a particular mobile application (again, oneof several executing on a particular mobile device). A User Agent is trusted once the Multi-Factor Authentication has verified it in some way.

    bypassCodes GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserBypassCode[]

    A list of bypass codes that belongs to the user.

    devices GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserDevice[]

    A list of devices enrolled by the user.

    loginAttempts number

    The number of failed login attempts. The value is reset to 0 after a successful login.

    mfaEnabledOn string

    The date when the user enrolled in multi factor authentication. This will be set to null, when the user resets their factors.

    mfaIgnoredApps string[]

    User MFA Ignored Apps Identifiers

    mfaStatus string

    The user opted for MFA.

    preferredAuthenticationFactor string

    The preferred authentication factor type.

    preferredAuthenticationMethod string

    The preferred authentication method.

    preferredDevices GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserPreferredDevice[]

    The user's preferred device.

    preferredThirdPartyVendor string

    The preferred third-party vendor name.

    trustedUserAgents GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserTrustedUserAgent[]

    A list of trusted User Agents owned by this user. Multi-Factored Authentication uses Trusted User Agents to authenticate users. A User Agent is software application that a user uses to issue requests. For example, a User Agent could be a particular browser (possibly one of several executing on a desktop or laptop) or a particular mobile application (again, oneof several executing on a particular mobile device). A User Agent is trusted once the Multi-Factor Authentication has verified it in some way.

    bypass_codes GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserBypassCode]

    A list of bypass codes that belongs to the user.

    devices GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserDevice]

    A list of devices enrolled by the user.

    login_attempts int

    The number of failed login attempts. The value is reset to 0 after a successful login.

    mfa_enabled_on str

    The date when the user enrolled in multi factor authentication. This will be set to null, when the user resets their factors.

    mfa_ignored_apps Sequence[str]

    User MFA Ignored Apps Identifiers

    mfa_status str

    The user opted for MFA.

    preferred_authentication_factor str

    The preferred authentication factor type.

    preferred_authentication_method str

    The preferred authentication method.

    preferred_devices GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserPreferredDevice]

    The user's preferred device.

    preferred_third_party_vendor str

    The preferred third-party vendor name.

    trusted_user_agents GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserTrustedUserAgent]

    A list of trusted User Agents owned by this user. Multi-Factored Authentication uses Trusted User Agents to authenticate users. A User Agent is software application that a user uses to issue requests. For example, a User Agent could be a particular browser (possibly one of several executing on a desktop or laptop) or a particular mobile application (again, oneof several executing on a particular mobile device). A User Agent is trusted once the Multi-Factor Authentication has verified it in some way.

    bypassCodes List<Property Map>

    A list of bypass codes that belongs to the user.

    devices List<Property Map>

    A list of devices enrolled by the user.

    loginAttempts Number

    The number of failed login attempts. The value is reset to 0 after a successful login.

    mfaEnabledOn String

    The date when the user enrolled in multi factor authentication. This will be set to null, when the user resets their factors.

    mfaIgnoredApps List<String>

    User MFA Ignored Apps Identifiers

    mfaStatus String

    The user opted for MFA.

    preferredAuthenticationFactor String

    The preferred authentication factor type.

    preferredAuthenticationMethod String

    The preferred authentication method.

    preferredDevices List<Property Map>

    The user's preferred device.

    preferredThirdPartyVendor String

    The preferred third-party vendor name.

    trustedUserAgents List<Property Map>

    A list of trusted User Agents owned by this user. Multi-Factored Authentication uses Trusted User Agents to authenticate users. A User Agent is software application that a user uses to issue requests. For example, a User Agent could be a particular browser (possibly one of several executing on a desktop or laptop) or a particular mobile application (again, oneof several executing on a particular mobile device). A User Agent is trusted once the Multi-Factor Authentication has verified it in some way.

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserBypassCode

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    ref string

    User Token URI

    value string

    The value of a X509 certificate.

    ref str

    User Token URI

    value str

    The value of a X509 certificate.

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserDevice

    AuthenticationMethod string

    The authentication method.

    Display string

    A human readable name, primarily used for display purposes.

    FactorStatus string

    The device authentication factor status.

    FactorType string

    Authentication Factor Type

    LastSyncTime string

    The last sync time for device.

    Ref string

    User Token URI

    Status string

    A supplemental status indicating the reason why a user is disabled

    ThirdPartyVendorName string

    The third-party factor vendor name.

    Value string

    The value of a X509 certificate.

    AuthenticationMethod string

    The authentication method.

    Display string

    A human readable name, primarily used for display purposes.

    FactorStatus string

    The device authentication factor status.

    FactorType string

    Authentication Factor Type

    LastSyncTime string

    The last sync time for device.

    Ref string

    User Token URI

    Status string

    A supplemental status indicating the reason why a user is disabled

    ThirdPartyVendorName string

    The third-party factor vendor name.

    Value string

    The value of a X509 certificate.

    authenticationMethod String

    The authentication method.

    display String

    A human readable name, primarily used for display purposes.

    factorStatus String

    The device authentication factor status.

    factorType String

    Authentication Factor Type

    lastSyncTime String

    The last sync time for device.

    ref String

    User Token URI

    status String

    A supplemental status indicating the reason why a user is disabled

    thirdPartyVendorName String

    The third-party factor vendor name.

    value String

    The value of a X509 certificate.

    authenticationMethod string

    The authentication method.

    display string

    A human readable name, primarily used for display purposes.

    factorStatus string

    The device authentication factor status.

    factorType string

    Authentication Factor Type

    lastSyncTime string

    The last sync time for device.

    ref string

    User Token URI

    status string

    A supplemental status indicating the reason why a user is disabled

    thirdPartyVendorName string

    The third-party factor vendor name.

    value string

    The value of a X509 certificate.

    authentication_method str

    The authentication method.

    display str

    A human readable name, primarily used for display purposes.

    factor_status str

    The device authentication factor status.

    factor_type str

    Authentication Factor Type

    last_sync_time str

    The last sync time for device.

    ref str

    User Token URI

    status str

    A supplemental status indicating the reason why a user is disabled

    third_party_vendor_name str

    The third-party factor vendor name.

    value str

    The value of a X509 certificate.

    authenticationMethod String

    The authentication method.

    display String

    A human readable name, primarily used for display purposes.

    factorStatus String

    The device authentication factor status.

    factorType String

    Authentication Factor Type

    lastSyncTime String

    The last sync time for device.

    ref String

    User Token URI

    status String

    A supplemental status indicating the reason why a user is disabled

    thirdPartyVendorName String

    The third-party factor vendor name.

    value String

    The value of a X509 certificate.

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserPreferredDevice

    Display string

    A human readable name, primarily used for display purposes.

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    Display string

    A human readable name, primarily used for display purposes.

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    display String

    A human readable name, primarily used for display purposes.

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    display string

    A human readable name, primarily used for display purposes.

    ref string

    User Token URI

    value string

    The value of a X509 certificate.

    display str

    A human readable name, primarily used for display purposes.

    ref str

    User Token URI

    value str

    The value of a X509 certificate.

    display String

    A human readable name, primarily used for display purposes.

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserTrustedUserAgent

    Display string

    A human readable name, primarily used for display purposes.

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    Display string

    A human readable name, primarily used for display purposes.

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    display String

    A human readable name, primarily used for display purposes.

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    display string

    A human readable name, primarily used for display purposes.

    ref string

    User Token URI

    value string

    The value of a X509 certificate.

    display str

    A human readable name, primarily used for display purposes.

    ref str

    User Token URI

    value str

    The value of a X509 certificate.

    display String

    A human readable name, primarily used for display purposes.

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUser

    ApplicablePasswordPolicies List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUserApplicablePasswordPolicy>

    Applicable Password Policy

    CantChange bool

    Indicates that the current password MAY NOT be changed and all other password expiry settings SHALL be ignored

    CantExpire bool

    Indicates that the password expiry policy will not be applied for the current Resource

    Expired bool

    Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.

    LastFailedValidationDate string

    A DateTime that specifies the date and time when last failed password validation was set

    LastSuccessfulSetDate string

    A DateTime that specifies the date and time when the current password was set

    LastSuccessfulValidationDate string

    A DateTime that specifies the date and time when last successful password validation was set

    MustChange bool

    Indicates that the subject password value MUST change on next login. If not changed, typically the account is locked. The value may be set indirectly when the subject's current password expires or directly set by an administrator.

    ApplicablePasswordPolicies []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUserApplicablePasswordPolicy

    Applicable Password Policy

    CantChange bool

    Indicates that the current password MAY NOT be changed and all other password expiry settings SHALL be ignored

    CantExpire bool

    Indicates that the password expiry policy will not be applied for the current Resource

    Expired bool

    Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.

    LastFailedValidationDate string

    A DateTime that specifies the date and time when last failed password validation was set

    LastSuccessfulSetDate string

    A DateTime that specifies the date and time when the current password was set

    LastSuccessfulValidationDate string

    A DateTime that specifies the date and time when last successful password validation was set

    MustChange bool

    Indicates that the subject password value MUST change on next login. If not changed, typically the account is locked. The value may be set indirectly when the subject's current password expires or directly set by an administrator.

    applicablePasswordPolicies List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUserApplicablePasswordPolicy>

    Applicable Password Policy

    cantChange Boolean

    Indicates that the current password MAY NOT be changed and all other password expiry settings SHALL be ignored

    cantExpire Boolean

    Indicates that the password expiry policy will not be applied for the current Resource

    expired Boolean

    Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.

    lastFailedValidationDate String

    A DateTime that specifies the date and time when last failed password validation was set

    lastSuccessfulSetDate String

    A DateTime that specifies the date and time when the current password was set

    lastSuccessfulValidationDate String

    A DateTime that specifies the date and time when last successful password validation was set

    mustChange Boolean

    Indicates that the subject password value MUST change on next login. If not changed, typically the account is locked. The value may be set indirectly when the subject's current password expires or directly set by an administrator.

    applicablePasswordPolicies GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUserApplicablePasswordPolicy[]

    Applicable Password Policy

    cantChange boolean

    Indicates that the current password MAY NOT be changed and all other password expiry settings SHALL be ignored

    cantExpire boolean

    Indicates that the password expiry policy will not be applied for the current Resource

    expired boolean

    Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.

    lastFailedValidationDate string

    A DateTime that specifies the date and time when last failed password validation was set

    lastSuccessfulSetDate string

    A DateTime that specifies the date and time when the current password was set

    lastSuccessfulValidationDate string

    A DateTime that specifies the date and time when last successful password validation was set

    mustChange boolean

    Indicates that the subject password value MUST change on next login. If not changed, typically the account is locked. The value may be set indirectly when the subject's current password expires or directly set by an administrator.

    applicable_password_policies GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUserApplicablePasswordPolicy]

    Applicable Password Policy

    cant_change bool

    Indicates that the current password MAY NOT be changed and all other password expiry settings SHALL be ignored

    cant_expire bool

    Indicates that the password expiry policy will not be applied for the current Resource

    expired bool

    Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.

    last_failed_validation_date str

    A DateTime that specifies the date and time when last failed password validation was set

    last_successful_set_date str

    A DateTime that specifies the date and time when the current password was set

    last_successful_validation_date str

    A DateTime that specifies the date and time when last successful password validation was set

    must_change bool

    Indicates that the subject password value MUST change on next login. If not changed, typically the account is locked. The value may be set indirectly when the subject's current password expires or directly set by an administrator.

    applicablePasswordPolicies List<Property Map>

    Applicable Password Policy

    cantChange Boolean

    Indicates that the current password MAY NOT be changed and all other password expiry settings SHALL be ignored

    cantExpire Boolean

    Indicates that the password expiry policy will not be applied for the current Resource

    expired Boolean

    Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.

    lastFailedValidationDate String

    A DateTime that specifies the date and time when last failed password validation was set

    lastSuccessfulSetDate String

    A DateTime that specifies the date and time when the current password was set

    lastSuccessfulValidationDate String

    A DateTime that specifies the date and time when last successful password validation was set

    mustChange Boolean

    Indicates that the subject password value MUST change on next login. If not changed, typically the account is locked. The value may be set indirectly when the subject's current password expires or directly set by an administrator.

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUserApplicablePasswordPolicy

    Display string

    A human readable name, primarily used for display purposes.

    Priority int

    PasswordPolicy priority

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    Display string

    A human readable name, primarily used for display purposes.

    Priority int

    PasswordPolicy priority

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    display String

    A human readable name, primarily used for display purposes.

    priority Integer

    PasswordPolicy priority

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    display string

    A human readable name, primarily used for display purposes.

    priority number

    PasswordPolicy priority

    ref string

    User Token URI

    value string

    The value of a X509 certificate.

    display str

    A human readable name, primarily used for display purposes.

    priority int

    PasswordPolicy priority

    ref str

    User Token URI

    value str

    The value of a X509 certificate.

    display String

    A human readable name, primarily used for display purposes.

    priority Number

    PasswordPolicy priority

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUser

    FactorIdentifiers []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserFactorIdentifier

    Factor Identifier ID

    FactorMethod string

    Authentication Factor Method

    FactorType string

    Authentication Factor Type

    factorIdentifiers GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserFactorIdentifier[]

    Factor Identifier ID

    factorMethod string

    Authentication Factor Method

    factorType string

    Authentication Factor Type

    factorIdentifiers List<Property Map>

    Factor Identifier ID

    factorMethod String

    Authentication Factor Method

    factorType String

    Authentication Factor Type

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserFactorIdentifier

    Display string

    A human readable name, primarily used for display purposes.

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    Display string

    A human readable name, primarily used for display purposes.

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    display String

    A human readable name, primarily used for display purposes.

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    display string

    A human readable name, primarily used for display purposes.

    ref string

    User Token URI

    value string

    The value of a X509 certificate.

    display str

    A human readable name, primarily used for display purposes.

    ref str

    User Token URI

    value str

    The value of a X509 certificate.

    display String

    A human readable name, primarily used for display purposes.

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionposixUser

    Gecos string

    General information about the POSIX account such as their real name and phone number

    GidNumber int

    Primary Group identifier of the POSIX user

    HomeDirectory string

    The absolute path to the home directory of the POSIX account

    LoginShell string

    The path to the login shell of the POSIX account

    UidNumber int

    Integer uniquely identifying a user in a POSIX administrative domain

    Gecos string

    General information about the POSIX account such as their real name and phone number

    GidNumber int

    Primary Group identifier of the POSIX user

    HomeDirectory string

    The absolute path to the home directory of the POSIX account

    LoginShell string

    The path to the login shell of the POSIX account

    UidNumber int

    Integer uniquely identifying a user in a POSIX administrative domain

    gecos String

    General information about the POSIX account such as their real name and phone number

    gidNumber Integer

    Primary Group identifier of the POSIX user

    homeDirectory String

    The absolute path to the home directory of the POSIX account

    loginShell String

    The path to the login shell of the POSIX account

    uidNumber Integer

    Integer uniquely identifying a user in a POSIX administrative domain

    gecos string

    General information about the POSIX account such as their real name and phone number

    gidNumber number

    Primary Group identifier of the POSIX user

    homeDirectory string

    The absolute path to the home directory of the POSIX account

    loginShell string

    The path to the login shell of the POSIX account

    uidNumber number

    Integer uniquely identifying a user in a POSIX administrative domain

    gecos str

    General information about the POSIX account such as their real name and phone number

    gid_number int

    Primary Group identifier of the POSIX user

    home_directory str

    The absolute path to the home directory of the POSIX account

    login_shell str

    The path to the login shell of the POSIX account

    uid_number int

    Integer uniquely identifying a user in a POSIX administrative domain

    gecos String

    General information about the POSIX account such as their real name and phone number

    gidNumber Number

    Primary Group identifier of the POSIX user

    homeDirectory String

    The absolute path to the home directory of the POSIX account

    loginShell String

    The path to the login shell of the POSIX account

    uidNumber Number

    Integer uniquely identifying a user in a POSIX administrative domain

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser

    SecQuestions List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserSecQuestion>

    The schema used to mnage security question and answers provided by a user for account recovery and/or MFA. While setting up security questions, a user can also provide a hint for the answer.

    SecQuestions []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserSecQuestion

    The schema used to mnage security question and answers provided by a user for account recovery and/or MFA. While setting up security questions, a user can also provide a hint for the answer.

    secQuestions List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserSecQuestion>

    The schema used to mnage security question and answers provided by a user for account recovery and/or MFA. While setting up security questions, a user can also provide a hint for the answer.

    secQuestions GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserSecQuestion[]

    The schema used to mnage security question and answers provided by a user for account recovery and/or MFA. While setting up security questions, a user can also provide a hint for the answer.

    sec_questions GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserSecQuestion]

    The schema used to mnage security question and answers provided by a user for account recovery and/or MFA. While setting up security questions, a user can also provide a hint for the answer.

    secQuestions List<Property Map>

    The schema used to mnage security question and answers provided by a user for account recovery and/or MFA. While setting up security questions, a user can also provide a hint for the answer.

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserSecQuestion

    Answer string

    The answer provided by a user for a security question.

    HintText string

    The hint for an answer that's given by user when setting up a security question.

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    Answer string

    The answer provided by a user for a security question.

    HintText string

    The hint for an answer that's given by user when setting up a security question.

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    answer String

    The answer provided by a user for a security question.

    hintText String

    The hint for an answer that's given by user when setting up a security question.

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    answer string

    The answer provided by a user for a security question.

    hintText string

    The hint for an answer that's given by user when setting up a security question.

    ref string

    User Token URI

    value string

    The value of a X509 certificate.

    answer str

    The answer provided by a user for a security question.

    hint_text str

    The hint for an answer that's given by user when setting up a security question.

    ref str

    User Token URI

    value str

    The value of a X509 certificate.

    answer String

    The answer provided by a user for a security question.

    hintText String

    The hint for an answer that's given by user when setting up a security question.

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUser

    AllowSelfChange bool

    If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).

    AllowSelfChange bool

    If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).

    allowSelfChange Boolean

    If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).

    allowSelfChange boolean

    If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).

    allow_self_change bool

    If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).

    allowSelfChange Boolean

    If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUser

    ConsentGranted bool

    A boolean value that indicates whether the consent is granted.

    SelfRegistrationProfiles List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserSelfRegistrationProfile>

    Self registration profile used when user is self registered.

    UserToken string

    User token returned if userFlowControlledByExternalClient is true

    ConsentGranted bool

    A boolean value that indicates whether the consent is granted.

    SelfRegistrationProfiles []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserSelfRegistrationProfile

    Self registration profile used when user is self registered.

    UserToken string

    User token returned if userFlowControlledByExternalClient is true

    consentGranted Boolean

    A boolean value that indicates whether the consent is granted.

    selfRegistrationProfiles List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserSelfRegistrationProfile>

    Self registration profile used when user is self registered.

    userToken String

    User token returned if userFlowControlledByExternalClient is true

    consentGranted boolean

    A boolean value that indicates whether the consent is granted.

    selfRegistrationProfiles GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserSelfRegistrationProfile[]

    Self registration profile used when user is self registered.

    userToken string

    User token returned if userFlowControlledByExternalClient is true

    consent_granted bool

    A boolean value that indicates whether the consent is granted.

    self_registration_profiles GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserSelfRegistrationProfile]

    Self registration profile used when user is self registered.

    user_token str

    User token returned if userFlowControlledByExternalClient is true

    consentGranted Boolean

    A boolean value that indicates whether the consent is granted.

    selfRegistrationProfiles List<Property Map>

    Self registration profile used when user is self registered.

    userToken String

    User token returned if userFlowControlledByExternalClient is true

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserSelfRegistrationProfile

    Display string

    A human readable name, primarily used for display purposes.

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    Display string

    A human readable name, primarily used for display purposes.

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    display String

    A human readable name, primarily used for display purposes.

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    display string

    A human readable name, primarily used for display purposes.

    ref string

    User Token URI

    value string

    The value of a X509 certificate.

    display str

    A human readable name, primarily used for display purposes.

    ref str

    User Token URI

    value str

    The value of a X509 certificate.

    display String

    A human readable name, primarily used for display purposes.

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionsffUser

    SffAuthKeys string

    SFF auth keys clob

    SffAuthKeys string

    SFF auth keys clob

    sffAuthKeys String

    SFF auth keys clob

    sffAuthKeys string

    SFF auth keys clob

    sff_auth_keys str

    SFF auth keys clob

    sffAuthKeys String

    SFF auth keys clob

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUser

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserSocialAccount

    Display string

    A human readable name, primarily used for display purposes.

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    Display string

    A human readable name, primarily used for display purposes.

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    display String

    A human readable name, primarily used for display purposes.

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    display string

    A human readable name, primarily used for display purposes.

    ref string

    User Token URI

    value string

    The value of a X509 certificate.

    display str

    A human readable name, primarily used for display purposes.

    ref str

    User Token URI

    value str

    The value of a X509 certificate.

    display String

    A human readable name, primarily used for display purposes.

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUser

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserTermsOfUseConsent

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    ref string

    User Token URI

    value string

    The value of a X509 certificate.

    ref str

    User Token URI

    value str

    The value of a X509 certificate.

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUser

    ApiKeys List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserApiKey>

    A list of API keys corresponding to user.

    AuthTokens List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserAuthToken>

    A list of Auth tokens corresponding to user.

    CustomerSecretKeys List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserCustomerSecretKey>

    A list of customer secret keys corresponding to user.

    DbCredentials List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserDbCredential>

    A list of database credentials corresponding to user.

    OAuth2clientCredentials List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserOAuth2clientCredential>

    A list of OAuth2 client credentials corresponding to a user.

    SmtpCredentials List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserSmtpCredential>

    A list of SMTP credentials corresponding to user.

    ApiKeys []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserApiKey

    A list of API keys corresponding to user.

    AuthTokens []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserAuthToken

    A list of Auth tokens corresponding to user.

    CustomerSecretKeys []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserCustomerSecretKey

    A list of customer secret keys corresponding to user.

    DbCredentials []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserDbCredential

    A list of database credentials corresponding to user.

    OAuth2clientCredentials []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserOAuth2clientCredential

    A list of OAuth2 client credentials corresponding to a user.

    SmtpCredentials []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserSmtpCredential

    A list of SMTP credentials corresponding to user.

    apiKeys List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserApiKey>

    A list of API keys corresponding to user.

    authTokens List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserAuthToken>

    A list of Auth tokens corresponding to user.

    customerSecretKeys List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserCustomerSecretKey>

    A list of customer secret keys corresponding to user.

    dbCredentials List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserDbCredential>

    A list of database credentials corresponding to user.

    oAuth2clientCredentials List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserOAuth2clientCredential>

    A list of OAuth2 client credentials corresponding to a user.

    smtpCredentials List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserSmtpCredential>

    A list of SMTP credentials corresponding to user.

    apiKeys GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserApiKey[]

    A list of API keys corresponding to user.

    authTokens GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserAuthToken[]

    A list of Auth tokens corresponding to user.

    customerSecretKeys GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserCustomerSecretKey[]

    A list of customer secret keys corresponding to user.

    dbCredentials GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserDbCredential[]

    A list of database credentials corresponding to user.

    oAuth2clientCredentials GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserOAuth2clientCredential[]

    A list of OAuth2 client credentials corresponding to a user.

    smtpCredentials GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserSmtpCredential[]

    A list of SMTP credentials corresponding to user.

    api_keys GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserApiKey]

    A list of API keys corresponding to user.

    auth_tokens GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserAuthToken]

    A list of Auth tokens corresponding to user.

    customer_secret_keys GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserCustomerSecretKey]

    A list of customer secret keys corresponding to user.

    db_credentials GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserDbCredential]

    A list of database credentials corresponding to user.

    o_auth2client_credentials GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserOAuth2clientCredential]

    A list of OAuth2 client credentials corresponding to a user.

    smtp_credentials GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserSmtpCredential]

    A list of SMTP credentials corresponding to user.

    apiKeys List<Property Map>

    A list of API keys corresponding to user.

    authTokens List<Property Map>

    A list of Auth tokens corresponding to user.

    customerSecretKeys List<Property Map>

    A list of customer secret keys corresponding to user.

    dbCredentials List<Property Map>

    A list of database credentials corresponding to user.

    oAuth2clientCredentials List<Property Map>

    A list of OAuth2 client credentials corresponding to a user.

    smtpCredentials List<Property Map>

    A list of SMTP credentials corresponding to user.

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserApiKey

    Key string

    The user's API key value.

    Ocid string

    The OCID of the user's support account.

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    Key string

    The user's API key value.

    Ocid string

    The OCID of the user's support account.

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    key String

    The user's API key value.

    ocid String

    The OCID of the user's support account.

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    key string

    The user's API key value.

    ocid string

    The OCID of the user's support account.

    ref string

    User Token URI

    value string

    The value of a X509 certificate.

    key str

    The user's API key value.

    ocid str

    The OCID of the user's support account.

    ref str

    User Token URI

    value str

    The value of a X509 certificate.

    key String

    The user's API key value.

    ocid String

    The OCID of the user's support account.

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserAuthToken

    Ocid string

    The OCID of the user's support account.

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    Ocid string

    The OCID of the user's support account.

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    ocid String

    The OCID of the user's support account.

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    ocid string

    The OCID of the user's support account.

    ref string

    User Token URI

    value string

    The value of a X509 certificate.

    ocid str

    The OCID of the user's support account.

    ref str

    User Token URI

    value str

    The value of a X509 certificate.

    ocid String

    The OCID of the user's support account.

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserCustomerSecretKey

    Ocid string

    The OCID of the user's support account.

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    Ocid string

    The OCID of the user's support account.

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    ocid String

    The OCID of the user's support account.

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    ocid string

    The OCID of the user's support account.

    ref string

    User Token URI

    value string

    The value of a X509 certificate.

    ocid str

    The OCID of the user's support account.

    ref str

    User Token URI

    value str

    The value of a X509 certificate.

    ocid String

    The OCID of the user's support account.

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserDbCredential

    Ocid string

    The OCID of the user's support account.

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    Ocid string

    The OCID of the user's support account.

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    ocid String

    The OCID of the user's support account.

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    ocid string

    The OCID of the user's support account.

    ref string

    User Token URI

    value string

    The value of a X509 certificate.

    ocid str

    The OCID of the user's support account.

    ref str

    User Token URI

    value str

    The value of a X509 certificate.

    ocid String

    The OCID of the user's support account.

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserOAuth2clientCredential

    Ocid string

    The OCID of the user's support account.

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    Ocid string

    The OCID of the user's support account.

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    ocid String

    The OCID of the user's support account.

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    ocid string

    The OCID of the user's support account.

    ref string

    User Token URI

    value string

    The value of a X509 certificate.

    ocid str

    The OCID of the user's support account.

    ref str

    User Token URI

    value str

    The value of a X509 certificate.

    ocid String

    The OCID of the user's support account.

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserSmtpCredential

    Ocid string

    The OCID of the user's support account.

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    Ocid string

    The OCID of the user's support account.

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    ocid String

    The OCID of the user's support account.

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    ocid string

    The OCID of the user's support account.

    ref string

    User Token URI

    value string

    The value of a X509 certificate.

    ocid str

    The OCID of the user's support account.

    ref str

    User Token URI

    value str

    The value of a X509 certificate.

    ocid String

    The OCID of the user's support account.

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUser

    LastFailedLoginDate string

    The last failed login date.

    LastSuccessfulLoginDate string

    The last successful login date.

    Lockeds List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserLocked>

    A complex attribute that indicates an account is locked (blocking any new sessions).

    LoginAttempts int

    The number of failed login attempts. The value is reset to 0 after a successful login.

    MaxConcurrentSessions int

    The maximum number of concurrent sessions for a user.

    PreviousSuccessfulLoginDate string

    The previous successful login date.

    RecoveryAttempts int

    The number of failed recovery attempts. The value is reset to 0 after a successful login.

    RecoveryEnrollAttempts int

    The number of failed account recovery enrollment attempts.

    RecoveryLockeds List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserRecoveryLocked>

    A complex attribute that indicates a password recovery is locked (blocking any new sessions).

    LastFailedLoginDate string

    The last failed login date.

    LastSuccessfulLoginDate string

    The last successful login date.

    Lockeds []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserLocked

    A complex attribute that indicates an account is locked (blocking any new sessions).

    LoginAttempts int

    The number of failed login attempts. The value is reset to 0 after a successful login.

    MaxConcurrentSessions int

    The maximum number of concurrent sessions for a user.

    PreviousSuccessfulLoginDate string

    The previous successful login date.

    RecoveryAttempts int

    The number of failed recovery attempts. The value is reset to 0 after a successful login.

    RecoveryEnrollAttempts int

    The number of failed account recovery enrollment attempts.

    RecoveryLockeds []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserRecoveryLocked

    A complex attribute that indicates a password recovery is locked (blocking any new sessions).

    lastFailedLoginDate String

    The last failed login date.

    lastSuccessfulLoginDate String

    The last successful login date.

    lockeds List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserLocked>

    A complex attribute that indicates an account is locked (blocking any new sessions).

    loginAttempts Integer

    The number of failed login attempts. The value is reset to 0 after a successful login.

    maxConcurrentSessions Integer

    The maximum number of concurrent sessions for a user.

    previousSuccessfulLoginDate String

    The previous successful login date.

    recoveryAttempts Integer

    The number of failed recovery attempts. The value is reset to 0 after a successful login.

    recoveryEnrollAttempts Integer

    The number of failed account recovery enrollment attempts.

    recoveryLockeds List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserRecoveryLocked>

    A complex attribute that indicates a password recovery is locked (blocking any new sessions).

    lastFailedLoginDate string

    The last failed login date.

    lastSuccessfulLoginDate string

    The last successful login date.

    lockeds GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserLocked[]

    A complex attribute that indicates an account is locked (blocking any new sessions).

    loginAttempts number

    The number of failed login attempts. The value is reset to 0 after a successful login.

    maxConcurrentSessions number

    The maximum number of concurrent sessions for a user.

    previousSuccessfulLoginDate string

    The previous successful login date.

    recoveryAttempts number

    The number of failed recovery attempts. The value is reset to 0 after a successful login.

    recoveryEnrollAttempts number

    The number of failed account recovery enrollment attempts.

    recoveryLockeds GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserRecoveryLocked[]

    A complex attribute that indicates a password recovery is locked (blocking any new sessions).

    last_failed_login_date str

    The last failed login date.

    last_successful_login_date str

    The last successful login date.

    lockeds GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserLocked]

    A complex attribute that indicates an account is locked (blocking any new sessions).

    login_attempts int

    The number of failed login attempts. The value is reset to 0 after a successful login.

    max_concurrent_sessions int

    The maximum number of concurrent sessions for a user.

    previous_successful_login_date str

    The previous successful login date.

    recovery_attempts int

    The number of failed recovery attempts. The value is reset to 0 after a successful login.

    recovery_enroll_attempts int

    The number of failed account recovery enrollment attempts.

    recovery_lockeds GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserRecoveryLocked]

    A complex attribute that indicates a password recovery is locked (blocking any new sessions).

    lastFailedLoginDate String

    The last failed login date.

    lastSuccessfulLoginDate String

    The last successful login date.

    lockeds List<Property Map>

    A complex attribute that indicates an account is locked (blocking any new sessions).

    loginAttempts Number

    The number of failed login attempts. The value is reset to 0 after a successful login.

    maxConcurrentSessions Number

    The maximum number of concurrent sessions for a user.

    previousSuccessfulLoginDate String

    The previous successful login date.

    recoveryAttempts Number

    The number of failed recovery attempts. The value is reset to 0 after a successful login.

    recoveryEnrollAttempts Number

    The number of failed account recovery enrollment attempts.

    recoveryLockeds List<Property Map>

    A complex attribute that indicates a password recovery is locked (blocking any new sessions).

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserLocked

    Expired bool

    Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.

    LockDate string

    The date and time that the current resource was locked.

    On bool

    Indicates that the recovery is locked.

    Reason int

    Indicates the reason for locking the account. Valid values are: 0 - failed password login attempts, 1 - admin lock, 2 - failed reset password attempts, 3 - failed MFA login attempts, 4 - failed MFA login attempts for federated user, 5 - failed Database login attempts

    Expired bool

    Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.

    LockDate string

    The date and time that the current resource was locked.

    On bool

    Indicates that the recovery is locked.

    Reason int

    Indicates the reason for locking the account. Valid values are: 0 - failed password login attempts, 1 - admin lock, 2 - failed reset password attempts, 3 - failed MFA login attempts, 4 - failed MFA login attempts for federated user, 5 - failed Database login attempts

    expired Boolean

    Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.

    lockDate String

    The date and time that the current resource was locked.

    on Boolean

    Indicates that the recovery is locked.

    reason Integer

    Indicates the reason for locking the account. Valid values are: 0 - failed password login attempts, 1 - admin lock, 2 - failed reset password attempts, 3 - failed MFA login attempts, 4 - failed MFA login attempts for federated user, 5 - failed Database login attempts

    expired boolean

    Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.

    lockDate string

    The date and time that the current resource was locked.

    on boolean

    Indicates that the recovery is locked.

    reason number

    Indicates the reason for locking the account. Valid values are: 0 - failed password login attempts, 1 - admin lock, 2 - failed reset password attempts, 3 - failed MFA login attempts, 4 - failed MFA login attempts for federated user, 5 - failed Database login attempts

    expired bool

    Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.

    lock_date str

    The date and time that the current resource was locked.

    on bool

    Indicates that the recovery is locked.

    reason int

    Indicates the reason for locking the account. Valid values are: 0 - failed password login attempts, 1 - admin lock, 2 - failed reset password attempts, 3 - failed MFA login attempts, 4 - failed MFA login attempts for federated user, 5 - failed Database login attempts

    expired Boolean

    Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.

    lockDate String

    The date and time that the current resource was locked.

    on Boolean

    Indicates that the recovery is locked.

    reason Number

    Indicates the reason for locking the account. Valid values are: 0 - failed password login attempts, 1 - admin lock, 2 - failed reset password attempts, 3 - failed MFA login attempts, 4 - failed MFA login attempts for federated user, 5 - failed Database login attempts

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserRecoveryLocked

    LockDate string

    The date and time that the current resource was locked.

    On bool

    Indicates that the recovery is locked.

    LockDate string

    The date and time that the current resource was locked.

    On bool

    Indicates that the recovery is locked.

    lockDate String

    The date and time that the current resource was locked.

    on Boolean

    Indicates that the recovery is locked.

    lockDate string

    The date and time that the current resource was locked.

    on boolean

    Indicates that the recovery is locked.

    lock_date str

    The date and time that the current resource was locked.

    on bool

    Indicates that the recovery is locked.

    lockDate String

    The date and time that the current resource was locked.

    on Boolean

    Indicates that the recovery is locked.

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUser

    AccountRecoveryRequired bool

    Boolean value to prompt user to setup account recovery during login.

    Accounts List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserAccount>

    Accounts assigned to this User. Each value of this attribute refers to an app-specific identity that is owned by this User. Therefore, this attribute is a convenience that allows one to see on each User the Apps to which that User has access.

    AppRoles List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserAppRole>

    A list of all AppRoles to which this User belongs directly, indirectly or implicitly. The User could belong directly because the User is a member of the AppRole, could belong indirectly because the User is a member of a Group that is a member of the AppRole, or could belong implicitly because the AppRole is public.

    ApplicableAuthenticationTargetApps List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserApplicableAuthenticationTargetApp>

    The app against which the user will authenticate. The value is not persisted but rather calculated. If the user's delegatedAuthenticationTargetApp is set, that value is returned. Otherwise, the app returned by evaluating the user's applicable Delegated Authentication Policy is returned.

    BypassNotification bool

    A Boolean value indicating whether or not to send email notification after creating the user. This attribute is not used in update/replace operations.

    CreationMechanism string

    User creation mechanism

    DelegatedAuthenticationTargetApps List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserDelegatedAuthenticationTargetApp>

    If set, indicates the user's preferred authentication target app. If not set and the user's "syncedFromApp" is set and is enabled for delegated authentication, it is used. Otherwise, the user authenticates locally to Oracle Identity Cloud Service.

    DoNotShowGettingStarted bool

    A Boolean value indicating whether or not to hide the getting started page

    Grants List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserGrant>

    Grants to this User. Each value of this attribute refers to a Grant to this User of some App (and optionally of some entitlement). Therefore, this attribute is a convenience that allows one to see on each User all of the Grants to that User.

    GroupMembershipLastModified string

    Specifies date time when a User's group membership was last modified.

    IdcsAppRolesLimitedToGroups List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserIdcsAppRolesLimitedToGroup>

    Description:

    IsAccountRecoveryEnrolled bool

    A Boolean value indicating whether or not a user is enrolled for account recovery

    IsAuthenticationDelegated bool

    A Boolean value indicating whether or not authentication request by this user should be delegated to a remote app. This value should be true only when the User was originally synced from an app which is enabled for delegated authentication

    IsFederatedUser bool

    A Boolean value indicating whether or not the user is federated.

    IsGroupMembershipNormalized bool

    A Boolean value indicating whether or not group membership is normalized for this user.

    IsGroupMembershipSyncedToUsersGroups bool

    A Boolean value Indicates whether this User's group membership has been sync'ed from Group.members to UsersGroups.

    NotificationEmailTemplateId string

    Specifies the EmailTemplate to be used when sending notification to the user this request is for. If specified, it overrides the default EmailTemplate for this event.

    PreferredUiLandingPage string

    User's preferred landing page following login, logout and reset password.

    Status string

    A supplemental status indicating the reason why a user is disabled

    SupportAccounts List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSupportAccount>

    A list of Support Accounts corresponding to user.

    SyncedFromApps List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSyncedFromApp>

    Managed App or an Identity Source from where the user is synced. If enabled, this Managed App or Identity Source can be used for performing delegated authentication.

    UserFlowControlledByExternalClient bool

    A Boolean value indicating whether to bypass notification and return user token to be used by an external client to control the user flow.

    UserProvider string

    User Support Account Provider

    UserTokens List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserUserToken>

    User token returned if userFlowControlledByExternalClient is true

    AccountRecoveryRequired bool

    Boolean value to prompt user to setup account recovery during login.

    Accounts []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserAccount

    Accounts assigned to this User. Each value of this attribute refers to an app-specific identity that is owned by this User. Therefore, this attribute is a convenience that allows one to see on each User the Apps to which that User has access.

    AppRoles []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserAppRole

    A list of all AppRoles to which this User belongs directly, indirectly or implicitly. The User could belong directly because the User is a member of the AppRole, could belong indirectly because the User is a member of a Group that is a member of the AppRole, or could belong implicitly because the AppRole is public.

    ApplicableAuthenticationTargetApps []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserApplicableAuthenticationTargetApp

    The app against which the user will authenticate. The value is not persisted but rather calculated. If the user's delegatedAuthenticationTargetApp is set, that value is returned. Otherwise, the app returned by evaluating the user's applicable Delegated Authentication Policy is returned.

    BypassNotification bool

    A Boolean value indicating whether or not to send email notification after creating the user. This attribute is not used in update/replace operations.

    CreationMechanism string

    User creation mechanism

    DelegatedAuthenticationTargetApps []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserDelegatedAuthenticationTargetApp

    If set, indicates the user's preferred authentication target app. If not set and the user's "syncedFromApp" is set and is enabled for delegated authentication, it is used. Otherwise, the user authenticates locally to Oracle Identity Cloud Service.

    DoNotShowGettingStarted bool

    A Boolean value indicating whether or not to hide the getting started page

    Grants []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserGrant

    Grants to this User. Each value of this attribute refers to a Grant to this User of some App (and optionally of some entitlement). Therefore, this attribute is a convenience that allows one to see on each User all of the Grants to that User.

    GroupMembershipLastModified string

    Specifies date time when a User's group membership was last modified.

    IdcsAppRolesLimitedToGroups []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserIdcsAppRolesLimitedToGroup

    Description:

    IsAccountRecoveryEnrolled bool

    A Boolean value indicating whether or not a user is enrolled for account recovery

    IsAuthenticationDelegated bool

    A Boolean value indicating whether or not authentication request by this user should be delegated to a remote app. This value should be true only when the User was originally synced from an app which is enabled for delegated authentication

    IsFederatedUser bool

    A Boolean value indicating whether or not the user is federated.

    IsGroupMembershipNormalized bool

    A Boolean value indicating whether or not group membership is normalized for this user.

    IsGroupMembershipSyncedToUsersGroups bool

    A Boolean value Indicates whether this User's group membership has been sync'ed from Group.members to UsersGroups.

    NotificationEmailTemplateId string

    Specifies the EmailTemplate to be used when sending notification to the user this request is for. If specified, it overrides the default EmailTemplate for this event.

    PreferredUiLandingPage string

    User's preferred landing page following login, logout and reset password.

    Status string

    A supplemental status indicating the reason why a user is disabled

    SupportAccounts []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSupportAccount

    A list of Support Accounts corresponding to user.

    SyncedFromApps []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSyncedFromApp

    Managed App or an Identity Source from where the user is synced. If enabled, this Managed App or Identity Source can be used for performing delegated authentication.

    UserFlowControlledByExternalClient bool

    A Boolean value indicating whether to bypass notification and return user token to be used by an external client to control the user flow.

    UserProvider string

    User Support Account Provider

    UserTokens []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserUserToken

    User token returned if userFlowControlledByExternalClient is true

    accountRecoveryRequired Boolean

    Boolean value to prompt user to setup account recovery during login.

    accounts List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserAccount>

    Accounts assigned to this User. Each value of this attribute refers to an app-specific identity that is owned by this User. Therefore, this attribute is a convenience that allows one to see on each User the Apps to which that User has access.

    appRoles List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserAppRole>

    A list of all AppRoles to which this User belongs directly, indirectly or implicitly. The User could belong directly because the User is a member of the AppRole, could belong indirectly because the User is a member of a Group that is a member of the AppRole, or could belong implicitly because the AppRole is public.

    applicableAuthenticationTargetApps List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserApplicableAuthenticationTargetApp>

    The app against which the user will authenticate. The value is not persisted but rather calculated. If the user's delegatedAuthenticationTargetApp is set, that value is returned. Otherwise, the app returned by evaluating the user's applicable Delegated Authentication Policy is returned.

    bypassNotification Boolean

    A Boolean value indicating whether or not to send email notification after creating the user. This attribute is not used in update/replace operations.

    creationMechanism String

    User creation mechanism

    delegatedAuthenticationTargetApps List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserDelegatedAuthenticationTargetApp>

    If set, indicates the user's preferred authentication target app. If not set and the user's "syncedFromApp" is set and is enabled for delegated authentication, it is used. Otherwise, the user authenticates locally to Oracle Identity Cloud Service.

    doNotShowGettingStarted Boolean

    A Boolean value indicating whether or not to hide the getting started page

    grants List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserGrant>

    Grants to this User. Each value of this attribute refers to a Grant to this User of some App (and optionally of some entitlement). Therefore, this attribute is a convenience that allows one to see on each User all of the Grants to that User.

    groupMembershipLastModified String

    Specifies date time when a User's group membership was last modified.

    idcsAppRolesLimitedToGroups List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserIdcsAppRolesLimitedToGroup>

    Description:

    isAccountRecoveryEnrolled Boolean

    A Boolean value indicating whether or not a user is enrolled for account recovery

    isAuthenticationDelegated Boolean

    A Boolean value indicating whether or not authentication request by this user should be delegated to a remote app. This value should be true only when the User was originally synced from an app which is enabled for delegated authentication

    isFederatedUser Boolean

    A Boolean value indicating whether or not the user is federated.

    isGroupMembershipNormalized Boolean

    A Boolean value indicating whether or not group membership is normalized for this user.

    isGroupMembershipSyncedToUsersGroups Boolean

    A Boolean value Indicates whether this User's group membership has been sync'ed from Group.members to UsersGroups.

    notificationEmailTemplateId String

    Specifies the EmailTemplate to be used when sending notification to the user this request is for. If specified, it overrides the default EmailTemplate for this event.

    preferredUiLandingPage String

    User's preferred landing page following login, logout and reset password.

    status String

    A supplemental status indicating the reason why a user is disabled

    supportAccounts List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSupportAccount>

    A list of Support Accounts corresponding to user.

    syncedFromApps List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSyncedFromApp>

    Managed App or an Identity Source from where the user is synced. If enabled, this Managed App or Identity Source can be used for performing delegated authentication.

    userFlowControlledByExternalClient Boolean

    A Boolean value indicating whether to bypass notification and return user token to be used by an external client to control the user flow.

    userProvider String

    User Support Account Provider

    userTokens List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserUserToken>

    User token returned if userFlowControlledByExternalClient is true

    accountRecoveryRequired boolean

    Boolean value to prompt user to setup account recovery during login.

    accounts GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserAccount[]

    Accounts assigned to this User. Each value of this attribute refers to an app-specific identity that is owned by this User. Therefore, this attribute is a convenience that allows one to see on each User the Apps to which that User has access.

    appRoles GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserAppRole[]

    A list of all AppRoles to which this User belongs directly, indirectly or implicitly. The User could belong directly because the User is a member of the AppRole, could belong indirectly because the User is a member of a Group that is a member of the AppRole, or could belong implicitly because the AppRole is public.

    applicableAuthenticationTargetApps GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserApplicableAuthenticationTargetApp[]

    The app against which the user will authenticate. The value is not persisted but rather calculated. If the user's delegatedAuthenticationTargetApp is set, that value is returned. Otherwise, the app returned by evaluating the user's applicable Delegated Authentication Policy is returned.

    bypassNotification boolean

    A Boolean value indicating whether or not to send email notification after creating the user. This attribute is not used in update/replace operations.

    creationMechanism string

    User creation mechanism

    delegatedAuthenticationTargetApps GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserDelegatedAuthenticationTargetApp[]

    If set, indicates the user's preferred authentication target app. If not set and the user's "syncedFromApp" is set and is enabled for delegated authentication, it is used. Otherwise, the user authenticates locally to Oracle Identity Cloud Service.

    doNotShowGettingStarted boolean

    A Boolean value indicating whether or not to hide the getting started page

    grants GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserGrant[]

    Grants to this User. Each value of this attribute refers to a Grant to this User of some App (and optionally of some entitlement). Therefore, this attribute is a convenience that allows one to see on each User all of the Grants to that User.

    groupMembershipLastModified string

    Specifies date time when a User's group membership was last modified.

    idcsAppRolesLimitedToGroups GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserIdcsAppRolesLimitedToGroup[]

    Description:

    isAccountRecoveryEnrolled boolean

    A Boolean value indicating whether or not a user is enrolled for account recovery

    isAuthenticationDelegated boolean

    A Boolean value indicating whether or not authentication request by this user should be delegated to a remote app. This value should be true only when the User was originally synced from an app which is enabled for delegated authentication

    isFederatedUser boolean

    A Boolean value indicating whether or not the user is federated.

    isGroupMembershipNormalized boolean

    A Boolean value indicating whether or not group membership is normalized for this user.

    isGroupMembershipSyncedToUsersGroups boolean

    A Boolean value Indicates whether this User's group membership has been sync'ed from Group.members to UsersGroups.

    notificationEmailTemplateId string

    Specifies the EmailTemplate to be used when sending notification to the user this request is for. If specified, it overrides the default EmailTemplate for this event.

    preferredUiLandingPage string

    User's preferred landing page following login, logout and reset password.

    status string

    A supplemental status indicating the reason why a user is disabled

    supportAccounts GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSupportAccount[]

    A list of Support Accounts corresponding to user.

    syncedFromApps GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSyncedFromApp[]

    Managed App or an Identity Source from where the user is synced. If enabled, this Managed App or Identity Source can be used for performing delegated authentication.

    userFlowControlledByExternalClient boolean

    A Boolean value indicating whether to bypass notification and return user token to be used by an external client to control the user flow.

    userProvider string

    User Support Account Provider

    userTokens GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserUserToken[]

    User token returned if userFlowControlledByExternalClient is true

    account_recovery_required bool

    Boolean value to prompt user to setup account recovery during login.

    accounts GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserAccount]

    Accounts assigned to this User. Each value of this attribute refers to an app-specific identity that is owned by this User. Therefore, this attribute is a convenience that allows one to see on each User the Apps to which that User has access.

    app_roles GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserAppRole]

    A list of all AppRoles to which this User belongs directly, indirectly or implicitly. The User could belong directly because the User is a member of the AppRole, could belong indirectly because the User is a member of a Group that is a member of the AppRole, or could belong implicitly because the AppRole is public.

    applicable_authentication_target_apps GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserApplicableAuthenticationTargetApp]

    The app against which the user will authenticate. The value is not persisted but rather calculated. If the user's delegatedAuthenticationTargetApp is set, that value is returned. Otherwise, the app returned by evaluating the user's applicable Delegated Authentication Policy is returned.

    bypass_notification bool

    A Boolean value indicating whether or not to send email notification after creating the user. This attribute is not used in update/replace operations.

    creation_mechanism str

    User creation mechanism

    delegated_authentication_target_apps GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserDelegatedAuthenticationTargetApp]

    If set, indicates the user's preferred authentication target app. If not set and the user's "syncedFromApp" is set and is enabled for delegated authentication, it is used. Otherwise, the user authenticates locally to Oracle Identity Cloud Service.

    do_not_show_getting_started bool

    A Boolean value indicating whether or not to hide the getting started page

    grants GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserGrant]

    Grants to this User. Each value of this attribute refers to a Grant to this User of some App (and optionally of some entitlement). Therefore, this attribute is a convenience that allows one to see on each User all of the Grants to that User.

    group_membership_last_modified str

    Specifies date time when a User's group membership was last modified.

    idcs_app_roles_limited_to_groups GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserIdcsAppRolesLimitedToGroup]

    Description:

    is_account_recovery_enrolled bool

    A Boolean value indicating whether or not a user is enrolled for account recovery

    is_authentication_delegated bool

    A Boolean value indicating whether or not authentication request by this user should be delegated to a remote app. This value should be true only when the User was originally synced from an app which is enabled for delegated authentication

    is_federated_user bool

    A Boolean value indicating whether or not the user is federated.

    is_group_membership_normalized bool

    A Boolean value indicating whether or not group membership is normalized for this user.

    is_group_membership_synced_to_users_groups bool

    A Boolean value Indicates whether this User's group membership has been sync'ed from Group.members to UsersGroups.

    notification_email_template_id str

    Specifies the EmailTemplate to be used when sending notification to the user this request is for. If specified, it overrides the default EmailTemplate for this event.

    preferred_ui_landing_page str

    User's preferred landing page following login, logout and reset password.

    status str

    A supplemental status indicating the reason why a user is disabled

    support_accounts GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSupportAccount]

    A list of Support Accounts corresponding to user.

    synced_from_apps GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSyncedFromApp]

    Managed App or an Identity Source from where the user is synced. If enabled, this Managed App or Identity Source can be used for performing delegated authentication.

    user_flow_controlled_by_external_client bool

    A Boolean value indicating whether to bypass notification and return user token to be used by an external client to control the user flow.

    user_provider str

    User Support Account Provider

    user_tokens GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserUserToken]

    User token returned if userFlowControlledByExternalClient is true

    accountRecoveryRequired Boolean

    Boolean value to prompt user to setup account recovery during login.

    accounts List<Property Map>

    Accounts assigned to this User. Each value of this attribute refers to an app-specific identity that is owned by this User. Therefore, this attribute is a convenience that allows one to see on each User the Apps to which that User has access.

    appRoles List<Property Map>

    A list of all AppRoles to which this User belongs directly, indirectly or implicitly. The User could belong directly because the User is a member of the AppRole, could belong indirectly because the User is a member of a Group that is a member of the AppRole, or could belong implicitly because the AppRole is public.

    applicableAuthenticationTargetApps List<Property Map>

    The app against which the user will authenticate. The value is not persisted but rather calculated. If the user's delegatedAuthenticationTargetApp is set, that value is returned. Otherwise, the app returned by evaluating the user's applicable Delegated Authentication Policy is returned.

    bypassNotification Boolean

    A Boolean value indicating whether or not to send email notification after creating the user. This attribute is not used in update/replace operations.

    creationMechanism String

    User creation mechanism

    delegatedAuthenticationTargetApps List<Property Map>

    If set, indicates the user's preferred authentication target app. If not set and the user's "syncedFromApp" is set and is enabled for delegated authentication, it is used. Otherwise, the user authenticates locally to Oracle Identity Cloud Service.

    doNotShowGettingStarted Boolean

    A Boolean value indicating whether or not to hide the getting started page

    grants List<Property Map>

    Grants to this User. Each value of this attribute refers to a Grant to this User of some App (and optionally of some entitlement). Therefore, this attribute is a convenience that allows one to see on each User all of the Grants to that User.

    groupMembershipLastModified String

    Specifies date time when a User's group membership was last modified.

    idcsAppRolesLimitedToGroups List<Property Map>

    Description:

    isAccountRecoveryEnrolled Boolean

    A Boolean value indicating whether or not a user is enrolled for account recovery

    isAuthenticationDelegated Boolean

    A Boolean value indicating whether or not authentication request by this user should be delegated to a remote app. This value should be true only when the User was originally synced from an app which is enabled for delegated authentication

    isFederatedUser Boolean

    A Boolean value indicating whether or not the user is federated.

    isGroupMembershipNormalized Boolean

    A Boolean value indicating whether or not group membership is normalized for this user.

    isGroupMembershipSyncedToUsersGroups Boolean

    A Boolean value Indicates whether this User's group membership has been sync'ed from Group.members to UsersGroups.

    notificationEmailTemplateId String

    Specifies the EmailTemplate to be used when sending notification to the user this request is for. If specified, it overrides the default EmailTemplate for this event.

    preferredUiLandingPage String

    User's preferred landing page following login, logout and reset password.

    status String

    A supplemental status indicating the reason why a user is disabled

    supportAccounts List<Property Map>

    A list of Support Accounts corresponding to user.

    syncedFromApps List<Property Map>

    Managed App or an Identity Source from where the user is synced. If enabled, this Managed App or Identity Source can be used for performing delegated authentication.

    userFlowControlledByExternalClient Boolean

    A Boolean value indicating whether to bypass notification and return user token to be used by an external client to control the user flow.

    userProvider String

    User Support Account Provider

    userTokens List<Property Map>

    User token returned if userFlowControlledByExternalClient is true

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserAccount

    Active bool

    Status of the account

    AppId string

    The ID of the App in this Grant.

    Name string

    Name of the account assigned to the User.

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    Active bool

    Status of the account

    AppId string

    The ID of the App in this Grant.

    Name string

    Name of the account assigned to the User.

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    active Boolean

    Status of the account

    appId String

    The ID of the App in this Grant.

    name String

    Name of the account assigned to the User.

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    active boolean

    Status of the account

    appId string

    The ID of the App in this Grant.

    name string

    Name of the account assigned to the User.

    ref string

    User Token URI

    value string

    The value of a X509 certificate.

    active bool

    Status of the account

    app_id str

    The ID of the App in this Grant.

    name str

    Name of the account assigned to the User.

    ref str

    User Token URI

    value str

    The value of a X509 certificate.

    active Boolean

    Status of the account

    appId String

    The ID of the App in this Grant.

    name String

    Name of the account assigned to the User.

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserAppRole

    AdminRole bool

    If true, then the role provides administrative access privileges. READ-ONLY.

    AppId string

    The ID of the App in this Grant.

    AppName string

    The name (Client ID) of the App that defines this AppRole.

    Display string

    A human readable name, primarily used for display purposes.

    LegacyGroupName string

    The name (if any) under which this AppRole should appear in this User's group-memberships for reasons of backward compatibility. Oracle Identity Cloud Service distinguishes between Groups and AppRoles, but some services still expect AppRoles appear as if they were service-instance-specific Groups.

    Ref string

    User Token URI

    Type string

    A label indicating the attribute's function.

    Value string

    The value of a X509 certificate.

    AdminRole bool

    If true, then the role provides administrative access privileges. READ-ONLY.

    AppId string

    The ID of the App in this Grant.

    AppName string

    The name (Client ID) of the App that defines this AppRole.

    Display string

    A human readable name, primarily used for display purposes.

    LegacyGroupName string

    The name (if any) under which this AppRole should appear in this User's group-memberships for reasons of backward compatibility. Oracle Identity Cloud Service distinguishes between Groups and AppRoles, but some services still expect AppRoles appear as if they were service-instance-specific Groups.

    Ref string

    User Token URI

    Type string

    A label indicating the attribute's function.

    Value string

    The value of a X509 certificate.

    adminRole Boolean

    If true, then the role provides administrative access privileges. READ-ONLY.

    appId String

    The ID of the App in this Grant.

    appName String

    The name (Client ID) of the App that defines this AppRole.

    display String

    A human readable name, primarily used for display purposes.

    legacyGroupName String

    The name (if any) under which this AppRole should appear in this User's group-memberships for reasons of backward compatibility. Oracle Identity Cloud Service distinguishes between Groups and AppRoles, but some services still expect AppRoles appear as if they were service-instance-specific Groups.

    ref String

    User Token URI

    type String

    A label indicating the attribute's function.

    value String

    The value of a X509 certificate.

    adminRole boolean

    If true, then the role provides administrative access privileges. READ-ONLY.

    appId string

    The ID of the App in this Grant.

    appName string

    The name (Client ID) of the App that defines this AppRole.

    display string

    A human readable name, primarily used for display purposes.

    legacyGroupName string

    The name (if any) under which this AppRole should appear in this User's group-memberships for reasons of backward compatibility. Oracle Identity Cloud Service distinguishes between Groups and AppRoles, but some services still expect AppRoles appear as if they were service-instance-specific Groups.

    ref string

    User Token URI

    type string

    A label indicating the attribute's function.

    value string

    The value of a X509 certificate.

    admin_role bool

    If true, then the role provides administrative access privileges. READ-ONLY.

    app_id str

    The ID of the App in this Grant.

    app_name str

    The name (Client ID) of the App that defines this AppRole.

    display str

    A human readable name, primarily used for display purposes.

    legacy_group_name str

    The name (if any) under which this AppRole should appear in this User's group-memberships for reasons of backward compatibility. Oracle Identity Cloud Service distinguishes between Groups and AppRoles, but some services still expect AppRoles appear as if they were service-instance-specific Groups.

    ref str

    User Token URI

    type str

    A label indicating the attribute's function.

    value str

    The value of a X509 certificate.

    adminRole Boolean

    If true, then the role provides administrative access privileges. READ-ONLY.

    appId String

    The ID of the App in this Grant.

    appName String

    The name (Client ID) of the App that defines this AppRole.

    display String

    A human readable name, primarily used for display purposes.

    legacyGroupName String

    The name (if any) under which this AppRole should appear in this User's group-memberships for reasons of backward compatibility. Oracle Identity Cloud Service distinguishes between Groups and AppRoles, but some services still expect AppRoles appear as if they were service-instance-specific Groups.

    ref String

    User Token URI

    type String

    A label indicating the attribute's function.

    value String

    The value of a X509 certificate.

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserApplicableAuthenticationTargetApp

    Display string

    A human readable name, primarily used for display purposes.

    Ref string

    User Token URI

    TargetRequestTimeout int

    Timeout interval for Synchronization TargetAction in milliseconds

    Type string

    A label indicating the attribute's function.

    Value string

    The value of a X509 certificate.

    Display string

    A human readable name, primarily used for display purposes.

    Ref string

    User Token URI

    TargetRequestTimeout int

    Timeout interval for Synchronization TargetAction in milliseconds

    Type string

    A label indicating the attribute's function.

    Value string

    The value of a X509 certificate.

    display String

    A human readable name, primarily used for display purposes.

    ref String

    User Token URI

    targetRequestTimeout Integer

    Timeout interval for Synchronization TargetAction in milliseconds

    type String

    A label indicating the attribute's function.

    value String

    The value of a X509 certificate.

    display string

    A human readable name, primarily used for display purposes.

    ref string

    User Token URI

    targetRequestTimeout number

    Timeout interval for Synchronization TargetAction in milliseconds

    type string

    A label indicating the attribute's function.

    value string

    The value of a X509 certificate.

    display str

    A human readable name, primarily used for display purposes.

    ref str

    User Token URI

    target_request_timeout int

    Timeout interval for Synchronization TargetAction in milliseconds

    type str

    A label indicating the attribute's function.

    value str

    The value of a X509 certificate.

    display String

    A human readable name, primarily used for display purposes.

    ref String

    User Token URI

    targetRequestTimeout Number

    Timeout interval for Synchronization TargetAction in milliseconds

    type String

    A label indicating the attribute's function.

    value String

    The value of a X509 certificate.

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserDelegatedAuthenticationTargetApp

    Display string

    A human readable name, primarily used for display purposes.

    Ref string

    User Token URI

    Type string

    A label indicating the attribute's function.

    Value string

    The value of a X509 certificate.

    Display string

    A human readable name, primarily used for display purposes.

    Ref string

    User Token URI

    Type string

    A label indicating the attribute's function.

    Value string

    The value of a X509 certificate.

    display String

    A human readable name, primarily used for display purposes.

    ref String

    User Token URI

    type String

    A label indicating the attribute's function.

    value String

    The value of a X509 certificate.

    display string

    A human readable name, primarily used for display purposes.

    ref string

    User Token URI

    type string

    A label indicating the attribute's function.

    value string

    The value of a X509 certificate.

    display str

    A human readable name, primarily used for display purposes.

    ref str

    User Token URI

    type str

    A label indicating the attribute's function.

    value str

    The value of a X509 certificate.

    display String

    A human readable name, primarily used for display purposes.

    ref String

    User Token URI

    type String

    A label indicating the attribute's function.

    value String

    The value of a X509 certificate.

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserGrant

    AppId string

    The ID of the App in this Grant.

    GrantMechanism string

    Each value of grantMechanism indicates how (or by what component) some App (or App-Entitlement) was granted. A customer or the UI should use only grantMechanism values that start with 'ADMINISTRATOR':

    • 'ADMINISTRATOR_TO_USER' is for a direct grant to a specific User.
    • 'ADMINISTRATOR_TO_GROUP' is for a grant to a specific Group, which results in indirect grants to Users who are members of that Group.
    • 'ADMINISTRATOR_TO_APP' is for a grant to a specific App. The grantee (client) App gains access to the granted (server) App.
    GrantorId string

    Grantor identifier

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    AppId string

    The ID of the App in this Grant.

    GrantMechanism string

    Each value of grantMechanism indicates how (or by what component) some App (or App-Entitlement) was granted. A customer or the UI should use only grantMechanism values that start with 'ADMINISTRATOR':

    • 'ADMINISTRATOR_TO_USER' is for a direct grant to a specific User.
    • 'ADMINISTRATOR_TO_GROUP' is for a grant to a specific Group, which results in indirect grants to Users who are members of that Group.
    • 'ADMINISTRATOR_TO_APP' is for a grant to a specific App. The grantee (client) App gains access to the granted (server) App.
    GrantorId string

    Grantor identifier

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    appId String

    The ID of the App in this Grant.

    grantMechanism String

    Each value of grantMechanism indicates how (or by what component) some App (or App-Entitlement) was granted. A customer or the UI should use only grantMechanism values that start with 'ADMINISTRATOR':

    • 'ADMINISTRATOR_TO_USER' is for a direct grant to a specific User.
    • 'ADMINISTRATOR_TO_GROUP' is for a grant to a specific Group, which results in indirect grants to Users who are members of that Group.
    • 'ADMINISTRATOR_TO_APP' is for a grant to a specific App. The grantee (client) App gains access to the granted (server) App.
    grantorId String

    Grantor identifier

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    appId string

    The ID of the App in this Grant.

    grantMechanism string

    Each value of grantMechanism indicates how (or by what component) some App (or App-Entitlement) was granted. A customer or the UI should use only grantMechanism values that start with 'ADMINISTRATOR':

    • 'ADMINISTRATOR_TO_USER' is for a direct grant to a specific User.
    • 'ADMINISTRATOR_TO_GROUP' is for a grant to a specific Group, which results in indirect grants to Users who are members of that Group.
    • 'ADMINISTRATOR_TO_APP' is for a grant to a specific App. The grantee (client) App gains access to the granted (server) App.
    grantorId string

    Grantor identifier

    ref string

    User Token URI

    value string

    The value of a X509 certificate.

    app_id str

    The ID of the App in this Grant.

    grant_mechanism str

    Each value of grantMechanism indicates how (or by what component) some App (or App-Entitlement) was granted. A customer or the UI should use only grantMechanism values that start with 'ADMINISTRATOR':

    • 'ADMINISTRATOR_TO_USER' is for a direct grant to a specific User.
    • 'ADMINISTRATOR_TO_GROUP' is for a grant to a specific Group, which results in indirect grants to Users who are members of that Group.
    • 'ADMINISTRATOR_TO_APP' is for a grant to a specific App. The grantee (client) App gains access to the granted (server) App.
    grantor_id str

    Grantor identifier

    ref str

    User Token URI

    value str

    The value of a X509 certificate.

    appId String

    The ID of the App in this Grant.

    grantMechanism String

    Each value of grantMechanism indicates how (or by what component) some App (or App-Entitlement) was granted. A customer or the UI should use only grantMechanism values that start with 'ADMINISTRATOR':

    • 'ADMINISTRATOR_TO_USER' is for a direct grant to a specific User.
    • 'ADMINISTRATOR_TO_GROUP' is for a grant to a specific Group, which results in indirect grants to Users who are members of that Group.
    • 'ADMINISTRATOR_TO_APP' is for a grant to a specific App. The grantee (client) App gains access to the granted (server) App.
    grantorId String

    Grantor identifier

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserIdcsAppRolesLimitedToGroup

    Display string

    A human readable name, primarily used for display purposes.

    IdcsAppRoleId string

    The id of the Oracle Identity Cloud Service AppRole grant limited to one or more Groups.

    Ocid string

    The OCID of the user's support account.

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    Display string

    A human readable name, primarily used for display purposes.

    IdcsAppRoleId string

    The id of the Oracle Identity Cloud Service AppRole grant limited to one or more Groups.

    Ocid string

    The OCID of the user's support account.

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    display String

    A human readable name, primarily used for display purposes.

    idcsAppRoleId String

    The id of the Oracle Identity Cloud Service AppRole grant limited to one or more Groups.

    ocid String

    The OCID of the user's support account.

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    display string

    A human readable name, primarily used for display purposes.

    idcsAppRoleId string

    The id of the Oracle Identity Cloud Service AppRole grant limited to one or more Groups.

    ocid string

    The OCID of the user's support account.

    ref string

    User Token URI

    value string

    The value of a X509 certificate.

    display str

    A human readable name, primarily used for display purposes.

    idcs_app_role_id str

    The id of the Oracle Identity Cloud Service AppRole grant limited to one or more Groups.

    ocid str

    The OCID of the user's support account.

    ref str

    User Token URI

    value str

    The value of a X509 certificate.

    display String

    A human readable name, primarily used for display purposes.

    idcsAppRoleId String

    The id of the Oracle Identity Cloud Service AppRole grant limited to one or more Groups.

    ocid String

    The OCID of the user's support account.

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSupportAccount

    Ocid string

    The OCID of the user's support account.

    Ref string

    User Token URI

    UserId string

    ID of the resource

    UserProvider string

    User Support Account Provider

    Value string

    The value of a X509 certificate.

    Ocid string

    The OCID of the user's support account.

    Ref string

    User Token URI

    UserId string

    ID of the resource

    UserProvider string

    User Support Account Provider

    Value string

    The value of a X509 certificate.

    ocid String

    The OCID of the user's support account.

    ref String

    User Token URI

    userId String

    ID of the resource

    userProvider String

    User Support Account Provider

    value String

    The value of a X509 certificate.

    ocid string

    The OCID of the user's support account.

    ref string

    User Token URI

    userId string

    ID of the resource

    userProvider string

    User Support Account Provider

    value string

    The value of a X509 certificate.

    ocid str

    The OCID of the user's support account.

    ref str

    User Token URI

    user_id str

    ID of the resource

    user_provider str

    User Support Account Provider

    value str

    The value of a X509 certificate.

    ocid String

    The OCID of the user's support account.

    ref String

    User Token URI

    userId String

    ID of the resource

    userProvider String

    User Support Account Provider

    value String

    The value of a X509 certificate.

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSyncedFromApp

    Display string

    A human readable name, primarily used for display purposes.

    Ref string

    User Token URI

    Type string

    A label indicating the attribute's function.

    Value string

    The value of a X509 certificate.

    Display string

    A human readable name, primarily used for display purposes.

    Ref string

    User Token URI

    Type string

    A label indicating the attribute's function.

    Value string

    The value of a X509 certificate.

    display String

    A human readable name, primarily used for display purposes.

    ref String

    User Token URI

    type String

    A label indicating the attribute's function.

    value String

    The value of a X509 certificate.

    display string

    A human readable name, primarily used for display purposes.

    ref string

    User Token URI

    type string

    A label indicating the attribute's function.

    value string

    The value of a X509 certificate.

    display str

    A human readable name, primarily used for display purposes.

    ref str

    User Token URI

    type str

    A label indicating the attribute's function.

    value str

    The value of a X509 certificate.

    display String

    A human readable name, primarily used for display purposes.

    ref String

    User Token URI

    type String

    A label indicating the attribute's function.

    value String

    The value of a X509 certificate.

    GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserUserToken

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    Ref string

    User Token URI

    Value string

    The value of a X509 certificate.

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    ref string

    User Token URI

    value string

    The value of a X509 certificate.

    ref str

    User Token URI

    value str

    The value of a X509 certificate.

    ref String

    User Token URI

    value String

    The value of a X509 certificate.

    GetDomainsUserX509certificate

    Display string

    A human readable name, primarily used for display purposes.

    Primary bool

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    Type string

    A label indicating the attribute's function.

    Value string

    The value of a X509 certificate.

    Display string

    A human readable name, primarily used for display purposes.

    Primary bool

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    Type string

    A label indicating the attribute's function.

    Value string

    The value of a X509 certificate.

    display String

    A human readable name, primarily used for display purposes.

    primary Boolean

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    type String

    A label indicating the attribute's function.

    value String

    The value of a X509 certificate.

    display string

    A human readable name, primarily used for display purposes.

    primary boolean

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    type string

    A label indicating the attribute's function.

    value string

    The value of a X509 certificate.

    display str

    A human readable name, primarily used for display purposes.

    primary bool

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    type str

    A label indicating the attribute's function.

    value str

    The value of a X509 certificate.

    display String

    A human readable name, primarily used for display purposes.

    primary Boolean

    A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.

    type String

    A label indicating the attribute's function.

    value String

    The value of a X509 certificate.

    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.16.1 published on Wednesday, Nov 22, 2023 by Pulumi