oci logo
Oracle Cloud Infrastructure v0.13.0, Mar 28 23

oci.Identity.getDomainsUser

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 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

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>

Db 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 attributes used to store Security Questions of 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 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 Cloud Infrastructure IAM 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

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

Db 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 attributes used to store Security Questions of 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 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 Cloud Infrastructure IAM 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

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>

Db 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 attributes used to store Security Questions of 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 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 Cloud Infrastructure IAM 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

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[]

Db 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 attributes used to store Security Questions of 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 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 Cloud Infrastructure IAM 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

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]

Db 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 attributes used to store Security Questions of 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 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 Cloud Infrastructure IAM 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

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>

Db 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 attributes used to store Security Questions of 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 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 Cloud Infrastructure IAM 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

Membership Ocid

NonUniqueDisplay string

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

Ocid string

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

Membership Ocid

NonUniqueDisplay string

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

Ocid string

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

Membership Ocid

nonUniqueDisplay String

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

ocid String

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

Membership Ocid

nonUniqueDisplay string

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

ocid string

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

Membership Ocid

non_unique_display str

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

ocid str

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

Membership Ocid

nonUniqueDisplay String

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

ocid String

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

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

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

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

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

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

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

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

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

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

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

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

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 value of of the User's api key.

Value string

The value of a X509 certificate.

Key string

The value of of the User's api key.

Value string

The value of a X509 certificate.

key String

The value of of the User's api key.

value String

The value of a X509 certificate.

key string

The value of of the User's api key.

value string

The value of a X509 certificate.

key str

The value of of the User's api key.

value str

The value of a X509 certificate.

key String

The value of of the User's api key.

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 value of of the User's api key.

Namespace string

Oracle Cloud Infrastructure Tag namespace

Value string

The value of a X509 certificate.

Key string

The value of of the User's api key.

Namespace string

Oracle Cloud Infrastructure Tag namespace

Value string

The value of a X509 certificate.

key String

The value of of the User's api key.

namespace String

Oracle Cloud Infrastructure Tag namespace

value String

The value of a X509 certificate.

key string

The value of of the User's api key.

namespace string

Oracle Cloud Infrastructure Tag namespace

value string

The value of a X509 certificate.

key str

The value of of the User's api key.

namespace str

Oracle Cloud Infrastructure Tag namespace

value str

The value of a X509 certificate.

key String

The value of of the User's api key.

namespace String

Oracle Cloud Infrastructure Tag namespace

value String

The value of a X509 certificate.

GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionOciTagFreeformTag

Key string

The value of of the User's api key.

Value string

The value of a X509 certificate.

Key string

The value of of the User's api key.

Value string

The value of a X509 certificate.

key String

The value of of the User's api key.

value String

The value of a X509 certificate.

key string

The value of of the User's api key.

value string

The value of a X509 certificate.

key str

The value of of the User's api key.

value str

The value of a X509 certificate.

key String

The value of of the User's api key.

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 weather a user can use api keys

CanUseAuthTokens bool

Indicates weather a user can use auth tokens

CanUseConsolePassword bool

Indicates weather a user can use console password

CanUseCustomerSecretKeys bool

Indicates weather a user can use customer secret keys

CanUseDbCredentials bool

Indicates weather a user can use db credentials

CanUseOauth2clientCredentials bool

Indicates weather a user can use oauth2 client credentials

CanUseSmtpCredentials bool

Indicates weather a user can use smtp credentials

CanUseApiKeys bool

Indicates weather a user can use api keys

CanUseAuthTokens bool

Indicates weather a user can use auth tokens

CanUseConsolePassword bool

Indicates weather a user can use console password

CanUseCustomerSecretKeys bool

Indicates weather a user can use customer secret keys

CanUseDbCredentials bool

Indicates weather a user can use db credentials

CanUseOauth2clientCredentials bool

Indicates weather a user can use oauth2 client credentials

CanUseSmtpCredentials bool

Indicates weather a user can use smtp credentials

canUseApiKeys Boolean

Indicates weather a user can use api keys

canUseAuthTokens Boolean

Indicates weather a user can use auth tokens

canUseConsolePassword Boolean

Indicates weather a user can use console password

canUseCustomerSecretKeys Boolean

Indicates weather a user can use customer secret keys

canUseDbCredentials Boolean

Indicates weather a user can use db credentials

canUseOauth2clientCredentials Boolean

Indicates weather a user can use oauth2 client credentials

canUseSmtpCredentials Boolean

Indicates weather a user can use smtp credentials

canUseApiKeys boolean

Indicates weather a user can use api keys

canUseAuthTokens boolean

Indicates weather a user can use auth tokens

canUseConsolePassword boolean

Indicates weather a user can use console password

canUseCustomerSecretKeys boolean

Indicates weather a user can use customer secret keys

canUseDbCredentials boolean

Indicates weather a user can use db credentials

canUseOauth2clientCredentials boolean

Indicates weather a user can use oauth2 client credentials

canUseSmtpCredentials boolean

Indicates weather a user can use smtp credentials

can_use_api_keys bool

Indicates weather a user can use api keys

can_use_auth_tokens bool

Indicates weather a user can use auth tokens

can_use_console_password bool

Indicates weather a user can use console password

can_use_customer_secret_keys bool

Indicates weather a user can use customer secret keys

can_use_db_credentials bool

Indicates weather a user can use db credentials

can_use_oauth2client_credentials bool

Indicates weather a user can use oauth2 client credentials

can_use_smtp_credentials bool

Indicates weather a user can use smtp credentials

canUseApiKeys Boolean

Indicates weather a user can use api keys

canUseAuthTokens Boolean

Indicates weather a user can use auth tokens

canUseConsolePassword Boolean

Indicates weather a user can use console password

canUseCustomerSecretKeys Boolean

Indicates weather a user can use customer secret keys

canUseDbCredentials Boolean

Indicates weather a user can use db credentials

canUseOauth2clientCredentials Boolean

Indicates weather a user can use oauth2 client credentials

canUseSmtpCredentials Boolean

Indicates weather 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 User Name

DbLoginAttempts int

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

DbUserName string

The Database User Name

dbLoginAttempts Integer

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

dbUserName String

The Database User Name

dbLoginAttempts number

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

dbUserName string

The Database User Name

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 User Name

dbLoginAttempts Number

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

dbUserName String

The Database User Name

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 Cloud Infrastructure IAM User

RealmUsers []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserRealmUser

A list of kerberos realm users for an Oracle Cloud Infrastructure IAM User

realmUsers List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserRealmUser>

A list of kerberos realm users for an Oracle Cloud Infrastructure IAM User

realmUsers GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserRealmUser[]

A list of kerberos realm users for an Oracle Cloud Infrastructure IAM User

realm_users GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserRealmUser]

A list of kerberos realm users for an Oracle Cloud Infrastructure IAM User

realmUsers List<Property Map>

A list of kerberos realm users for an Oracle Cloud Infrastructure IAM User

GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserRealmUser

PrincipalName string

Principal Name of the KerberosRealmUser associated with the Oracle Cloud Infrastructure IAM User.

RealmName string

Realm Name for the KerberosRealmUser associated with the Oracle Cloud Infrastructure IAM 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 Cloud Infrastructure IAM User.

RealmName string

Realm Name for the KerberosRealmUser associated with the Oracle Cloud Infrastructure IAM 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 Cloud Infrastructure IAM User.

realmName String

Realm Name for the KerberosRealmUser associated with the Oracle Cloud Infrastructure IAM 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 Cloud Infrastructure IAM User.

realmName string

Realm Name for the KerberosRealmUser associated with the Oracle Cloud Infrastructure IAM 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 Cloud Infrastructure IAM User.

realm_name str

Realm Name for the KerberosRealmUser associated with the Oracle Cloud Infrastructure IAM 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 Cloud Infrastructure IAM User.

realmName String

Realm Name for the KerberosRealmUser associated with the Oracle Cloud Infrastructure IAM User.

ref String

User Token URI

value String

The value of a X509 certificate.

GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUser

BypassCodes List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserBypassCode>

A list of bypass codes belongs to 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

This represents the date when the user enrolled for multi factor authentication. This will be set to null, when the user resets his factors.

MfaIgnoredApps List<string>

User MFA Ignored Apps Identifiers

MfaStatus string

User Opted for MFA

PreferredAuthenticationFactor string

Preferred Authentication Factor Type

PreferredAuthenticationMethod string

Preferred Authentication method

PreferredDevices List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserPreferredDevice>

User preferred device

PreferredThirdPartyVendor string

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 belongs to 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

This represents the date when the user enrolled for multi factor authentication. This will be set to null, when the user resets his factors.

MfaIgnoredApps []string

User MFA Ignored Apps Identifiers

MfaStatus string

User Opted for MFA

PreferredAuthenticationFactor string

Preferred Authentication Factor Type

PreferredAuthenticationMethod string

Preferred Authentication method

PreferredDevices []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserPreferredDevice

User preferred device

PreferredThirdPartyVendor string

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 belongs to 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

This represents the date when the user enrolled for multi factor authentication. This will be set to null, when the user resets his factors.

mfaIgnoredApps List<String>

User MFA Ignored Apps Identifiers

mfaStatus String

User Opted for MFA

preferredAuthenticationFactor String

Preferred Authentication Factor Type

preferredAuthenticationMethod String

Preferred Authentication method

preferredDevices List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserPreferredDevice>

User preferred device

preferredThirdPartyVendor String

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 belongs to 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

This represents the date when the user enrolled for multi factor authentication. This will be set to null, when the user resets his factors.

mfaIgnoredApps string[]

User MFA Ignored Apps Identifiers

mfaStatus string

User Opted for MFA

preferredAuthenticationFactor string

Preferred Authentication Factor Type

preferredAuthenticationMethod string

Preferred Authentication method

preferredDevices GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserPreferredDevice[]

User preferred device

preferredThirdPartyVendor string

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 belongs to 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

This represents the date when the user enrolled for multi factor authentication. This will be set to null, when the user resets his factors.

mfa_ignored_apps Sequence[str]

User MFA Ignored Apps Identifiers

mfa_status str

User Opted for MFA

preferred_authentication_factor str

Preferred Authentication Factor Type

preferred_authentication_method str

Preferred Authentication method

preferred_devices GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionmfaUserPreferredDevice]

User preferred device

preferred_third_party_vendor str

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 belongs to 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

This represents the date when the user enrolled for multi factor authentication. This will be set to null, when the user resets his factors.

mfaIgnoredApps List<String>

User MFA Ignored Apps Identifiers

mfaStatus String

User Opted for MFA

preferredAuthenticationFactor String

Preferred Authentication Factor Type

preferredAuthenticationMethod String

Preferred Authentication method

preferredDevices List<Property Map>

User preferred device

preferredThirdPartyVendor String

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

Authentication method.

Display string

A human readable name, primarily used for display purposes.

FactorStatus string

Device authentication factor status.

FactorType string

Authentication Factor Type

LastSyncTime string

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

Third party factor vendor name.

Value string

The value of a X509 certificate.

AuthenticationMethod string

Authentication method.

Display string

A human readable name, primarily used for display purposes.

FactorStatus string

Device authentication factor status.

FactorType string

Authentication Factor Type

LastSyncTime string

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

Third party factor vendor name.

Value string

The value of a X509 certificate.

authenticationMethod String

Authentication method.

display String

A human readable name, primarily used for display purposes.

factorStatus String

Device authentication factor status.

factorType String

Authentication Factor Type

lastSyncTime String

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

Third party factor vendor name.

value String

The value of a X509 certificate.

authenticationMethod string

Authentication method.

display string

A human readable name, primarily used for display purposes.

factorStatus string

Device authentication factor status.

factorType string

Authentication Factor Type

lastSyncTime string

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

Third party factor vendor name.

value string

The value of a X509 certificate.

authentication_method str

Authentication method.

display str

A human readable name, primarily used for display purposes.

factor_status str

Device authentication factor status.

factor_type str

Authentication Factor Type

last_sync_time str

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

Third party factor vendor name.

value str

The value of a X509 certificate.

authenticationMethod String

Authentication method.

display String

A human readable name, primarily used for display purposes.

factorStatus String

Device authentication factor status.

factorType String

Authentication Factor Type

lastSyncTime String

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

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 user password is expired. If this value is false, password expiry will still be 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 user password is expired. If this value is false, password expiry will still be 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 user password is expired. If this value is false, password expiry will still be 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 user password is expired. If this value is false, password expiry will still be 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 user password is expired. If this value is false, password expiry will still be 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 user password is expired. If this value is false, password expiry will still be 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>

Security question and answers provided by end-user for Account recovery and/or MFA. While setting up security questions, end-user can also provide hint along with answer.

SecQuestions []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserSecQuestion

Security question and answers provided by end-user for Account recovery and/or MFA. While setting up security questions, end-user can also provide hint along with answer.

secQuestions List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserSecQuestion>

Security question and answers provided by end-user for Account recovery and/or MFA. While setting up security questions, end-user can also provide hint along with answer.

secQuestions GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserSecQuestion[]

Security question and answers provided by end-user for Account recovery and/or MFA. While setting up security questions, end-user can also provide hint along with answer.

sec_questions GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserSecQuestion]

Security question and answers provided by end-user for Account recovery and/or MFA. While setting up security questions, end-user can also provide hint along with answer.

secQuestions List<Property Map>

Security question and answers provided by end-user for Account recovery and/or MFA. While setting up security questions, end-user can also provide hint along with answer.

GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserSecQuestion

Answer string

Answer provided by an user for a security question.

HintText string

Hint for an answer given by user while setting up Security Question.

Ref string

User Token URI

Value string

The value of a X509 certificate.

Answer string

Answer provided by an user for a security question.

HintText string

Hint for an answer given by user while setting up Security Question.

Ref string

User Token URI

Value string

The value of a X509 certificate.

answer String

Answer provided by an user for a security question.

hintText String

Hint for an answer given by user while setting up Security Question.

ref String

User Token URI

value String

The value of a X509 certificate.

answer string

Answer provided by an user for a security question.

hintText string

Hint for an answer given by user while setting up Security Question.

ref string

User Token URI

value string

The value of a X509 certificate.

answer str

Answer provided by an user for a security question.

hint_text str

Hint for an answer given by user while setting up Security Question.

ref str

User Token URI

value str

The value of a X509 certificate.

answer String

Answer provided by an user for a security question.

hintText String

Hint for an answer given by user while setting up 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 db credentials corresponding to user.

OAuth2clientCredentials List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserOAuth2clientCredential>

A list of oauth2 client credentials corresponding to 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 db credentials corresponding to user.

OAuth2clientCredentials []GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserOAuth2clientCredential

A list of oauth2 client credentials corresponding to 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 db credentials corresponding to user.

oAuth2clientCredentials List<GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserOAuth2clientCredential>

A list of oauth2 client credentials corresponding to 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 db credentials corresponding to user.

oAuth2clientCredentials GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserOAuth2clientCredential[]

A list of oauth2 client credentials corresponding to 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 db credentials corresponding to user.

o_auth2client_credentials GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserOAuth2clientCredential]

A list of oauth2 client credentials corresponding to 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 db credentials corresponding to user.

oAuth2clientCredentials List<Property Map>

A list of oauth2 client credentials corresponding to user.

smtpCredentials List<Property Map>

A list of smtp credentials corresponding to user.

GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserApiKey

Key string

The value of of the User's api key.

Ocid string

Ocid of the User's Support Account.

Ref string

User Token URI

Value string

The value of a X509 certificate.

Key string

The value of of the User's api key.

Ocid string

Ocid of the User's Support Account.

Ref string

User Token URI

Value string

The value of a X509 certificate.

key String

The value of of the User's api key.

ocid String

Ocid of the User's Support Account.

ref String

User Token URI

value String

The value of a X509 certificate.

key string

The value of of the User's api key.

ocid string

Ocid of the User's Support Account.

ref string

User Token URI

value string

The value of a X509 certificate.

key str

The value of of the User's api key.

ocid str

Ocid of the User's Support Account.

ref str

User Token URI

value str

The value of a X509 certificate.

key String

The value of of the User's api key.

ocid String

Ocid of the User's Support Account.

ref String

User Token URI

value String

The value of a X509 certificate.

GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserAuthToken

Ocid string

Ocid of the User's Support Account.

Ref string

User Token URI

Value string

The value of a X509 certificate.

Ocid string

Ocid of the User's Support Account.

Ref string

User Token URI

Value string

The value of a X509 certificate.

ocid String

Ocid of the User's Support Account.

ref String

User Token URI

value String

The value of a X509 certificate.

ocid string

Ocid of the User's Support Account.

ref string

User Token URI

value string

The value of a X509 certificate.

ocid str

Ocid of the User's Support Account.

ref str

User Token URI

value str

The value of a X509 certificate.

ocid String

Ocid of the User's Support Account.

ref String

User Token URI

value String

The value of a X509 certificate.

GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserCustomerSecretKey

Ocid string

Ocid of the User's Support Account.

Ref string

User Token URI

Value string

The value of a X509 certificate.

Ocid string

Ocid of the User's Support Account.

Ref string

User Token URI

Value string

The value of a X509 certificate.

ocid String

Ocid of the User's Support Account.

ref String

User Token URI

value String

The value of a X509 certificate.

ocid string

Ocid of the User's Support Account.

ref string

User Token URI

value string

The value of a X509 certificate.

ocid str

Ocid of the User's Support Account.

ref str

User Token URI

value str

The value of a X509 certificate.

ocid String

Ocid of the User's Support Account.

ref String

User Token URI

value String

The value of a X509 certificate.

GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserDbCredential

Ocid string

Ocid of the User's Support Account.

Ref string

User Token URI

Value string

The value of a X509 certificate.

Ocid string

Ocid of the User's Support Account.

Ref string

User Token URI

Value string

The value of a X509 certificate.

ocid String

Ocid of the User's Support Account.

ref String

User Token URI

value String

The value of a X509 certificate.

ocid string

Ocid of the User's Support Account.

ref string

User Token URI

value string

The value of a X509 certificate.

ocid str

Ocid of the User's Support Account.

ref str

User Token URI

value str

The value of a X509 certificate.

ocid String

Ocid of the User's Support Account.

ref String

User Token URI

value String

The value of a X509 certificate.

GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserOAuth2clientCredential

Ocid string

Ocid of the User's Support Account.

Ref string

User Token URI

Value string

The value of a X509 certificate.

Ocid string

Ocid of the User's Support Account.

Ref string

User Token URI

Value string

The value of a X509 certificate.

ocid String

Ocid of the User's Support Account.

ref String

User Token URI

value String

The value of a X509 certificate.

ocid string

Ocid of the User's Support Account.

ref string

User Token URI

value string

The value of a X509 certificate.

ocid str

Ocid of the User's Support Account.

ref str

User Token URI

value str

The value of a X509 certificate.

ocid String

Ocid of the User's Support Account.

ref String

User Token URI

value String

The value of a X509 certificate.

GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserSmtpCredential

Ocid string

Ocid of the User's Support Account.

Ref string

User Token URI

Value string

The value of a X509 certificate.

Ocid string

Ocid of the User's Support Account.

Ref string

User Token URI

Value string

The value of a X509 certificate.

ocid String

Ocid of the User's Support Account.

ref String

User Token URI

value String

The value of a X509 certificate.

ocid string

Ocid of the User's Support Account.

ref string

User Token URI

value string

The value of a X509 certificate.

ocid str

Ocid of the User's Support Account.

ref str

User Token URI

value str

The value of a X509 certificate.

ocid String

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 new sessions)

LoginAttempts int

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

MaxConcurrentSessions int

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 an password recovery is locked (blocking 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 new sessions)

LoginAttempts int

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

MaxConcurrentSessions int

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 an password recovery is locked (blocking 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 new sessions)

loginAttempts Integer

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

maxConcurrentSessions Integer

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 an password recovery is locked (blocking 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 new sessions)

loginAttempts number

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

maxConcurrentSessions number

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 an password recovery is locked (blocking 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 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

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 an password recovery is locked (blocking 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 new sessions)

loginAttempts Number

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

maxConcurrentSessions Number

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 an password recovery is locked (blocking new sessions)

GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserLocked

Expired bool

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

LockDate string

The date and time that the current resource was locked

On bool

Indicates that the rev is locked

Reason int

Indicates the reason for locking. 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 user password is expired. If this value is false, password expiry will still be evaluated during user login.

LockDate string

The date and time that the current resource was locked

On bool

Indicates that the rev is locked

Reason int

Indicates the reason for locking. 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 user password is expired. If this value is false, password expiry will still be evaluated during user login.

lockDate String

The date and time that the current resource was locked

on Boolean

Indicates that the rev is locked

reason Integer

Indicates the reason for locking. 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 user password is expired. If this value is false, password expiry will still be evaluated during user login.

lockDate string

The date and time that the current resource was locked

on boolean

Indicates that the rev is locked

reason number

Indicates the reason for locking. 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 user password is expired. If this value is false, password expiry will still be evaluated during user login.

lock_date str

The date and time that the current resource was locked

on bool

Indicates that the rev is locked

reason int

Indicates the reason for locking. 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 user password is expired. If this value is false, password expiry will still be evaluated during user login.

lockDate String

The date and time that the current resource was locked

on Boolean

Indicates that the rev is locked

reason Number

Indicates the reason for locking. 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 rev is locked

LockDate string

The date and time that the current resource was locked

On bool

Indicates that the rev is locked

lockDate String

The date and time that the current resource was locked

on Boolean

Indicates that the rev is locked

lockDate string

The date and time that the current resource was locked

on boolean

Indicates that the rev is locked

lock_date str

The date and time that the current resource was locked

on bool

Indicates that the rev is locked

lockDate String

The date and time that the current resource was locked

on Boolean

Indicates that the rev 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 Cloud Infrastructure IAM.

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.

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.

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 Cloud Infrastructure IAM.

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.

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.

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 Cloud Infrastructure IAM.

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.

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.

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 Cloud Infrastructure IAM.

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.

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.

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 Cloud Infrastructure IAM.

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.

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.

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 Cloud Infrastructure IAM.

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.

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.

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 Cloud Infrastructure IAM 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 Cloud Infrastructure IAM 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 Cloud Infrastructure IAM 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 Cloud Infrastructure IAM 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 Cloud Infrastructure IAM 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 Cloud Infrastructure IAM 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.\nA customer or the UI should use only grantMechanism values that start with 'ADMINISTRATOR':\n - 'ADMINISTRATOR_TO_USER' is for a direct grant to a specific User.\n - 'ADMINISTRATOR_TO_GROUP' is for a grant to a specific Group, which results in indirect grants to Users who are members of that Group.\n - '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.\nA customer or the UI should use only grantMechanism values that start with 'ADMINISTRATOR':\n - 'ADMINISTRATOR_TO_USER' is for a direct grant to a specific User.\n - 'ADMINISTRATOR_TO_GROUP' is for a grant to a specific Group, which results in indirect grants to Users who are members of that Group.\n - '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.\nA customer or the UI should use only grantMechanism values that start with 'ADMINISTRATOR':\n - 'ADMINISTRATOR_TO_USER' is for a direct grant to a specific User.\n - 'ADMINISTRATOR_TO_GROUP' is for a grant to a specific Group, which results in indirect grants to Users who are members of that Group.\n - '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.\nA customer or the UI should use only grantMechanism values that start with 'ADMINISTRATOR':\n - 'ADMINISTRATOR_TO_USER' is for a direct grant to a specific User.\n - 'ADMINISTRATOR_TO_GROUP' is for a grant to a specific Group, which results in indirect grants to Users who are members of that Group.\n - '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.\nA customer or the UI should use only grantMechanism values that start with 'ADMINISTRATOR':\n - 'ADMINISTRATOR_TO_USER' is for a direct grant to a specific User.\n - 'ADMINISTRATOR_TO_GROUP' is for a grant to a specific Group, which results in indirect grants to Users who are members of that Group.\n - '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.\nA customer or the UI should use only grantMechanism values that start with 'ADMINISTRATOR':\n - 'ADMINISTRATOR_TO_USER' is for a direct grant to a specific User.\n - 'ADMINISTRATOR_TO_GROUP' is for a grant to a specific Group, which results in indirect grants to Users who are members of that Group.\n - '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 Cloud Infrastructure IAM AppRole grant limited to one or more Groups.

Ocid string

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 Cloud Infrastructure IAM AppRole grant limited to one or more Groups.

Ocid string

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 Cloud Infrastructure IAM AppRole grant limited to one or more Groups.

ocid String

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 Cloud Infrastructure IAM AppRole grant limited to one or more Groups.

ocid string

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 Cloud Infrastructure IAM AppRole grant limited to one or more Groups.

ocid str

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 Cloud Infrastructure IAM AppRole grant limited to one or more Groups.

ocid String

Ocid of the User's Support Account.

ref String

User Token URI

value String

The value of a X509 certificate.

GetDomainsUserUrnietfparamsscimschemasoracleidcsextensionuserUserSupportAccount

Ocid string

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

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

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

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

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

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.