Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi
oci.Identity.getDomainsUsers
Explore with Pulumi AI
This data source provides the list of Users in Oracle Cloud Infrastructure Identity Domains service.
Search for users.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testUsers = oci.Identity.getDomainsUsers({
idcsEndpoint: testDomain.url,
userCount: userUserCount,
userFilter: userUserFilter,
attributeSets: [],
attributes: "",
authorization: userAuthorization,
resourceTypeSchemaVersion: userResourceTypeSchemaVersion,
startIndex: userStartIndex,
});
import pulumi
import pulumi_oci as oci
test_users = oci.Identity.get_domains_users(idcs_endpoint=test_domain["url"],
user_count=user_user_count,
user_filter=user_user_filter,
attribute_sets=[],
attributes="",
authorization=user_authorization,
resource_type_schema_version=user_resource_type_schema_version,
start_index=user_start_index)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/identity"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := identity.GetDomainsUsers(ctx, &identity.GetDomainsUsersArgs{
IdcsEndpoint: testDomain.Url,
UserCount: pulumi.IntRef(userUserCount),
UserFilter: pulumi.StringRef(userUserFilter),
AttributeSets: []interface{}{},
Attributes: pulumi.StringRef(""),
Authorization: pulumi.StringRef(userAuthorization),
ResourceTypeSchemaVersion: pulumi.StringRef(userResourceTypeSchemaVersion),
StartIndex: pulumi.IntRef(userStartIndex),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testUsers = Oci.Identity.GetDomainsUsers.Invoke(new()
{
IdcsEndpoint = testDomain.Url,
UserCount = userUserCount,
UserFilter = userUserFilter,
AttributeSets = new() { },
Attributes = "",
Authorization = userAuthorization,
ResourceTypeSchemaVersion = userResourceTypeSchemaVersion,
StartIndex = userStartIndex,
});
});
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.GetDomainsUsersArgs;
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 testUsers = IdentityFunctions.getDomainsUsers(GetDomainsUsersArgs.builder()
.idcsEndpoint(testDomain.url())
.userCount(userUserCount)
.userFilter(userUserFilter)
.attributeSets()
.attributes("")
.authorization(userAuthorization)
.resourceTypeSchemaVersion(userResourceTypeSchemaVersion)
.startIndex(userStartIndex)
.build());
}
}
variables:
testUsers:
fn::invoke:
function: oci:Identity:getDomainsUsers
arguments:
idcsEndpoint: ${testDomain.url}
userCount: ${userUserCount}
userFilter: ${userUserFilter}
attributeSets: []
attributes: ""
authorization: ${userAuthorization}
resourceTypeSchemaVersion: ${userResourceTypeSchemaVersion}
startIndex: ${userStartIndex}
Using getDomainsUsers
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 getDomainsUsers(args: GetDomainsUsersArgs, opts?: InvokeOptions): Promise<GetDomainsUsersResult>
function getDomainsUsersOutput(args: GetDomainsUsersOutputArgs, opts?: InvokeOptions): Output<GetDomainsUsersResult>
def get_domains_users(attribute_sets: Optional[Sequence[str]] = None,
attributes: Optional[str] = None,
authorization: Optional[str] = None,
compartment_id: Optional[str] = None,
idcs_endpoint: Optional[str] = None,
resource_type_schema_version: Optional[str] = None,
sort_by: Optional[str] = None,
sort_order: Optional[str] = None,
start_index: Optional[int] = None,
user_count: Optional[int] = None,
user_filter: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDomainsUsersResult
def get_domains_users_output(attribute_sets: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
attributes: Optional[pulumi.Input[str]] = None,
authorization: Optional[pulumi.Input[str]] = None,
compartment_id: Optional[pulumi.Input[str]] = None,
idcs_endpoint: Optional[pulumi.Input[str]] = None,
resource_type_schema_version: Optional[pulumi.Input[str]] = None,
sort_by: Optional[pulumi.Input[str]] = None,
sort_order: Optional[pulumi.Input[str]] = None,
start_index: Optional[pulumi.Input[int]] = None,
user_count: Optional[pulumi.Input[int]] = None,
user_filter: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDomainsUsersResult]
func GetDomainsUsers(ctx *Context, args *GetDomainsUsersArgs, opts ...InvokeOption) (*GetDomainsUsersResult, error)
func GetDomainsUsersOutput(ctx *Context, args *GetDomainsUsersOutputArgs, opts ...InvokeOption) GetDomainsUsersResultOutput
> Note: This function is named GetDomainsUsers
in the Go SDK.
public static class GetDomainsUsers
{
public static Task<GetDomainsUsersResult> InvokeAsync(GetDomainsUsersArgs args, InvokeOptions? opts = null)
public static Output<GetDomainsUsersResult> Invoke(GetDomainsUsersInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDomainsUsersResult> getDomainsUsers(GetDomainsUsersArgs args, InvokeOptions options)
public static Output<GetDomainsUsersResult> getDomainsUsers(GetDomainsUsersArgs args, InvokeOptions options)
fn::invoke:
function: oci:Identity/getDomainsUsers:getDomainsUsers
arguments:
# arguments dictionary
The following arguments are supported:
- Idcs
Endpoint This property is required. string - The basic endpoint for the identity domain
- Attribute
Sets 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.
- string
- The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- Compartment
Id string - Resource
Type stringSchema Version - 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.
- Sort
By string - Sort
Order string - Start
Index int - OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on.
- User
Count int - OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4).
- User
Filter string - OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses.
- Idcs
Endpoint This property is required. string - The basic endpoint for the identity domain
- Attribute
Sets []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.
- string
- The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- Compartment
Id string - Resource
Type stringSchema Version - 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.
- Sort
By string - Sort
Order string - Start
Index int - OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on.
- User
Count int - OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4).
- User
Filter string - OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses.
- idcs
Endpoint This property is required. String - The basic endpoint for the identity domain
- attribute
Sets 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.
- String
- The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- compartment
Id String - resource
Type StringSchema Version - 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.
- sort
By String - sort
Order String - start
Index Integer - OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on.
- user
Count Integer - OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4).
- user
Filter String - OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses.
- idcs
Endpoint This property is required. string - The basic endpoint for the identity domain
- attribute
Sets 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.
- string
- The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- compartment
Id string - resource
Type stringSchema Version - 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.
- sort
By string - sort
Order string - start
Index number - OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on.
- user
Count number - OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4).
- user
Filter string - OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses.
- idcs_
endpoint This property is required. str - The basic endpoint for the identity domain
- 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.
- str
- The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- compartment_
id str - resource_
type_ strschema_ version - 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.
- sort_
by str - sort_
order str - start_
index int - OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on.
- user_
count int - OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4).
- user_
filter str - OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses.
- idcs
Endpoint This property is required. String - The basic endpoint for the identity domain
- attribute
Sets 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.
- String
- The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- compartment
Id String - resource
Type StringSchema Version - 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.
- sort
By String - sort
Order String - start
Index Number - OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on.
- user
Count Number - OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4).
- user
Filter String - OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses.
getDomainsUsers Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Idcs
Endpoint string - Items
Per intPage - 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.
- Total
Results int - Users
List<Get
Domains Users User> - The list of users.
- Attribute
Sets List<string> - Attributes string
- string
- Compartment
Id string - Resource
Type stringSchema Version - Sort
By string - Sort
Order string - Start
Index int - User
Count int - User
Filter string
- Id string
- The provider-assigned unique ID for this managed resource.
- Idcs
Endpoint string - Items
Per intPage - 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.
- Total
Results int - Users
[]Get
Domains Users User - The list of users.
- Attribute
Sets []string - Attributes string
- string
- Compartment
Id string - Resource
Type stringSchema Version - Sort
By string - Sort
Order string - Start
Index int - User
Count int - User
Filter string
- id String
- The provider-assigned unique ID for this managed resource.
- idcs
Endpoint String - items
Per IntegerPage - 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.
- total
Results Integer - users
List<Get
Domains Users User> - The list of users.
- attribute
Sets List<String> - attributes String
- String
- compartment
Id String - resource
Type StringSchema Version - sort
By String - sort
Order String - start
Index Integer - user
Count Integer - user
Filter String
- id string
- The provider-assigned unique ID for this managed resource.
- idcs
Endpoint string - items
Per numberPage - 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.
- total
Results number - users
Get
Domains Users User[] - The list of users.
- attribute
Sets string[] - attributes string
- string
- compartment
Id string - resource
Type stringSchema Version - sort
By string - sort
Order string - start
Index number - user
Count number - user
Filter string
- id str
- The provider-assigned unique ID for this managed resource.
- idcs_
endpoint str - items_
per_ intpage - 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.
- total_
results int - users
Sequence[identity.
Get Domains Users User] - The list of users.
- attribute_
sets Sequence[str] - attributes str
- str
- compartment_
id str - resource_
type_ strschema_ version - sort_
by str - sort_
order str - start_
index int - user_
count int - user_
filter str
- id String
- The provider-assigned unique ID for this managed resource.
- idcs
Endpoint String - items
Per NumberPage - 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.
- total
Results Number - users List<Property Map>
- The list of users.
- attribute
Sets List<String> - attributes String
- String
- compartment
Id String - resource
Type StringSchema Version - sort
By String - sort
Order String - start
Index Number - user
Count Number - user
Filter String
Supporting Types
GetDomainsUsersUser
- Active
This property is required. bool - Status of the account
- Addresses
This property is required. List<GetDomains Users User Address> - 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.
- Attribute
Sets This property is required. 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
This property is required. 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.
This property is required. string- The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- Compartment
Ocid This property is required. string - Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
- Delete
In Progress This property is required. 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
This property is required. string - Description of the user
- Display
Name This property is required. string - The displayName of the User's manager. OPTIONAL and READ-ONLY.
- Domain
Ocid This property is required. string - Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
- Emails
This property is required. List<GetDomains Users User Email> - A complex attribute representing emails
- Entitlements
This property is required. List<GetDomains Users User Entitlement> - A list of entitlements for the User that represent a thing the User has.
- External
Id This property is required. string - An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- Force
Delete This property is required. bool - Groups
This property is required. List<GetDomains Users User Group> - A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
- Id
This property is required. 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.
- Idcs
Created Bies This property is required. List<GetDomains Users User Idcs Created By> - The User or App who created the Resource
- Idcs
Endpoint This property is required. string - The basic endpoint for the identity domain
- Idcs
Last Modified Bies This property is required. List<GetDomains Users User Idcs Last Modified By> - The User or App who modified the Resource
- Idcs
Last Upgraded In Release This property is required. string - The release number when the resource was upgraded.
- Idcs
Prevented Operations This property is required. List<string> - Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
- Ims
This property is required. List<GetDomains Users User Im> - User's instant messaging addresses
- Locale
This property is required. 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
This property is required. List<GetDomains Users User Meta> - A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
- Names
This property is required. List<GetDomains Users User Name> - Name of the account assigned to the User.
- Nick
Name This property is required. string - Nick name
- Ocid
This property is required. string - The OCID of the user's support account.
- Password
This property is required. string - Password attribute. Max length for password is controlled via Password Policy.
- Phone
Numbers This property is required. List<GetDomains Users User Phone Number> - Phone numbers
- Photos
This property is required. List<GetDomains Users User Photo> - URLs of photos for the User
- Preferred
Language This property is required. string - User's preferred written or spoken language used for localized user interfaces
- Profile
Url This property is required. string - A fully-qualified URL to a page representing the User's online profile
- Resource
Type Schema Version This property is required. 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.
- Roles
This property is required. List<GetDomains Users User Role> - A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.
- Schemas
This property is required. 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.
This property is required. List<GetDomains Users User Tag> - A list of tags on this resource.
- Tenancy
Ocid This property is required. string - Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
- Timezone
This property is required. string - User's timezone
- Title
This property is required. string - Title
- Urnietfparamsscimschemasextensionenterprise20users
This property is required. List<GetDomains Users User Urnietfparamsscimschemasextensionenterprise20user> - Enterprise User
This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextension Oci Tag> - Oracle Cloud Infrastructure Tags.
- Urnietfparamsscimschemasoracleidcsextensionadaptive
Users This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionadaptive User> - This extension defines attributes to manage user's risk score.
- Urnietfparamsscimschemasoracleidcsextensioncapabilities
Users This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensioncapabilities User> - User's Capabilities
- Urnietfparamsscimschemasoracleidcsextensiondb
Credentials Users This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensiondb Credentials User> - The database credentials user extension.
- Urnietfparamsscimschemasoracleidcsextensiondb
User Users This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensiondb User User> - DB User extension
- Urnietfparamsscimschemasoracleidcsextensionkerberos
User Users This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionkerberos User User> - Kerberos User extension
- Urnietfparamsscimschemasoracleidcsextensionmfa
Users This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionmfa User> - 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 This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionpassword State User> - 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 This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionpasswordless User> - 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 This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionposix User> - POSIX User extension
- Urnietfparamsscimschemasoracleidcsextensionsecurity
Questions Users This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionsecurity Questions User> - This extension defines the attributes used to store the security questions of a user.
- Urnietfparamsscimschemasoracleidcsextensionself
Change Users This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionself Change User> - Controls whether a user can update themselves or not via User related APIs
- Urnietfparamsscimschemasoracleidcsextensionself
Registration Users This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionself Registration User> - This extension defines attributes used to manage self registration profile linked to the user.
- Urnietfparamsscimschemasoracleidcsextensionsff
Users This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionsff User> - SFF Auth Keys User extension
This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionsocial Account User> - Social User extension
- Urnietfparamsscimschemasoracleidcsextensionterms
Of Use Users This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionterms Of Use User> - Terms Of Use extension
- Urnietfparamsscimschemasoracleidcsextensionuser
Credentials Users This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User> - User's credentials
- Urnietfparamsscimschemasoracleidcsextensionuser
State Users This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser State User> - This extension defines the attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
- Urnietfparamsscimschemasoracleidcsextensionuser
Users This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User> - Oracle Identity Cloud Service User
- User
Name This property is required. string - User name
- User
Type This property is required. string - Used to identify the organization-to-user relationship
- X509certificates
This property is required. List<GetDomains Users User X509certificate> - A list of certificates issued to the User.
- Active
This property is required. bool - Status of the account
- Addresses
This property is required. []GetDomains Users User Address - 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.
- Attribute
Sets This property is required. []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
This property is required. 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.
This property is required. string- The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- Compartment
Ocid This property is required. string - Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
- Delete
In Progress This property is required. 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
This property is required. string - Description of the user
- Display
Name This property is required. string - The displayName of the User's manager. OPTIONAL and READ-ONLY.
- Domain
Ocid This property is required. string - Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
- Emails
This property is required. []GetDomains Users User Email - A complex attribute representing emails
- Entitlements
This property is required. []GetDomains Users User Entitlement - A list of entitlements for the User that represent a thing the User has.
- External
Id This property is required. string - An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- Force
Delete This property is required. bool - Groups
This property is required. []GetDomains Users User Group - A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
- Id
This property is required. 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.
- Idcs
Created Bies This property is required. []GetDomains Users User Idcs Created By - The User or App who created the Resource
- Idcs
Endpoint This property is required. string - The basic endpoint for the identity domain
- Idcs
Last Modified Bies This property is required. []GetDomains Users User Idcs Last Modified By - The User or App who modified the Resource
- Idcs
Last Upgraded In Release This property is required. string - The release number when the resource was upgraded.
- Idcs
Prevented Operations This property is required. []string - Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
- Ims
This property is required. []GetDomains Users User Im - User's instant messaging addresses
- Locale
This property is required. 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
This property is required. []GetDomains Users User Meta - A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
- Names
This property is required. []GetDomains Users User Name - Name of the account assigned to the User.
- Nick
Name This property is required. string - Nick name
- Ocid
This property is required. string - The OCID of the user's support account.
- Password
This property is required. string - Password attribute. Max length for password is controlled via Password Policy.
- Phone
Numbers This property is required. []GetDomains Users User Phone Number - Phone numbers
- Photos
This property is required. []GetDomains Users User Photo - URLs of photos for the User
- Preferred
Language This property is required. string - User's preferred written or spoken language used for localized user interfaces
- Profile
Url This property is required. string - A fully-qualified URL to a page representing the User's online profile
- Resource
Type Schema Version This property is required. 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.
- Roles
This property is required. []GetDomains Users User Role - A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.
- Schemas
This property is required. []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.
This property is required. []GetDomains Users User Tag - A list of tags on this resource.
- Tenancy
Ocid This property is required. string - Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
- Timezone
This property is required. string - User's timezone
- Title
This property is required. string - Title
- Urnietfparamsscimschemasextensionenterprise20users
This property is required. []GetDomains Users User Urnietfparamsscimschemasextensionenterprise20user - Enterprise User
This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextension Oci Tag - Oracle Cloud Infrastructure Tags.
- Urnietfparamsscimschemasoracleidcsextensionadaptive
Users This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionadaptive User - This extension defines attributes to manage user's risk score.
- Urnietfparamsscimschemasoracleidcsextensioncapabilities
Users This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensioncapabilities User - User's Capabilities
- Urnietfparamsscimschemasoracleidcsextensiondb
Credentials Users This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensiondb Credentials User - The database credentials user extension.
- Urnietfparamsscimschemasoracleidcsextensiondb
User Users This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensiondb User User - DB User extension
- Urnietfparamsscimschemasoracleidcsextensionkerberos
User Users This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionkerberos User User - Kerberos User extension
- Urnietfparamsscimschemasoracleidcsextensionmfa
Users This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionmfa User - 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 This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionpassword State User - 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 This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionpasswordless User - 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 This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionposix User - POSIX User extension
- Urnietfparamsscimschemasoracleidcsextensionsecurity
Questions Users This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionsecurity Questions User - This extension defines the attributes used to store the security questions of a user.
- Urnietfparamsscimschemasoracleidcsextensionself
Change Users This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionself Change User - Controls whether a user can update themselves or not via User related APIs
- Urnietfparamsscimschemasoracleidcsextensionself
Registration Users This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionself Registration User - This extension defines attributes used to manage self registration profile linked to the user.
- Urnietfparamsscimschemasoracleidcsextensionsff
Users This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionsff User - SFF Auth Keys User extension
This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionsocial Account User - Social User extension
- Urnietfparamsscimschemasoracleidcsextensionterms
Of Use Users This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionterms Of Use User - Terms Of Use extension
- Urnietfparamsscimschemasoracleidcsextensionuser
Credentials Users This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User - User's credentials
- Urnietfparamsscimschemasoracleidcsextensionuser
State Users This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser State User - This extension defines the attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
- Urnietfparamsscimschemasoracleidcsextensionuser
Users This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User - Oracle Identity Cloud Service User
- User
Name This property is required. string - User name
- User
Type This property is required. string - Used to identify the organization-to-user relationship
- X509certificates
This property is required. []GetDomains Users User X509certificate - A list of certificates issued to the User.
- active
This property is required. Boolean - Status of the account
- addresses
This property is required. List<GetDomains Users User Address> - 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.
- attribute
Sets This property is required. 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
This property is required. 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.
This property is required. String- The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- compartment
Ocid This property is required. String - Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
- delete
In Progress This property is required. 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
This property is required. String - Description of the user
- display
Name This property is required. String - The displayName of the User's manager. OPTIONAL and READ-ONLY.
- domain
Ocid This property is required. String - Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
- emails
This property is required. List<GetDomains Users User Email> - A complex attribute representing emails
- entitlements
This property is required. List<GetDomains Users User Entitlement> - A list of entitlements for the User that represent a thing the User has.
- external
Id This property is required. String - An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- force
Delete This property is required. Boolean - groups
This property is required. List<GetDomains Users User Group> - A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
- id
This property is required. 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.
- idcs
Created Bies This property is required. List<GetDomains Users User Idcs Created By> - The User or App who created the Resource
- idcs
Endpoint This property is required. String - The basic endpoint for the identity domain
- idcs
Last Modified Bies This property is required. List<GetDomains Users User Idcs Last Modified By> - The User or App who modified the Resource
- idcs
Last Upgraded In Release This property is required. String - The release number when the resource was upgraded.
- idcs
Prevented Operations This property is required. List<String> - Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
- ims
This property is required. List<GetDomains Users User Im> - User's instant messaging addresses
- locale
This property is required. 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
This property is required. List<GetDomains Users User Meta> - A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
- names
This property is required. List<GetDomains Users User Name> - Name of the account assigned to the User.
- nick
Name This property is required. String - Nick name
- ocid
This property is required. String - The OCID of the user's support account.
- password
This property is required. String - Password attribute. Max length for password is controlled via Password Policy.
- phone
Numbers This property is required. List<GetDomains Users User Phone Number> - Phone numbers
- photos
This property is required. List<GetDomains Users User Photo> - URLs of photos for the User
- preferred
Language This property is required. String - User's preferred written or spoken language used for localized user interfaces
- profile
Url This property is required. String - A fully-qualified URL to a page representing the User's online profile
- resource
Type Schema Version This property is required. 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.
- roles
This property is required. List<GetDomains Users User Role> - A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.
- schemas
This property is required. 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.
This property is required. List<GetDomains Users User Tag> - A list of tags on this resource.
- tenancy
Ocid This property is required. String - Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
- timezone
This property is required. String - User's timezone
- title
This property is required. String - Title
- urnietfparamsscimschemasextensionenterprise20users
This property is required. List<GetDomains Users User Urnietfparamsscimschemasextensionenterprise20user> - Enterprise User
This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextension Oci Tag> - Oracle Cloud Infrastructure Tags.
- urnietfparamsscimschemasoracleidcsextensionadaptive
Users This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionadaptive User> - This extension defines attributes to manage user's risk score.
- urnietfparamsscimschemasoracleidcsextensioncapabilities
Users This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensioncapabilities User> - User's Capabilities
- urnietfparamsscimschemasoracleidcsextensiondb
Credentials Users This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensiondb Credentials User> - The database credentials user extension.
- urnietfparamsscimschemasoracleidcsextensiondb
User Users This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensiondb User User> - DB User extension
- urnietfparamsscimschemasoracleidcsextensionkerberos
User Users This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionkerberos User User> - Kerberos User extension
- urnietfparamsscimschemasoracleidcsextensionmfa
Users This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionmfa User> - 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 This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionpassword State User> - 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 This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionpasswordless User> - 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 This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionposix User> - POSIX User extension
- urnietfparamsscimschemasoracleidcsextensionsecurity
Questions Users This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionsecurity Questions User> - This extension defines the attributes used to store the security questions of a user.
- urnietfparamsscimschemasoracleidcsextensionself
Change Users This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionself Change User> - Controls whether a user can update themselves or not via User related APIs
- urnietfparamsscimschemasoracleidcsextensionself
Registration Users This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionself Registration User> - This extension defines attributes used to manage self registration profile linked to the user.
- urnietfparamsscimschemasoracleidcsextensionsff
Users This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionsff User> - SFF Auth Keys User extension
This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionsocial Account User> - Social User extension
- urnietfparamsscimschemasoracleidcsextensionterms
Of Use Users This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionterms Of Use User> - Terms Of Use extension
- urnietfparamsscimschemasoracleidcsextensionuser
Credentials Users This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User> - User's credentials
- urnietfparamsscimschemasoracleidcsextensionuser
State Users This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser State User> - This extension defines the attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
- urnietfparamsscimschemasoracleidcsextensionuser
Users This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User> - Oracle Identity Cloud Service User
- user
Name This property is required. String - User name
- user
Type This property is required. String - Used to identify the organization-to-user relationship
- x509certificates
This property is required. List<GetDomains Users User X509certificate> - A list of certificates issued to the User.
- active
This property is required. boolean - Status of the account
- addresses
This property is required. GetDomains Users User Address[] - 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.
- attribute
Sets This property is required. 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
This property is required. 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.
This property is required. string- The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- compartment
Ocid This property is required. string - Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
- delete
In Progress This property is required. 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
This property is required. string - Description of the user
- display
Name This property is required. string - The displayName of the User's manager. OPTIONAL and READ-ONLY.
- domain
Ocid This property is required. string - Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
- emails
This property is required. GetDomains Users User Email[] - A complex attribute representing emails
- entitlements
This property is required. GetDomains Users User Entitlement[] - A list of entitlements for the User that represent a thing the User has.
- external
Id This property is required. string - An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- force
Delete This property is required. boolean - groups
This property is required. GetDomains Users User Group[] - A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
- id
This property is required. 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.
- idcs
Created Bies This property is required. GetDomains Users User Idcs Created By[] - The User or App who created the Resource
- idcs
Endpoint This property is required. string - The basic endpoint for the identity domain
- idcs
Last Modified Bies This property is required. GetDomains Users User Idcs Last Modified By[] - The User or App who modified the Resource
- idcs
Last Upgraded In Release This property is required. string - The release number when the resource was upgraded.
- idcs
Prevented Operations This property is required. string[] - Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
- ims
This property is required. GetDomains Users User Im[] - User's instant messaging addresses
- locale
This property is required. 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
This property is required. GetDomains Users User Meta[] - A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
- names
This property is required. GetDomains Users User Name[] - Name of the account assigned to the User.
- nick
Name This property is required. string - Nick name
- ocid
This property is required. string - The OCID of the user's support account.
- password
This property is required. string - Password attribute. Max length for password is controlled via Password Policy.
- phone
Numbers This property is required. GetDomains Users User Phone Number[] - Phone numbers
- photos
This property is required. GetDomains Users User Photo[] - URLs of photos for the User
- preferred
Language This property is required. string - User's preferred written or spoken language used for localized user interfaces
- profile
Url This property is required. string - A fully-qualified URL to a page representing the User's online profile
- resource
Type Schema Version This property is required. 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.
- roles
This property is required. GetDomains Users User Role[] - A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.
- schemas
This property is required. 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.
This property is required. GetDomains Users User Tag[] - A list of tags on this resource.
- tenancy
Ocid This property is required. string - Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
- timezone
This property is required. string - User's timezone
- title
This property is required. string - Title
- urnietfparamsscimschemasextensionenterprise20users
This property is required. GetDomains Users User Urnietfparamsscimschemasextensionenterprise20user[] - Enterprise User
This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextension Oci Tag[] - Oracle Cloud Infrastructure Tags.
- urnietfparamsscimschemasoracleidcsextensionadaptive
Users This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionadaptive User[] - This extension defines attributes to manage user's risk score.
- urnietfparamsscimschemasoracleidcsextensioncapabilities
Users This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensioncapabilities User[] - User's Capabilities
- urnietfparamsscimschemasoracleidcsextensiondb
Credentials Users This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensiondb Credentials User[] - The database credentials user extension.
- urnietfparamsscimschemasoracleidcsextensiondb
User Users This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensiondb User User[] - DB User extension
- urnietfparamsscimschemasoracleidcsextensionkerberos
User Users This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionkerberos User User[] - Kerberos User extension
- urnietfparamsscimschemasoracleidcsextensionmfa
Users This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionmfa User[] - 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 This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionpassword State User[] - 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 This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionpasswordless User[] - 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 This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionposix User[] - POSIX User extension
- urnietfparamsscimschemasoracleidcsextensionsecurity
Questions Users This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionsecurity Questions User[] - This extension defines the attributes used to store the security questions of a user.
- urnietfparamsscimschemasoracleidcsextensionself
Change Users This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionself Change User[] - Controls whether a user can update themselves or not via User related APIs
- urnietfparamsscimschemasoracleidcsextensionself
Registration Users This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionself Registration User[] - This extension defines attributes used to manage self registration profile linked to the user.
- urnietfparamsscimschemasoracleidcsextensionsff
Users This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionsff User[] - SFF Auth Keys User extension
This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionsocial Account User[] - Social User extension
- urnietfparamsscimschemasoracleidcsextensionterms
Of Use Users This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionterms Of Use User[] - Terms Of Use extension
- urnietfparamsscimschemasoracleidcsextensionuser
Credentials Users This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User[] - User's credentials
- urnietfparamsscimschemasoracleidcsextensionuser
State Users This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser State User[] - This extension defines the attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
- urnietfparamsscimschemasoracleidcsextensionuser
Users This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User[] - Oracle Identity Cloud Service User
- user
Name This property is required. string - User name
- user
Type This property is required. string - Used to identify the organization-to-user relationship
- x509certificates
This property is required. GetDomains Users User X509certificate[] - A list of certificates issued to the User.
- active
This property is required. bool - Status of the account
- addresses
This property is required. Sequence[identity.Get Domains Users User Address] - 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.
- attribute_
sets This property is required. 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
This property is required. 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.
This property is required. str- The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- compartment_
ocid This property is required. str - Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
- delete_
in_ progress This property is required. 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
This property is required. str - Description of the user
- display_
name This property is required. str - The displayName of the User's manager. OPTIONAL and READ-ONLY.
- domain_
ocid This property is required. str - Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
- emails
This property is required. Sequence[identity.Get Domains Users User Email] - A complex attribute representing emails
- entitlements
This property is required. Sequence[identity.Get Domains Users User Entitlement] - A list of entitlements for the User that represent a thing the User has.
- external_
id This property is required. str - An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- force_
delete This property is required. bool - groups
This property is required. Sequence[identity.Get Domains Users User Group] - A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
- id
This property is required. 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 This property is required. Sequence[identity.Get Domains Users User Idcs Created By] - The User or App who created the Resource
- idcs_
endpoint This property is required. str - The basic endpoint for the identity domain
- idcs_
last_ modified_ bies This property is required. Sequence[identity.Get Domains Users User Idcs Last Modified By] - The User or App who modified the Resource
- idcs_
last_ upgraded_ in_ release This property is required. str - The release number when the resource was upgraded.
- idcs_
prevented_ operations This property is required. Sequence[str] - Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
- ims
This property is required. Sequence[identity.Get Domains Users User Im] - User's instant messaging addresses
- locale
This property is required. 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
This property is required. Sequence[identity.Get Domains Users User Meta] - A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
- names
This property is required. Sequence[identity.Get Domains Users User Name] - Name of the account assigned to the User.
- nick_
name This property is required. str - Nick name
- ocid
This property is required. str - The OCID of the user's support account.
- password
This property is required. str - Password attribute. Max length for password is controlled via Password Policy.
- phone_
numbers This property is required. Sequence[identity.Get Domains Users User Phone Number] - Phone numbers
- photos
This property is required. Sequence[identity.Get Domains Users User Photo] - URLs of photos for the User
- preferred_
language This property is required. str - User's preferred written or spoken language used for localized user interfaces
- profile_
url This property is required. str - A fully-qualified URL to a page representing the User's online profile
- resource_
type_ schema_ version This property is required. 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.
- roles
This property is required. Sequence[identity.Get Domains Users User Role] - A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.
- schemas
This property is required. 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.
This property is required. Sequence[identity.Get Domains Users User Tag] - A list of tags on this resource.
- tenancy_
ocid This property is required. str - Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
- timezone
This property is required. str - User's timezone
- title
This property is required. str - Title
- urnietfparamsscimschemasextensionenterprise20users
This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasextensionenterprise20user] - Enterprise User
This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextension Oci Tag] - Oracle Cloud Infrastructure Tags.
- urnietfparamsscimschemasoracleidcsextensionadaptive_
users This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionadaptive User] - This extension defines attributes to manage user's risk score.
- urnietfparamsscimschemasoracleidcsextensioncapabilities_
users This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensioncapabilities User] - User's Capabilities
- urnietfparamsscimschemasoracleidcsextensiondb_
credentials_ users This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensiondb Credentials User] - The database credentials user extension.
- urnietfparamsscimschemasoracleidcsextensiondb_
user_ users This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensiondb User User] - DB User extension
- urnietfparamsscimschemasoracleidcsextensionkerberos_
user_ users This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionkerberos User User] - Kerberos User extension
- urnietfparamsscimschemasoracleidcsextensionmfa_
users This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionmfa User] - 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 This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionpassword State User] - 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 This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionpasswordless User] - 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 This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionposix User] - POSIX User extension
- urnietfparamsscimschemasoracleidcsextensionsecurity_
questions_ users This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionsecurity Questions User] - This extension defines the attributes used to store the security questions of a user.
- urnietfparamsscimschemasoracleidcsextensionself_
change_ users This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionself Change User] - Controls whether a user can update themselves or not via User related APIs
- urnietfparamsscimschemasoracleidcsextensionself_
registration_ users This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionself Registration User] - This extension defines attributes used to manage self registration profile linked to the user.
- urnietfparamsscimschemasoracleidcsextensionsff_
users This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionsff User] - SFF Auth Keys User extension
This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionsocial Account User] - Social User extension
- urnietfparamsscimschemasoracleidcsextensionterms_
of_ use_ users This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionterms Of Use User] - Terms Of Use extension
- urnietfparamsscimschemasoracleidcsextensionuser_
credentials_ users This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User] - User's credentials
- urnietfparamsscimschemasoracleidcsextensionuser_
state_ users This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser State User] - This extension defines the attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
- urnietfparamsscimschemasoracleidcsextensionuser_
users This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser User] - Oracle Identity Cloud Service User
- user_
name This property is required. str - User name
- user_
type This property is required. str - Used to identify the organization-to-user relationship
- x509certificates
This property is required. Sequence[identity.Get Domains Users User X509certificate] - A list of certificates issued to the User.
- active
This property is required. Boolean - Status of the account
- addresses
This property is required. 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.
- attribute
Sets This property is required. 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
This property is required. 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.
This property is required. String- The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- compartment
Ocid This property is required. String - Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
- delete
In Progress This property is required. 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
This property is required. String - Description of the user
- display
Name This property is required. String - The displayName of the User's manager. OPTIONAL and READ-ONLY.
- domain
Ocid This property is required. String - Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
- emails
This property is required. List<Property Map> - A complex attribute representing emails
- entitlements
This property is required. List<Property Map> - A list of entitlements for the User that represent a thing the User has.
- external
Id This property is required. String - An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- force
Delete This property is required. Boolean - groups
This property is required. List<Property Map> - A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
- id
This property is required. 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.
- idcs
Created Bies This property is required. List<Property Map> - The User or App who created the Resource
- idcs
Endpoint This property is required. String - The basic endpoint for the identity domain
- idcs
Last Modified Bies This property is required. List<Property Map> - The User or App who modified the Resource
- idcs
Last Upgraded In Release This property is required. String - The release number when the resource was upgraded.
- idcs
Prevented Operations This property is required. List<String> - Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
- ims
This property is required. List<Property Map> - User's instant messaging addresses
- locale
This property is required. 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
This property is required. List<Property Map> - A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
- names
This property is required. List<Property Map> - Name of the account assigned to the User.
- nick
Name This property is required. String - Nick name
- ocid
This property is required. String - The OCID of the user's support account.
- password
This property is required. String - Password attribute. Max length for password is controlled via Password Policy.
- phone
Numbers This property is required. List<Property Map> - Phone numbers
- photos
This property is required. List<Property Map> - URLs of photos for the User
- preferred
Language This property is required. String - User's preferred written or spoken language used for localized user interfaces
- profile
Url This property is required. String - A fully-qualified URL to a page representing the User's online profile
- resource
Type Schema Version This property is required. 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.
- roles
This property is required. List<Property Map> - A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.
- schemas
This property is required. 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.
This property is required. List<Property Map>- A list of tags on this resource.
- tenancy
Ocid This property is required. String - Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
- timezone
This property is required. String - User's timezone
- title
This property is required. String - Title
- urnietfparamsscimschemasextensionenterprise20users
This property is required. List<Property Map> - Enterprise User
This property is required. List<Property Map>- Oracle Cloud Infrastructure Tags.
- urnietfparamsscimschemasoracleidcsextensionadaptive
Users This property is required. List<Property Map> - This extension defines attributes to manage user's risk score.
- urnietfparamsscimschemasoracleidcsextensioncapabilities
Users This property is required. List<Property Map> - User's Capabilities
- urnietfparamsscimschemasoracleidcsextensiondb
Credentials Users This property is required. List<Property Map> - The database credentials user extension.
- urnietfparamsscimschemasoracleidcsextensiondb
User Users This property is required. List<Property Map> - DB User extension
- urnietfparamsscimschemasoracleidcsextensionkerberos
User Users This property is required. List<Property Map> - Kerberos User extension
- urnietfparamsscimschemasoracleidcsextensionmfa
Users This property is required. 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.
- urnietfparamsscimschemasoracleidcsextensionpassword
State Users This property is required. 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.
- urnietfparamsscimschemasoracleidcsextensionpasswordless
Users This property is required. 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.
- urnietfparamsscimschemasoracleidcsextensionposix
Users This property is required. List<Property Map> - POSIX User extension
- urnietfparamsscimschemasoracleidcsextensionsecurity
Questions Users This property is required. List<Property Map> - This extension defines the attributes used to store the security questions of a user.
- urnietfparamsscimschemasoracleidcsextensionself
Change Users This property is required. List<Property Map> - Controls whether a user can update themselves or not via User related APIs
- urnietfparamsscimschemasoracleidcsextensionself
Registration Users This property is required. List<Property Map> - This extension defines attributes used to manage self registration profile linked to the user.
- urnietfparamsscimschemasoracleidcsextensionsff
Users This property is required. List<Property Map> - SFF Auth Keys User extension
This property is required. List<Property Map>- Social User extension
- urnietfparamsscimschemasoracleidcsextensionterms
Of Use Users This property is required. List<Property Map> - Terms Of Use extension
- urnietfparamsscimschemasoracleidcsextensionuser
Credentials Users This property is required. List<Property Map> - User's credentials
- urnietfparamsscimschemasoracleidcsextensionuser
State Users This property is required. List<Property Map> - This extension defines the attributes used to manage account passwords within a service provider. The extension is typically applied to a User resource, but MAY be applied to other resources that use passwords.
- urnietfparamsscimschemasoracleidcsextensionuser
Users This property is required. List<Property Map> - Oracle Identity Cloud Service User
- user
Name This property is required. String - User name
- user
Type This property is required. String - Used to identify the organization-to-user relationship
- x509certificates
This property is required. List<Property Map> - A list of certificates issued to the User.
GetDomainsUsersUserAddress
- Country
This property is required. string - The country name component.
- Formatted
This property is required. string - Full name
- Locality
This property is required. string - The city or locality component.
- Postal
Code This property is required. string - The zipcode or postal code component.
- Primary
This property is required. 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
This property is required. string - The state or region component.
- Street
Address This property is required. 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
This property is required. string - A label indicating the attribute's function.
- Country
This property is required. string - The country name component.
- Formatted
This property is required. string - Full name
- Locality
This property is required. string - The city or locality component.
- Postal
Code This property is required. string - The zipcode or postal code component.
- Primary
This property is required. 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
This property is required. string - The state or region component.
- Street
Address This property is required. 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
This property is required. string - A label indicating the attribute's function.
- country
This property is required. String - The country name component.
- formatted
This property is required. String - Full name
- locality
This property is required. String - The city or locality component.
- postal
Code This property is required. String - The zipcode or postal code component.
- primary
This property is required. 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
This property is required. String - The state or region component.
- street
Address This property is required. 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
This property is required. String - A label indicating the attribute's function.
- country
This property is required. string - The country name component.
- formatted
This property is required. string - Full name
- locality
This property is required. string - The city or locality component.
- postal
Code This property is required. string - The zipcode or postal code component.
- primary
This property is required. 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
This property is required. string - The state or region component.
- street
Address This property is required. 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
This property is required. string - A label indicating the attribute's function.
- country
This property is required. str - The country name component.
- formatted
This property is required. str - Full name
- locality
This property is required. str - The city or locality component.
- postal_
code This property is required. str - The zipcode or postal code component.
- primary
This property is required. 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
This property is required. str - The state or region component.
- street_
address This property is required. 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
This property is required. str - A label indicating the attribute's function.
- country
This property is required. String - The country name component.
- formatted
This property is required. String - Full name
- locality
This property is required. String - The city or locality component.
- postal
Code This property is required. String - The zipcode or postal code component.
- primary
This property is required. 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
This property is required. String - The state or region component.
- street
Address This property is required. 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
This property is required. String - A label indicating the attribute's function.
GetDomainsUsersUserEmail
- Pending
Verification Data This property is required. string - Pending e-mail address verification
- Primary
This property is required. 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
This property is required. 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
This property is required. string - A label indicating the attribute's function.
- Value
This property is required. string - The value of a X509 certificate.
- Verified
This property is required. bool - A Boolean value that indicates if the phone number is verified.
- Pending
Verification Data This property is required. string - Pending e-mail address verification
- Primary
This property is required. 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
This property is required. 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
This property is required. string - A label indicating the attribute's function.
- Value
This property is required. string - The value of a X509 certificate.
- Verified
This property is required. bool - A Boolean value that indicates if the phone number is verified.
- pending
Verification Data This property is required. String - Pending e-mail address verification
- primary
This property is required. 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
This property is required. 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
This property is required. String - A label indicating the attribute's function.
- value
This property is required. String - The value of a X509 certificate.
- verified
This property is required. Boolean - A Boolean value that indicates if the phone number is verified.
- pending
Verification Data This property is required. string - Pending e-mail address verification
- primary
This property is required. 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
This property is required. 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
This property is required. string - A label indicating the attribute's function.
- value
This property is required. string - The value of a X509 certificate.
- verified
This property is required. boolean - A Boolean value that indicates if the phone number is verified.
- pending_
verification_ data This property is required. str - Pending e-mail address verification
- primary
This property is required. 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
This property is required. 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
This property is required. str - A label indicating the attribute's function.
- value
This property is required. str - The value of a X509 certificate.
- verified
This property is required. bool - A Boolean value that indicates if the phone number is verified.
- pending
Verification Data This property is required. String - Pending e-mail address verification
- primary
This property is required. 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
This property is required. 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
This property is required. String - A label indicating the attribute's function.
- value
This property is required. String - The value of a X509 certificate.
- verified
This property is required. Boolean - A Boolean value that indicates if the phone number is verified.
GetDomainsUsersUserEntitlement
- Display
This property is required. string - A human readable name, primarily used for display purposes.
- Primary
This property is required. 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
This property is required. string - A label indicating the attribute's function.
- Value
This property is required. string - The value of a X509 certificate.
- Display
This property is required. string - A human readable name, primarily used for display purposes.
- Primary
This property is required. 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
This property is required. string - A label indicating the attribute's function.
- Value
This property is required. string - The value of a X509 certificate.
- display
This property is required. String - A human readable name, primarily used for display purposes.
- primary
This property is required. 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
This property is required. String - A label indicating the attribute's function.
- value
This property is required. String - The value of a X509 certificate.
- display
This property is required. string - A human readable name, primarily used for display purposes.
- primary
This property is required. 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
This property is required. string - A label indicating the attribute's function.
- value
This property is required. string - The value of a X509 certificate.
- display
This property is required. str - A human readable name, primarily used for display purposes.
- primary
This property is required. 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
This property is required. str - A label indicating the attribute's function.
- value
This property is required. str - The value of a X509 certificate.
- display
This property is required. String - A human readable name, primarily used for display purposes.
- primary
This property is required. 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
This property is required. String - A label indicating the attribute's function.
- value
This property is required. String - The value of a X509 certificate.
GetDomainsUsersUserGroup
- Date
Added This property is required. string - Date when the member is Added to the group
- Display
This property is required. string - A human readable name, primarily used for display purposes.
- External
Id This property is required. string - An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- Membership
Ocid This property is required. string - The membership OCID.
- Non
Unique Display This property is required. string - A human readable name for Group as defined by the Service Consumer. READ-ONLY.
- Ocid
This property is required. string - The OCID of the user's support account.
- Ref
This property is required. string - User Token URI
- Type
This property is required. string - A label indicating the attribute's function.
- Value
This property is required. string - The value of a X509 certificate.
- Date
Added This property is required. string - Date when the member is Added to the group
- Display
This property is required. string - A human readable name, primarily used for display purposes.
- External
Id This property is required. string - An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- Membership
Ocid This property is required. string - The membership OCID.
- Non
Unique Display This property is required. string - A human readable name for Group as defined by the Service Consumer. READ-ONLY.
- Ocid
This property is required. string - The OCID of the user's support account.
- Ref
This property is required. string - User Token URI
- Type
This property is required. string - A label indicating the attribute's function.
- Value
This property is required. string - The value of a X509 certificate.
- date
Added This property is required. String - Date when the member is Added to the group
- display
This property is required. String - A human readable name, primarily used for display purposes.
- external
Id This property is required. String - An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- membership
Ocid This property is required. String - The membership OCID.
- non
Unique Display This property is required. String - A human readable name for Group as defined by the Service Consumer. READ-ONLY.
- ocid
This property is required. String - The OCID of the user's support account.
- ref
This property is required. String - User Token URI
- type
This property is required. String - A label indicating the attribute's function.
- value
This property is required. String - The value of a X509 certificate.
- date
Added This property is required. string - Date when the member is Added to the group
- display
This property is required. string - A human readable name, primarily used for display purposes.
- external
Id This property is required. string - An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- membership
Ocid This property is required. string - The membership OCID.
- non
Unique Display This property is required. string - A human readable name for Group as defined by the Service Consumer. READ-ONLY.
- ocid
This property is required. string - The OCID of the user's support account.
- ref
This property is required. string - User Token URI
- type
This property is required. string - A label indicating the attribute's function.
- value
This property is required. string - The value of a X509 certificate.
- date_
added This property is required. str - Date when the member is Added to the group
- display
This property is required. str - A human readable name, primarily used for display purposes.
- external_
id This property is required. str - An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- membership_
ocid This property is required. str - The membership OCID.
- non_
unique_ display This property is required. str - A human readable name for Group as defined by the Service Consumer. READ-ONLY.
- ocid
This property is required. str - The OCID of the user's support account.
- ref
This property is required. str - User Token URI
- type
This property is required. str - A label indicating the attribute's function.
- value
This property is required. str - The value of a X509 certificate.
- date
Added This property is required. String - Date when the member is Added to the group
- display
This property is required. String - A human readable name, primarily used for display purposes.
- external
Id This property is required. String - An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- membership
Ocid This property is required. String - The membership OCID.
- non
Unique Display This property is required. String - A human readable name for Group as defined by the Service Consumer. READ-ONLY.
- ocid
This property is required. String - The OCID of the user's support account.
- ref
This property is required. String - User Token URI
- type
This property is required. String - A label indicating the attribute's function.
- value
This property is required. String - The value of a X509 certificate.
GetDomainsUsersUserIdcsCreatedBy
- Display
This property is required. string - A human readable name, primarily used for display purposes.
- Ocid
This property is required. string - The OCID of the user's support account.
- Ref
This property is required. string - User Token URI
- Type
This property is required. string - A label indicating the attribute's function.
- Value
This property is required. string - The value of a X509 certificate.
- Display
This property is required. string - A human readable name, primarily used for display purposes.
- Ocid
This property is required. string - The OCID of the user's support account.
- Ref
This property is required. string - User Token URI
- Type
This property is required. string - A label indicating the attribute's function.
- Value
This property is required. string - The value of a X509 certificate.
- display
This property is required. String - A human readable name, primarily used for display purposes.
- ocid
This property is required. String - The OCID of the user's support account.
- ref
This property is required. String - User Token URI
- type
This property is required. String - A label indicating the attribute's function.
- value
This property is required. String - The value of a X509 certificate.
- display
This property is required. string - A human readable name, primarily used for display purposes.
- ocid
This property is required. string - The OCID of the user's support account.
- ref
This property is required. string - User Token URI
- type
This property is required. string - A label indicating the attribute's function.
- value
This property is required. string - The value of a X509 certificate.
- display
This property is required. str - A human readable name, primarily used for display purposes.
- ocid
This property is required. str - The OCID of the user's support account.
- ref
This property is required. str - User Token URI
- type
This property is required. str - A label indicating the attribute's function.
- value
This property is required. str - The value of a X509 certificate.
- display
This property is required. String - A human readable name, primarily used for display purposes.
- ocid
This property is required. String - The OCID of the user's support account.
- ref
This property is required. String - User Token URI
- type
This property is required. String - A label indicating the attribute's function.
- value
This property is required. String - The value of a X509 certificate.
GetDomainsUsersUserIdcsLastModifiedBy
- Display
This property is required. string - A human readable name, primarily used for display purposes.
- Ocid
This property is required. string - The OCID of the user's support account.
- Ref
This property is required. string - User Token URI
- Type
This property is required. string - A label indicating the attribute's function.
- Value
This property is required. string - The value of a X509 certificate.
- Display
This property is required. string - A human readable name, primarily used for display purposes.
- Ocid
This property is required. string - The OCID of the user's support account.
- Ref
This property is required. string - User Token URI
- Type
This property is required. string - A label indicating the attribute's function.
- Value
This property is required. string - The value of a X509 certificate.
- display
This property is required. String - A human readable name, primarily used for display purposes.
- ocid
This property is required. String - The OCID of the user's support account.
- ref
This property is required. String - User Token URI
- type
This property is required. String - A label indicating the attribute's function.
- value
This property is required. String - The value of a X509 certificate.
- display
This property is required. string - A human readable name, primarily used for display purposes.
- ocid
This property is required. string - The OCID of the user's support account.
- ref
This property is required. string - User Token URI
- type
This property is required. string - A label indicating the attribute's function.
- value
This property is required. string - The value of a X509 certificate.
- display
This property is required. str - A human readable name, primarily used for display purposes.
- ocid
This property is required. str - The OCID of the user's support account.
- ref
This property is required. str - User Token URI
- type
This property is required. str - A label indicating the attribute's function.
- value
This property is required. str - The value of a X509 certificate.
- display
This property is required. String - A human readable name, primarily used for display purposes.
- ocid
This property is required. String - The OCID of the user's support account.
- ref
This property is required. String - User Token URI
- type
This property is required. String - A label indicating the attribute's function.
- value
This property is required. String - The value of a X509 certificate.
GetDomainsUsersUserIm
- Display
This property is required. string - A human readable name, primarily used for display purposes.
- Primary
This property is required. 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
This property is required. string - A label indicating the attribute's function.
- Value
This property is required. string - The value of a X509 certificate.
- Display
This property is required. string - A human readable name, primarily used for display purposes.
- Primary
This property is required. 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
This property is required. string - A label indicating the attribute's function.
- Value
This property is required. string - The value of a X509 certificate.
- display
This property is required. String - A human readable name, primarily used for display purposes.
- primary
This property is required. 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
This property is required. String - A label indicating the attribute's function.
- value
This property is required. String - The value of a X509 certificate.
- display
This property is required. string - A human readable name, primarily used for display purposes.
- primary
This property is required. 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
This property is required. string - A label indicating the attribute's function.
- value
This property is required. string - The value of a X509 certificate.
- display
This property is required. str - A human readable name, primarily used for display purposes.
- primary
This property is required. 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
This property is required. str - A label indicating the attribute's function.
- value
This property is required. str - The value of a X509 certificate.
- display
This property is required. String - A human readable name, primarily used for display purposes.
- primary
This property is required. 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
This property is required. String - A label indicating the attribute's function.
- value
This property is required. String - The value of a X509 certificate.
GetDomainsUsersUserMeta
- Created
This property is required. string - The DateTime the Resource was added to the Service Provider
- Last
Modified This property is required. 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
This property is required. string - The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
- Resource
Type This property is required. string - Name of the resource type of the resource--for example, Users or Groups
- Version
This property is required. string - The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
- Created
This property is required. string - The DateTime the Resource was added to the Service Provider
- Last
Modified This property is required. 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
This property is required. string - The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
- Resource
Type This property is required. string - Name of the resource type of the resource--for example, Users or Groups
- Version
This property is required. string - The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
- created
This property is required. String - The DateTime the Resource was added to the Service Provider
- last
Modified This property is required. 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
This property is required. String - The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
- resource
Type This property is required. String - Name of the resource type of the resource--for example, Users or Groups
- version
This property is required. String - The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
- created
This property is required. string - The DateTime the Resource was added to the Service Provider
- last
Modified This property is required. 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
This property is required. string - The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
- resource
Type This property is required. string - Name of the resource type of the resource--for example, Users or Groups
- version
This property is required. string - The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
- created
This property is required. str - The DateTime the Resource was added to the Service Provider
- last_
modified This property is required. 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
This property is required. str - The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
- resource_
type This property is required. str - Name of the resource type of the resource--for example, Users or Groups
- version
This property is required. str - The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
- created
This property is required. String - The DateTime the Resource was added to the Service Provider
- last
Modified This property is required. 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
This property is required. String - The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
- resource
Type This property is required. String - Name of the resource type of the resource--for example, Users or Groups
- version
This property is required. String - The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
GetDomainsUsersUserName
- Family
Name This property is required. string - Last name
- Formatted
This property is required. string - Full name
- Given
Name This property is required. string - First name
- Honorific
Prefix This property is required. string - Prefix
- Honorific
Suffix This property is required. string - Suffix
- Middle
Name This property is required. string - Middle name
- Family
Name This property is required. string - Last name
- Formatted
This property is required. string - Full name
- Given
Name This property is required. string - First name
- Honorific
Prefix This property is required. string - Prefix
- Honorific
Suffix This property is required. string - Suffix
- Middle
Name This property is required. string - Middle name
- family
Name This property is required. String - Last name
- formatted
This property is required. String - Full name
- given
Name This property is required. String - First name
- honorific
Prefix This property is required. String - Prefix
- honorific
Suffix This property is required. String - Suffix
- middle
Name This property is required. String - Middle name
- family
Name This property is required. string - Last name
- formatted
This property is required. string - Full name
- given
Name This property is required. string - First name
- honorific
Prefix This property is required. string - Prefix
- honorific
Suffix This property is required. string - Suffix
- middle
Name This property is required. string - Middle name
- family_
name This property is required. str - Last name
- formatted
This property is required. str - Full name
- given_
name This property is required. str - First name
- honorific_
prefix This property is required. str - Prefix
- honorific_
suffix This property is required. str - Suffix
- middle_
name This property is required. str - Middle name
- family
Name This property is required. String - Last name
- formatted
This property is required. String - Full name
- given
Name This property is required. String - First name
- honorific
Prefix This property is required. String - Prefix
- honorific
Suffix This property is required. String - Suffix
- middle
Name This property is required. String - Middle name
GetDomainsUsersUserPhoneNumber
- Display
This property is required. string - A human readable name, primarily used for display purposes.
- Primary
This property is required. 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
This property is required. string - A label indicating the attribute's function.
- Value
This property is required. string - The value of a X509 certificate.
- Verified
This property is required. bool - A Boolean value that indicates if the phone number is verified.
- Display
This property is required. string - A human readable name, primarily used for display purposes.
- Primary
This property is required. 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
This property is required. string - A label indicating the attribute's function.
- Value
This property is required. string - The value of a X509 certificate.
- Verified
This property is required. bool - A Boolean value that indicates if the phone number is verified.
- display
This property is required. String - A human readable name, primarily used for display purposes.
- primary
This property is required. 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
This property is required. String - A label indicating the attribute's function.
- value
This property is required. String - The value of a X509 certificate.
- verified
This property is required. Boolean - A Boolean value that indicates if the phone number is verified.
- display
This property is required. string - A human readable name, primarily used for display purposes.
- primary
This property is required. 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
This property is required. string - A label indicating the attribute's function.
- value
This property is required. string - The value of a X509 certificate.
- verified
This property is required. boolean - A Boolean value that indicates if the phone number is verified.
- display
This property is required. str - A human readable name, primarily used for display purposes.
- primary
This property is required. 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
This property is required. str - A label indicating the attribute's function.
- value
This property is required. str - The value of a X509 certificate.
- verified
This property is required. bool - A Boolean value that indicates if the phone number is verified.
- display
This property is required. String - A human readable name, primarily used for display purposes.
- primary
This property is required. 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
This property is required. String - A label indicating the attribute's function.
- value
This property is required. String - The value of a X509 certificate.
- verified
This property is required. Boolean - A Boolean value that indicates if the phone number is verified.
GetDomainsUsersUserPhoto
- Display
This property is required. string - A human readable name, primarily used for display purposes.
- Primary
This property is required. 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
This property is required. string - A label indicating the attribute's function.
- Value
This property is required. string - The value of a X509 certificate.
- Display
This property is required. string - A human readable name, primarily used for display purposes.
- Primary
This property is required. 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
This property is required. string - A label indicating the attribute's function.
- Value
This property is required. string - The value of a X509 certificate.
- display
This property is required. String - A human readable name, primarily used for display purposes.
- primary
This property is required. 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
This property is required. String - A label indicating the attribute's function.
- value
This property is required. String - The value of a X509 certificate.
- display
This property is required. string - A human readable name, primarily used for display purposes.
- primary
This property is required. 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
This property is required. string - A label indicating the attribute's function.
- value
This property is required. string - The value of a X509 certificate.
- display
This property is required. str - A human readable name, primarily used for display purposes.
- primary
This property is required. 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
This property is required. str - A label indicating the attribute's function.
- value
This property is required. str - The value of a X509 certificate.
- display
This property is required. String - A human readable name, primarily used for display purposes.
- primary
This property is required. 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
This property is required. String - A label indicating the attribute's function.
- value
This property is required. String - The value of a X509 certificate.
GetDomainsUsersUserRole
- Display
This property is required. string - A human readable name, primarily used for display purposes.
- Primary
This property is required. 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
This property is required. string - A label indicating the attribute's function.
- Value
This property is required. string - The value of a X509 certificate.
- Display
This property is required. string - A human readable name, primarily used for display purposes.
- Primary
This property is required. 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
This property is required. string - A label indicating the attribute's function.
- Value
This property is required. string - The value of a X509 certificate.
- display
This property is required. String - A human readable name, primarily used for display purposes.
- primary
This property is required. 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
This property is required. String - A label indicating the attribute's function.
- value
This property is required. String - The value of a X509 certificate.
- display
This property is required. string - A human readable name, primarily used for display purposes.
- primary
This property is required. 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
This property is required. string - A label indicating the attribute's function.
- value
This property is required. string - The value of a X509 certificate.
- display
This property is required. str - A human readable name, primarily used for display purposes.
- primary
This property is required. 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
This property is required. str - A label indicating the attribute's function.
- value
This property is required. str - The value of a X509 certificate.
- display
This property is required. String - A human readable name, primarily used for display purposes.
- primary
This property is required. 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
This property is required. String - A label indicating the attribute's function.
- value
This property is required. String - The value of a X509 certificate.
GetDomainsUsersUserTag
GetDomainsUsersUserUrnietfparamsscimschemasextensionenterprise20user
- Cost
Center This property is required. string - Identifies the name of a cost center.
- Department
This property is required. string - Identifies the name of a department.
- Division
This property is required. string - Identifies the name of a division.
- Employee
Number This property is required. string - Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.
- Managers
This property is required. List<GetDomains Users User Urnietfparamsscimschemasextensionenterprise20user Manager> - 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
This property is required. string - Identifies the name of an organization.
- Cost
Center This property is required. string - Identifies the name of a cost center.
- Department
This property is required. string - Identifies the name of a department.
- Division
This property is required. string - Identifies the name of a division.
- Employee
Number This property is required. string - Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.
- Managers
This property is required. []GetDomains Users User Urnietfparamsscimschemasextensionenterprise20user Manager - 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
This property is required. string - Identifies the name of an organization.
- cost
Center This property is required. String - Identifies the name of a cost center.
- department
This property is required. String - Identifies the name of a department.
- division
This property is required. String - Identifies the name of a division.
- employee
Number This property is required. String - Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.
- managers
This property is required. List<GetDomains Users User Urnietfparamsscimschemasextensionenterprise20user Manager> - 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
This property is required. String - Identifies the name of an organization.
- cost
Center This property is required. string - Identifies the name of a cost center.
- department
This property is required. string - Identifies the name of a department.
- division
This property is required. string - Identifies the name of a division.
- employee
Number This property is required. string - Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.
- managers
This property is required. GetDomains Users User Urnietfparamsscimschemasextensionenterprise20user Manager[] - 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
This property is required. string - Identifies the name of an organization.
- cost_
center This property is required. str - Identifies the name of a cost center.
- department
This property is required. str - Identifies the name of a department.
- division
This property is required. str - Identifies the name of a division.
- employee_
number This property is required. str - Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.
- managers
This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasextensionenterprise20user Manager] - 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
This property is required. str - Identifies the name of an organization.
- cost
Center This property is required. String - Identifies the name of a cost center.
- department
This property is required. String - Identifies the name of a department.
- division
This property is required. String - Identifies the name of a division.
- employee
Number This property is required. String - Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.
- managers
This property is required. 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
This property is required. String - Identifies the name of an organization.
GetDomainsUsersUserUrnietfparamsscimschemasextensionenterprise20userManager
- Display
Name This property is required. string - The displayName of the User's manager. OPTIONAL and READ-ONLY.
- Ref
This property is required. string - User Token URI
- Value
This property is required. string - The value of a X509 certificate.
- Display
Name This property is required. string - The displayName of the User's manager. OPTIONAL and READ-ONLY.
- Ref
This property is required. string - User Token URI
- Value
This property is required. string - The value of a X509 certificate.
- display
Name This property is required. String - The displayName of the User's manager. OPTIONAL and READ-ONLY.
- ref
This property is required. String - User Token URI
- value
This property is required. String - The value of a X509 certificate.
- display
Name This property is required. string - The displayName of the User's manager. OPTIONAL and READ-ONLY.
- ref
This property is required. string - User Token URI
- value
This property is required. string - The value of a X509 certificate.
- display_
name This property is required. str - The displayName of the User's manager. OPTIONAL and READ-ONLY.
- ref
This property is required. str - User Token URI
- value
This property is required. str - The value of a X509 certificate.
- display
Name This property is required. String - The displayName of the User's manager. OPTIONAL and READ-ONLY.
- ref
This property is required. String - User Token URI
- value
This property is required. String - The value of a X509 certificate.
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionOciTag
This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextension Oci Tag Defined Tag> - Oracle Cloud Infrastructure Defined Tags
This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextension Oci Tag Freeform Tag> - Oracle Cloud Infrastructure Freeform Tags
This property is required. string- Oracle Cloud Infrastructure Tag slug
This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextension Oci Tag Defined Tag - Oracle Cloud Infrastructure Defined Tags
This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextension Oci Tag Freeform Tag - Oracle Cloud Infrastructure Freeform Tags
This property is required. string- Oracle Cloud Infrastructure Tag slug
This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextension Oci Tag Defined Tag> - Oracle Cloud Infrastructure Defined Tags
This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextension Oci Tag Freeform Tag> - Oracle Cloud Infrastructure Freeform Tags
This property is required. String- Oracle Cloud Infrastructure Tag slug
This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextension Oci Tag Defined Tag[] - Oracle Cloud Infrastructure Defined Tags
This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextension Oci Tag Freeform Tag[] - Oracle Cloud Infrastructure Freeform Tags
This property is required. string- Oracle Cloud Infrastructure Tag slug
This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextension Oci Tag Defined Tag] - Oracle Cloud Infrastructure Defined Tags
This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextension Oci Tag Freeform Tag] - Oracle Cloud Infrastructure Freeform Tags
- tag_
slug This property is required. str - Oracle Cloud Infrastructure Tag slug
This property is required. List<Property Map>- Oracle Cloud Infrastructure Defined Tags
This property is required. List<Property Map>- Oracle Cloud Infrastructure Freeform Tags
This property is required. String- Oracle Cloud Infrastructure Tag slug
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionOciTagDefinedTag
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionOciTagFreeformTag
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUser
- Risk
Level This property is required. string - Risk Level
- Risk
Scores This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionadaptive User Risk Score> - The risk score pertaining to the user.
- Risk
Level This property is required. string - Risk Level
- Risk
Scores This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionadaptive User Risk Score - The risk score pertaining to the user.
- risk
Level This property is required. String - Risk Level
- risk
Scores This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionadaptive User Risk Score> - The risk score pertaining to the user.
- risk
Level This property is required. string - Risk Level
- risk
Scores This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionadaptive User Risk Score[] - The risk score pertaining to the user.
- risk_
level This property is required. str - Risk Level
- risk_
scores This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionadaptive User Risk Score] - The risk score pertaining to the user.
- risk
Level This property is required. String - Risk Level
- risk
Scores This property is required. List<Property Map> - The risk score pertaining to the user.
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserRiskScore
- Last
Update Timestamp This property is required. string - Last update timestamp for the risk score
- Ref
This property is required. string - User Token URI
- Risk
Level This property is required. string - Risk Level
- Score
This property is required. int - Risk Score value
- Source
This property is required. string - Risk Provider Profile Source
- Status
This property is required. string - A supplemental status indicating the reason why a user is disabled
- Value
This property is required. string - The value of a X509 certificate.
- Last
Update Timestamp This property is required. string - Last update timestamp for the risk score
- Ref
This property is required. string - User Token URI
- Risk
Level This property is required. string - Risk Level
- Score
This property is required. int - Risk Score value
- Source
This property is required. string - Risk Provider Profile Source
- Status
This property is required. string - A supplemental status indicating the reason why a user is disabled
- Value
This property is required. string - The value of a X509 certificate.
- last
Update Timestamp This property is required. String - Last update timestamp for the risk score
- ref
This property is required. String - User Token URI
- risk
Level This property is required. String - Risk Level
- score
This property is required. Integer - Risk Score value
- source
This property is required. String - Risk Provider Profile Source
- status
This property is required. String - A supplemental status indicating the reason why a user is disabled
- value
This property is required. String - The value of a X509 certificate.
- last
Update Timestamp This property is required. string - Last update timestamp for the risk score
- ref
This property is required. string - User Token URI
- risk
Level This property is required. string - Risk Level
- score
This property is required. number - Risk Score value
- source
This property is required. string - Risk Provider Profile Source
- status
This property is required. string - A supplemental status indicating the reason why a user is disabled
- value
This property is required. string - The value of a X509 certificate.
- last_
update_ timestamp This property is required. str - Last update timestamp for the risk score
- ref
This property is required. str - User Token URI
- risk_
level This property is required. str - Risk Level
- score
This property is required. int - Risk Score value
- source
This property is required. str - Risk Provider Profile Source
- status
This property is required. str - A supplemental status indicating the reason why a user is disabled
- value
This property is required. str - The value of a X509 certificate.
- last
Update Timestamp This property is required. String - Last update timestamp for the risk score
- ref
This property is required. String - User Token URI
- risk
Level This property is required. String - Risk Level
- score
This property is required. Number - Risk Score value
- source
This property is required. String - Risk Provider Profile Source
- status
This property is required. String - A supplemental status indicating the reason why a user is disabled
- value
This property is required. String - The value of a X509 certificate.
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUser
- Can
Use Api Keys This property is required. bool - Indicates whether a user can use API keys.
- Can
Use Auth Tokens This property is required. bool - Indicates whether a user can use Auth tokens.
- Can
Use Console This property is required. bool - Specifies whether user can access the Console.
- Can
Use Console Password This property is required. bool - Indicates whether a user can use Console passwords.
- Can
Use Customer Secret Keys This property is required. bool - Indicates whether a user can use customer secret keys.
- Can
Use Db Credentials This property is required. bool - Indicates whether a user can use database credentials.
- Can
Use Oauth2client Credentials This property is required. bool - Indicates whether a user can use OAuth2 client credentials.
- Can
Use Smtp Credentials This property is required. bool - Indicates whether a user can use SMTP credentials.
- Can
Use Api Keys This property is required. bool - Indicates whether a user can use API keys.
- Can
Use Auth Tokens This property is required. bool - Indicates whether a user can use Auth tokens.
- Can
Use Console This property is required. bool - Specifies whether user can access the Console.
- Can
Use Console Password This property is required. bool - Indicates whether a user can use Console passwords.
- Can
Use Customer Secret Keys This property is required. bool - Indicates whether a user can use customer secret keys.
- Can
Use Db Credentials This property is required. bool - Indicates whether a user can use database credentials.
- Can
Use Oauth2client Credentials This property is required. bool - Indicates whether a user can use OAuth2 client credentials.
- Can
Use Smtp Credentials This property is required. bool - Indicates whether a user can use SMTP credentials.
- can
Use Api Keys This property is required. Boolean - Indicates whether a user can use API keys.
- can
Use Auth Tokens This property is required. Boolean - Indicates whether a user can use Auth tokens.
- can
Use Console This property is required. Boolean - Specifies whether user can access the Console.
- can
Use Console Password This property is required. Boolean - Indicates whether a user can use Console passwords.
- can
Use Customer Secret Keys This property is required. Boolean - Indicates whether a user can use customer secret keys.
- can
Use Db Credentials This property is required. Boolean - Indicates whether a user can use database credentials.
- can
Use Oauth2client Credentials This property is required. Boolean - Indicates whether a user can use OAuth2 client credentials.
- can
Use Smtp Credentials This property is required. Boolean - Indicates whether a user can use SMTP credentials.
- can
Use Api Keys This property is required. boolean - Indicates whether a user can use API keys.
- can
Use Auth Tokens This property is required. boolean - Indicates whether a user can use Auth tokens.
- can
Use Console This property is required. boolean - Specifies whether user can access the Console.
- can
Use Console Password This property is required. boolean - Indicates whether a user can use Console passwords.
- can
Use Customer Secret Keys This property is required. boolean - Indicates whether a user can use customer secret keys.
- can
Use Db Credentials This property is required. boolean - Indicates whether a user can use database credentials.
- can
Use Oauth2client Credentials This property is required. boolean - Indicates whether a user can use OAuth2 client credentials.
- can
Use Smtp Credentials This property is required. boolean - Indicates whether a user can use SMTP credentials.
- can_
use_ api_ keys This property is required. bool - Indicates whether a user can use API keys.
- can_
use_ auth_ tokens This property is required. bool - Indicates whether a user can use Auth tokens.
- can_
use_ console This property is required. bool - Specifies whether user can access the Console.
- can_
use_ console_ password This property is required. bool - Indicates whether a user can use Console passwords.
- can_
use_ customer_ secret_ keys This property is required. bool - Indicates whether a user can use customer secret keys.
- can_
use_ db_ credentials This property is required. bool - Indicates whether a user can use database credentials.
- can_
use_ oauth2client_ credentials This property is required. bool - Indicates whether a user can use OAuth2 client credentials.
- can_
use_ smtp_ credentials This property is required. bool - Indicates whether a user can use SMTP credentials.
- can
Use Api Keys This property is required. Boolean - Indicates whether a user can use API keys.
- can
Use Auth Tokens This property is required. Boolean - Indicates whether a user can use Auth tokens.
- can
Use Console This property is required. Boolean - Specifies whether user can access the Console.
- can
Use Console Password This property is required. Boolean - Indicates whether a user can use Console passwords.
- can
Use Customer Secret Keys This property is required. Boolean - Indicates whether a user can use customer secret keys.
- can
Use Db Credentials This property is required. Boolean - Indicates whether a user can use database credentials.
- can
Use Oauth2client Credentials This property is required. Boolean - Indicates whether a user can use OAuth2 client credentials.
- can
Use Smtp Credentials This property is required. Boolean - Indicates whether a user can use SMTP credentials.
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUser
- Db
Login Attempts This property is required. int - The number of failed login attempts. The value is reset to 0 after a successful login.
- Db
User Name This property is required. string - The database username.
- Db
Login Attempts This property is required. int - The number of failed login attempts. The value is reset to 0 after a successful login.
- Db
User Name This property is required. string - The database username.
- db
Login Attempts This property is required. Integer - The number of failed login attempts. The value is reset to 0 after a successful login.
- db
User Name This property is required. String - The database username.
- db
Login Attempts This property is required. number - The number of failed login attempts. The value is reset to 0 after a successful login.
- db
User Name This property is required. string - The database username.
- db_
login_ attempts This property is required. int - The number of failed login attempts. The value is reset to 0 after a successful login.
- db_
user_ name This property is required. str - The database username.
- db
Login Attempts This property is required. Number - The number of failed login attempts. The value is reset to 0 after a successful login.
- db
User Name This property is required. String - The database username.
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensiondbUserUser
- Db
Global Roles This property is required. List<string> - DB global roles to which the user is granted access.
- Domain
Level Schema This property is required. string - DB domain level schema to which the user is granted access.
- Instance
Level Schema This property is required. string - DB instance level schema to which the user is granted access.
- Is
Db User This property is required. bool - If true, indicates this is a database user.
- Password
Verifiers This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensiondb User User Password Verifier> - Password Verifiers for DB User.
- Db
Global Roles This property is required. []string - DB global roles to which the user is granted access.
- Domain
Level Schema This property is required. string - DB domain level schema to which the user is granted access.
- Instance
Level Schema This property is required. string - DB instance level schema to which the user is granted access.
- Is
Db User This property is required. bool - If true, indicates this is a database user.
- Password
Verifiers This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensiondb User User Password Verifier - Password Verifiers for DB User.
- db
Global Roles This property is required. List<String> - DB global roles to which the user is granted access.
- domain
Level Schema This property is required. String - DB domain level schema to which the user is granted access.
- instance
Level Schema This property is required. String - DB instance level schema to which the user is granted access.
- is
Db User This property is required. Boolean - If true, indicates this is a database user.
- password
Verifiers This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensiondb User User Password Verifier> - Password Verifiers for DB User.
- db
Global Roles This property is required. string[] - DB global roles to which the user is granted access.
- domain
Level Schema This property is required. string - DB domain level schema to which the user is granted access.
- instance
Level Schema This property is required. string - DB instance level schema to which the user is granted access.
- is
Db User This property is required. boolean - If true, indicates this is a database user.
- password
Verifiers This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensiondb User User Password Verifier[] - Password Verifiers for DB User.
- db_
global_ roles This property is required. Sequence[str] - DB global roles to which the user is granted access.
- domain_
level_ schema This property is required. str - DB domain level schema to which the user is granted access.
- instance_
level_ schema This property is required. str - DB instance level schema to which the user is granted access.
- is_
db_ user This property is required. bool - If true, indicates this is a database user.
- password_
verifiers This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensiondb User User Password Verifier] - Password Verifiers for DB User.
- db
Global Roles This property is required. List<String> - DB global roles to which the user is granted access.
- domain
Level Schema This property is required. String - DB domain level schema to which the user is granted access.
- instance
Level Schema This property is required. String - DB instance level schema to which the user is granted access.
- is
Db User This property is required. Boolean - If true, indicates this is a database user.
- password
Verifiers This property is required. List<Property Map> - Password Verifiers for DB User.
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensiondbUserUserPasswordVerifier
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUser
- Realm
Users This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionkerberos User User Realm User> - A list of kerberos realm users for an Oracle Identity Cloud Service User
- Realm
Users This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionkerberos User User Realm User - A list of kerberos realm users for an Oracle Identity Cloud Service User
- realm
Users This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionkerberos User User Realm User> - A list of kerberos realm users for an Oracle Identity Cloud Service User
- realm
Users This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionkerberos User User Realm User[] - A list of kerberos realm users for an Oracle Identity Cloud Service User
- realm_
users This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionkerberos User User Realm User] - A list of kerberos realm users for an Oracle Identity Cloud Service User
- realm
Users This property is required. List<Property Map> - A list of kerberos realm users for an Oracle Identity Cloud Service User
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserRealmUser
- Principal
Name This property is required. string - Principal Name of the KerberosRealmUser associated with the Oracle Identity Cloud Service User.
- Realm
Name This property is required. string - Realm Name for the KerberosRealmUser associated with the Oracle Identity Cloud Service User.
- Ref
This property is required. string - User Token URI
- Value
This property is required. string - The value of a X509 certificate.
- Principal
Name This property is required. string - Principal Name of the KerberosRealmUser associated with the Oracle Identity Cloud Service User.
- Realm
Name This property is required. string - Realm Name for the KerberosRealmUser associated with the Oracle Identity Cloud Service User.
- Ref
This property is required. string - User Token URI
- Value
This property is required. string - The value of a X509 certificate.
- principal
Name This property is required. String - Principal Name of the KerberosRealmUser associated with the Oracle Identity Cloud Service User.
- realm
Name This property is required. String - Realm Name for the KerberosRealmUser associated with the Oracle Identity Cloud Service User.
- ref
This property is required. String - User Token URI
- value
This property is required. String - The value of a X509 certificate.
- principal
Name This property is required. string - Principal Name of the KerberosRealmUser associated with the Oracle Identity Cloud Service User.
- realm
Name This property is required. string - Realm Name for the KerberosRealmUser associated with the Oracle Identity Cloud Service User.
- ref
This property is required. string - User Token URI
- value
This property is required. string - The value of a X509 certificate.
- principal_
name This property is required. str - Principal Name of the KerberosRealmUser associated with the Oracle Identity Cloud Service User.
- realm_
name This property is required. str - Realm Name for the KerberosRealmUser associated with the Oracle Identity Cloud Service User.
- ref
This property is required. str - User Token URI
- value
This property is required. str - The value of a X509 certificate.
- principal
Name This property is required. String - Principal Name of the KerberosRealmUser associated with the Oracle Identity Cloud Service User.
- realm
Name This property is required. String - Realm Name for the KerberosRealmUser associated with the Oracle Identity Cloud Service User.
- ref
This property is required. String - User Token URI
- value
This property is required. String - The value of a X509 certificate.
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionmfaUser
- Bypass
Codes This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionmfa User Bypass Code> - A list of bypass codes that belongs to the user.
- Devices
This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionmfa User Device> - A list of devices enrolled by the user.
- Login
Attempts This property is required. int - The number of failed login attempts. The value is reset to 0 after a successful login.
- Mfa
Enabled On This property is required. string - The date when the user enrolled in multi factor authentication. This will be set to null, when the user resets their factors.
- Mfa
Ignored Apps This property is required. List<string> - User MFA Ignored Apps Identifiers
- Mfa
Status This property is required. string - The user opted for MFA.
- Preferred
Authentication Factor This property is required. string - The preferred authentication factor type.
- Preferred
Authentication Method This property is required. string - The preferred authentication method.
- Preferred
Devices This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionmfa User Preferred Device> - The user's preferred device.
- Preferred
Third Party Vendor This property is required. string - The preferred third-party vendor name.
- Trusted
User Agents This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionmfa User Trusted User Agent> - 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 This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionmfa User Bypass Code - A list of bypass codes that belongs to the user.
- Devices
This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionmfa User Device - A list of devices enrolled by the user.
- Login
Attempts This property is required. int - The number of failed login attempts. The value is reset to 0 after a successful login.
- Mfa
Enabled On This property is required. string - The date when the user enrolled in multi factor authentication. This will be set to null, when the user resets their factors.
- Mfa
Ignored Apps This property is required. []string - User MFA Ignored Apps Identifiers
- Mfa
Status This property is required. string - The user opted for MFA.
- Preferred
Authentication Factor This property is required. string - The preferred authentication factor type.
- Preferred
Authentication Method This property is required. string - The preferred authentication method.
- Preferred
Devices This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionmfa User Preferred Device - The user's preferred device.
- Preferred
Third Party Vendor This property is required. string - The preferred third-party vendor name.
- Trusted
User Agents This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionmfa User Trusted User Agent - 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 This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionmfa User Bypass Code> - A list of bypass codes that belongs to the user.
- devices
This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionmfa User Device> - A list of devices enrolled by the user.
- login
Attempts This property is required. Integer - The number of failed login attempts. The value is reset to 0 after a successful login.
- mfa
Enabled On This property is required. String - The date when the user enrolled in multi factor authentication. This will be set to null, when the user resets their factors.
- mfa
Ignored Apps This property is required. List<String> - User MFA Ignored Apps Identifiers
- mfa
Status This property is required. String - The user opted for MFA.
- preferred
Authentication Factor This property is required. String - The preferred authentication factor type.
- preferred
Authentication Method This property is required. String - The preferred authentication method.
- preferred
Devices This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionmfa User Preferred Device> - The user's preferred device.
- preferred
Third Party Vendor This property is required. String - The preferred third-party vendor name.
- trusted
User Agents This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionmfa User Trusted User Agent> - 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 This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionmfa User Bypass Code[] - A list of bypass codes that belongs to the user.
- devices
This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionmfa User Device[] - A list of devices enrolled by the user.
- login
Attempts This property is required. number - The number of failed login attempts. The value is reset to 0 after a successful login.
- mfa
Enabled On This property is required. string - The date when the user enrolled in multi factor authentication. This will be set to null, when the user resets their factors.
- mfa
Ignored Apps This property is required. string[] - User MFA Ignored Apps Identifiers
- mfa
Status This property is required. string - The user opted for MFA.
- preferred
Authentication Factor This property is required. string - The preferred authentication factor type.
- preferred
Authentication Method This property is required. string - The preferred authentication method.
- preferred
Devices This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionmfa User Preferred Device[] - The user's preferred device.
- preferred
Third Party Vendor This property is required. string - The preferred third-party vendor name.
- trusted
User Agents This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionmfa User Trusted User Agent[] - 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 This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionmfa User Bypass Code] - A list of bypass codes that belongs to the user.
- devices
This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionmfa User Device] - A list of devices enrolled by the user.
- login_
attempts This property is required. int - The number of failed login attempts. The value is reset to 0 after a successful login.
- mfa_
enabled_ on This property is required. str - The date when the user enrolled in multi factor authentication. This will be set to null, when the user resets their factors.
- mfa_
ignored_ apps This property is required. Sequence[str] - User MFA Ignored Apps Identifiers
- mfa_
status This property is required. str - The user opted for MFA.
- preferred_
authentication_ factor This property is required. str - The preferred authentication factor type.
- preferred_
authentication_ method This property is required. str - The preferred authentication method.
- preferred_
devices This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionmfa User Preferred Device] - The user's preferred device.
- preferred_
third_ party_ vendor This property is required. str - The preferred third-party vendor name.
- trusted_
user_ agents This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionmfa User Trusted User Agent] - 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 This property is required. List<Property Map> - A list of bypass codes that belongs to the user.
- devices
This property is required. List<Property Map> - A list of devices enrolled by the user.
- login
Attempts This property is required. Number - The number of failed login attempts. The value is reset to 0 after a successful login.
- mfa
Enabled On This property is required. String - The date when the user enrolled in multi factor authentication. This will be set to null, when the user resets their factors.
- mfa
Ignored Apps This property is required. List<String> - User MFA Ignored Apps Identifiers
- mfa
Status This property is required. String - The user opted for MFA.
- preferred
Authentication Factor This property is required. String - The preferred authentication factor type.
- preferred
Authentication Method This property is required. String - The preferred authentication method.
- preferred
Devices This property is required. List<Property Map> - The user's preferred device.
- preferred
Third Party Vendor This property is required. String - The preferred third-party vendor name.
- trusted
User Agents This property is required. 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.
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionmfaUserBypassCode
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionmfaUserDevice
- Authentication
Method This property is required. string - The authentication method.
- Display
This property is required. string - A human readable name, primarily used for display purposes.
- Factor
Status This property is required. string - The device authentication factor status.
- Factor
Type This property is required. string - Authentication Factor Type
- Last
Sync Time This property is required. string - The last sync time for device.
- Ref
This property is required. string - User Token URI
- Status
This property is required. string - A supplemental status indicating the reason why a user is disabled
- Third
Party Vendor Name This property is required. string - The third-party factor vendor name.
- Value
This property is required. string - The value of a X509 certificate.
- Authentication
Method This property is required. string - The authentication method.
- Display
This property is required. string - A human readable name, primarily used for display purposes.
- Factor
Status This property is required. string - The device authentication factor status.
- Factor
Type This property is required. string - Authentication Factor Type
- Last
Sync Time This property is required. string - The last sync time for device.
- Ref
This property is required. string - User Token URI
- Status
This property is required. string - A supplemental status indicating the reason why a user is disabled
- Third
Party Vendor Name This property is required. string - The third-party factor vendor name.
- Value
This property is required. string - The value of a X509 certificate.
- authentication
Method This property is required. String - The authentication method.
- display
This property is required. String - A human readable name, primarily used for display purposes.
- factor
Status This property is required. String - The device authentication factor status.
- factor
Type This property is required. String - Authentication Factor Type
- last
Sync Time This property is required. String - The last sync time for device.
- ref
This property is required. String - User Token URI
- status
This property is required. String - A supplemental status indicating the reason why a user is disabled
- third
Party Vendor Name This property is required. String - The third-party factor vendor name.
- value
This property is required. String - The value of a X509 certificate.
- authentication
Method This property is required. string - The authentication method.
- display
This property is required. string - A human readable name, primarily used for display purposes.
- factor
Status This property is required. string - The device authentication factor status.
- factor
Type This property is required. string - Authentication Factor Type
- last
Sync Time This property is required. string - The last sync time for device.
- ref
This property is required. string - User Token URI
- status
This property is required. string - A supplemental status indicating the reason why a user is disabled
- third
Party Vendor Name This property is required. string - The third-party factor vendor name.
- value
This property is required. string - The value of a X509 certificate.
- authentication_
method This property is required. str - The authentication method.
- display
This property is required. str - A human readable name, primarily used for display purposes.
- factor_
status This property is required. str - The device authentication factor status.
- factor_
type This property is required. str - Authentication Factor Type
- last_
sync_ time This property is required. str - The last sync time for device.
- ref
This property is required. str - User Token URI
- status
This property is required. str - A supplemental status indicating the reason why a user is disabled
- third_
party_ vendor_ name This property is required. str - The third-party factor vendor name.
- value
This property is required. str - The value of a X509 certificate.
- authentication
Method This property is required. String - The authentication method.
- display
This property is required. String - A human readable name, primarily used for display purposes.
- factor
Status This property is required. String - The device authentication factor status.
- factor
Type This property is required. String - Authentication Factor Type
- last
Sync Time This property is required. String - The last sync time for device.
- ref
This property is required. String - User Token URI
- status
This property is required. String - A supplemental status indicating the reason why a user is disabled
- third
Party Vendor Name This property is required. String - The third-party factor vendor name.
- value
This property is required. String - The value of a X509 certificate.
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionmfaUserPreferredDevice
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionmfaUserTrustedUserAgent
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUser
- Applicable
Password Policies This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionpassword State User Applicable Password Policy> - Applicable Password Policy
- Cant
Change This property is required. bool - Indicates that the current password MAY NOT be changed and all other password expiry settings SHALL be ignored
- Cant
Expire This property is required. bool - Indicates that the password expiry policy will not be applied for the current Resource
- Expired
This property is required. bool - Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.
- Last
Failed Validation Date This property is required. string - A DateTime that specifies the date and time when last failed password validation was set
- Last
Successful Set Date This property is required. string - A DateTime that specifies the date and time when the current password was set
- Last
Successful Validation Date This property is required. string - A DateTime that specifies the date and time when last successful password validation was set
- Must
Change This property is required. 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.
- Applicable
Password Policies This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionpassword State User Applicable Password Policy - Applicable Password Policy
- Cant
Change This property is required. bool - Indicates that the current password MAY NOT be changed and all other password expiry settings SHALL be ignored
- Cant
Expire This property is required. bool - Indicates that the password expiry policy will not be applied for the current Resource
- Expired
This property is required. bool - Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.
- Last
Failed Validation Date This property is required. string - A DateTime that specifies the date and time when last failed password validation was set
- Last
Successful Set Date This property is required. string - A DateTime that specifies the date and time when the current password was set
- Last
Successful Validation Date This property is required. string - A DateTime that specifies the date and time when last successful password validation was set
- Must
Change This property is required. 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.
- applicable
Password Policies This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionpassword State User Applicable Password Policy> - Applicable Password Policy
- cant
Change This property is required. Boolean - Indicates that the current password MAY NOT be changed and all other password expiry settings SHALL be ignored
- cant
Expire This property is required. Boolean - Indicates that the password expiry policy will not be applied for the current Resource
- expired
This property is required. Boolean - Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.
- last
Failed Validation Date This property is required. String - A DateTime that specifies the date and time when last failed password validation was set
- last
Successful Set Date This property is required. String - A DateTime that specifies the date and time when the current password was set
- last
Successful Validation Date This property is required. String - A DateTime that specifies the date and time when last successful password validation was set
- must
Change This property is required. 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 This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionpassword State User Applicable Password Policy[] - Applicable Password Policy
- cant
Change This property is required. boolean - Indicates that the current password MAY NOT be changed and all other password expiry settings SHALL be ignored
- cant
Expire This property is required. boolean - Indicates that the password expiry policy will not be applied for the current Resource
- expired
This property is required. boolean - Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.
- last
Failed Validation Date This property is required. string - A DateTime that specifies the date and time when last failed password validation was set
- last
Successful Set Date This property is required. string - A DateTime that specifies the date and time when the current password was set
- last
Successful Validation Date This property is required. string - A DateTime that specifies the date and time when last successful password validation was set
- must
Change This property is required. 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 This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionpassword State User Applicable Password Policy] - Applicable Password Policy
- cant_
change This property is required. bool - Indicates that the current password MAY NOT be changed and all other password expiry settings SHALL be ignored
- cant_
expire This property is required. bool - Indicates that the password expiry policy will not be applied for the current Resource
- expired
This property is required. bool - Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.
- last_
failed_ validation_ date This property is required. str - A DateTime that specifies the date and time when last failed password validation was set
- last_
successful_ set_ date This property is required. str - A DateTime that specifies the date and time when the current password was set
- last_
successful_ validation_ date This property is required. str - A DateTime that specifies the date and time when last successful password validation was set
- must_
change This property is required. 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.
- applicable
Password Policies This property is required. List<Property Map> - Applicable Password Policy
- cant
Change This property is required. Boolean - Indicates that the current password MAY NOT be changed and all other password expiry settings SHALL be ignored
- cant
Expire This property is required. Boolean - Indicates that the password expiry policy will not be applied for the current Resource
- expired
This property is required. Boolean - Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.
- last
Failed Validation Date This property is required. String - A DateTime that specifies the date and time when last failed password validation was set
- last
Successful Set Date This property is required. String - A DateTime that specifies the date and time when the current password was set
- last
Successful Validation Date This property is required. String - A DateTime that specifies the date and time when last successful password validation was set
- must
Change This property is required. 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.
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUserApplicablePasswordPolicy
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUser
- Factor
Identifiers This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionpasswordless User Factor Identifier> - Factor Identifier ID
- Factor
Method This property is required. string - Authentication Factor Method
- Factor
Type This property is required. string - Authentication Factor Type
- Factor
Identifiers This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionpasswordless User Factor Identifier - Factor Identifier ID
- Factor
Method This property is required. string - Authentication Factor Method
- Factor
Type This property is required. string - Authentication Factor Type
- factor
Identifiers This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionpasswordless User Factor Identifier> - Factor Identifier ID
- factor
Method This property is required. String - Authentication Factor Method
- factor
Type This property is required. String - Authentication Factor Type
- factor
Identifiers This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionpasswordless User Factor Identifier[] - Factor Identifier ID
- factor
Method This property is required. string - Authentication Factor Method
- factor
Type This property is required. string - Authentication Factor Type
- factor_
identifiers This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionpasswordless User Factor Identifier] - Factor Identifier ID
- factor_
method This property is required. str - Authentication Factor Method
- factor_
type This property is required. str - Authentication Factor Type
- factor
Identifiers This property is required. List<Property Map> - Factor Identifier ID
- factor
Method This property is required. String - Authentication Factor Method
- factor
Type This property is required. String - Authentication Factor Type
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserFactorIdentifier
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionposixUser
- Gecos
This property is required. string - General information about the POSIX account such as their real name and phone number
- Gid
Number This property is required. int - Primary Group identifier of the POSIX user
- Home
Directory This property is required. string - The absolute path to the home directory of the POSIX account
- Login
Shell This property is required. string - The path to the login shell of the POSIX account
- Uid
Number This property is required. int - Integer uniquely identifying a user in a POSIX administrative domain
- Gecos
This property is required. string - General information about the POSIX account such as their real name and phone number
- Gid
Number This property is required. int - Primary Group identifier of the POSIX user
- Home
Directory This property is required. string - The absolute path to the home directory of the POSIX account
- Login
Shell This property is required. string - The path to the login shell of the POSIX account
- Uid
Number This property is required. int - Integer uniquely identifying a user in a POSIX administrative domain
- gecos
This property is required. String - General information about the POSIX account such as their real name and phone number
- gid
Number This property is required. Integer - Primary Group identifier of the POSIX user
- home
Directory This property is required. String - The absolute path to the home directory of the POSIX account
- login
Shell This property is required. String - The path to the login shell of the POSIX account
- uid
Number This property is required. Integer - Integer uniquely identifying a user in a POSIX administrative domain
- gecos
This property is required. string - General information about the POSIX account such as their real name and phone number
- gid
Number This property is required. number - Primary Group identifier of the POSIX user
- home
Directory This property is required. string - The absolute path to the home directory of the POSIX account
- login
Shell This property is required. string - The path to the login shell of the POSIX account
- uid
Number This property is required. number - Integer uniquely identifying a user in a POSIX administrative domain
- gecos
This property is required. str - General information about the POSIX account such as their real name and phone number
- gid_
number This property is required. int - Primary Group identifier of the POSIX user
- home_
directory This property is required. str - The absolute path to the home directory of the POSIX account
- login_
shell This property is required. str - The path to the login shell of the POSIX account
- uid_
number This property is required. int - Integer uniquely identifying a user in a POSIX administrative domain
- gecos
This property is required. String - General information about the POSIX account such as their real name and phone number
- gid
Number This property is required. Number - Primary Group identifier of the POSIX user
- home
Directory This property is required. String - The absolute path to the home directory of the POSIX account
- login
Shell This property is required. String - The path to the login shell of the POSIX account
- uid
Number This property is required. Number - Integer uniquely identifying a user in a POSIX administrative domain
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser
- Sec
Questions This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionsecurity Questions User Sec Question> - The schema used to mnage security question and answers provided by a user for account recovery and/or MFA. While setting up security questions, a user can also provide a hint for the answer.
- Sec
Questions This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionsecurity Questions User Sec Question - The schema used to mnage security question and answers provided by a user for account recovery and/or MFA. While setting up security questions, a user can also provide a hint for the answer.
- sec
Questions This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionsecurity Questions User Sec Question> - The schema used to mnage security question and answers provided by a user for account recovery and/or MFA. While setting up security questions, a user can also provide a hint for the answer.
- sec
Questions This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionsecurity Questions User Sec Question[] - The schema used to mnage security question and answers provided by a user for account recovery and/or MFA. While setting up security questions, a user can also provide a hint for the answer.
- sec_
questions This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionsecurity Questions User Sec Question] - The schema used to mnage security question and answers provided by a user for account recovery and/or MFA. While setting up security questions, a user can also provide a hint for the answer.
- sec
Questions This property is required. List<Property Map> - The schema used to mnage security question and answers provided by a user for account recovery and/or MFA. While setting up security questions, a user can also provide a hint for the answer.
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUserSecQuestion
- Answer
This property is required. string - The answer provided by a user for a security question.
- Hint
Text This property is required. string - The hint for an answer that's given by user when setting up a security question.
- Ref
This property is required. string - User Token URI
- Value
This property is required. string - The value of a X509 certificate.
- Answer
This property is required. string - The answer provided by a user for a security question.
- Hint
Text This property is required. string - The hint for an answer that's given by user when setting up a security question.
- Ref
This property is required. string - User Token URI
- Value
This property is required. string - The value of a X509 certificate.
- answer
This property is required. String - The answer provided by a user for a security question.
- hint
Text This property is required. String - The hint for an answer that's given by user when setting up a security question.
- ref
This property is required. String - User Token URI
- value
This property is required. String - The value of a X509 certificate.
- answer
This property is required. string - The answer provided by a user for a security question.
- hint
Text This property is required. string - The hint for an answer that's given by user when setting up a security question.
- ref
This property is required. string - User Token URI
- value
This property is required. string - The value of a X509 certificate.
- answer
This property is required. str - The answer provided by a user for a security question.
- hint_
text This property is required. str - The hint for an answer that's given by user when setting up a security question.
- ref
This property is required. str - User Token URI
- value
This property is required. str - The value of a X509 certificate.
- answer
This property is required. String - The answer provided by a user for a security question.
- hint
Text This property is required. String - The hint for an answer that's given by user when setting up a security question.
- ref
This property is required. String - User Token URI
- value
This property is required. String - The value of a X509 certificate.
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUser
- Allow
Self Change This property is required. bool - If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).
- Allow
Self Change This property is required. bool - If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).
- allow
Self Change This property is required. Boolean - If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).
- allow
Self Change This property is required. boolean - If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).
- allow_
self_ change This property is required. bool - If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).
- allow
Self Change This property is required. Boolean - If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUser
- Consent
Granted This property is required. bool - A boolean value that indicates whether the consent is granted.
- Self
Registration Profiles This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionself Registration User Self Registration Profile> - Self registration profile used when user is self registered.
- User
Token This property is required. string - User token returned if userFlowControlledByExternalClient is true
- Consent
Granted This property is required. bool - A boolean value that indicates whether the consent is granted.
- Self
Registration Profiles This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionself Registration User Self Registration Profile - Self registration profile used when user is self registered.
- User
Token This property is required. string - User token returned if userFlowControlledByExternalClient is true
- consent
Granted This property is required. Boolean - A boolean value that indicates whether the consent is granted.
- self
Registration Profiles This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionself Registration User Self Registration Profile> - Self registration profile used when user is self registered.
- user
Token This property is required. String - User token returned if userFlowControlledByExternalClient is true
- consent
Granted This property is required. boolean - A boolean value that indicates whether the consent is granted.
- self
Registration Profiles This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionself Registration User Self Registration Profile[] - Self registration profile used when user is self registered.
- user
Token This property is required. string - User token returned if userFlowControlledByExternalClient is true
- consent_
granted This property is required. bool - A boolean value that indicates whether the consent is granted.
- self_
registration_ profiles This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionself Registration User Self Registration Profile] - Self registration profile used when user is self registered.
- user_
token This property is required. str - User token returned if userFlowControlledByExternalClient is true
- consent
Granted This property is required. Boolean - A boolean value that indicates whether the consent is granted.
- self
Registration Profiles This property is required. List<Property Map> - Self registration profile used when user is self registered.
- user
Token This property is required. String - User token returned if userFlowControlledByExternalClient is true
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserSelfRegistrationProfile
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionsffUser
- Sff
Auth Keys This property is required. string - SFF auth keys clob
- Sff
Auth Keys This property is required. string - SFF auth keys clob
- sff
Auth Keys This property is required. String - SFF auth keys clob
- sff
Auth Keys This property is required. string - SFF auth keys clob
- sff_
auth_ keys This property is required. str - SFF auth keys clob
- sff
Auth Keys This property is required. String - SFF auth keys clob
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUser
This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionsocial Account User Social Account> - Description:
This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionsocial Account User Social Account - Description:
This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionsocial Account User Social Account> - Description:
This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionsocial Account User Social Account[] - Description:
This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionsocial Account User Social Account] - Description:
This property is required. List<Property Map>- Description:
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserSocialAccount
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUser
- Terms
Of Use Consents This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionterms Of Use User Terms Of Use Consent> - Description:
- Terms
Of Use Consents This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionterms Of Use User Terms Of Use Consent - Description:
- terms
Of Use Consents This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionterms Of Use User Terms Of Use Consent> - Description:
- terms
Of Use Consents This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionterms Of Use User Terms Of Use Consent[] - Description:
- terms_
of_ use_ consents This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionterms Of Use User Terms Of Use Consent] - Description:
- terms
Of Use Consents This property is required. List<Property Map> - Description:
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserTermsOfUseConsent
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUser
- Api
Keys This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Api Key> - A list of API keys corresponding to user.
- Auth
Tokens This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Auth Token> - A list of Auth tokens corresponding to user.
- Customer
Secret Keys This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Customer Secret Key> - A list of customer secret keys corresponding to user.
- Db
Credentials This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Db Credential> - A list of database credentials corresponding to user.
- OAuth2client
Credentials This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User OAuth2client Credential> - A list of OAuth2 client credentials corresponding to a user.
- Smtp
Credentials This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Smtp Credential> - A list of SMTP credentials corresponding to user.
- Api
Keys This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Api Key - A list of API keys corresponding to user.
- Auth
Tokens This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Auth Token - A list of Auth tokens corresponding to user.
- Customer
Secret Keys This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Customer Secret Key - A list of customer secret keys corresponding to user.
- Db
Credentials This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Db Credential - A list of database credentials corresponding to user.
- OAuth2client
Credentials This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User OAuth2client Credential - A list of OAuth2 client credentials corresponding to a user.
- Smtp
Credentials This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Smtp Credential - A list of SMTP credentials corresponding to user.
- api
Keys This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Api Key> - A list of API keys corresponding to user.
- auth
Tokens This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Auth Token> - A list of Auth tokens corresponding to user.
- customer
Secret Keys This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Customer Secret Key> - A list of customer secret keys corresponding to user.
- db
Credentials This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Db Credential> - A list of database credentials corresponding to user.
- o
Auth2client Credentials This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User OAuth2client Credential> - A list of OAuth2 client credentials corresponding to a user.
- smtp
Credentials This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Smtp Credential> - A list of SMTP credentials corresponding to user.
- api
Keys This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Api Key[] - A list of API keys corresponding to user.
- auth
Tokens This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Auth Token[] - A list of Auth tokens corresponding to user.
- customer
Secret Keys This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Customer Secret Key[] - A list of customer secret keys corresponding to user.
- db
Credentials This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Db Credential[] - A list of database credentials corresponding to user.
- o
Auth2client Credentials This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User OAuth2client Credential[] - A list of OAuth2 client credentials corresponding to a user.
- smtp
Credentials This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Smtp Credential[] - A list of SMTP credentials corresponding to user.
- api_
keys This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Api Key] - A list of API keys corresponding to user.
- auth_
tokens This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Auth Token] - A list of Auth tokens corresponding to user.
- customer_
secret_ keys This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Customer Secret Key] - A list of customer secret keys corresponding to user.
- db_
credentials This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Db Credential] - A list of database credentials corresponding to user.
- o_
auth2client_ credentials This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User OAuth2client Credential] - A list of OAuth2 client credentials corresponding to a user.
- smtp_
credentials This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Smtp Credential] - A list of SMTP credentials corresponding to user.
- api
Keys This property is required. List<Property Map> - A list of API keys corresponding to user.
- auth
Tokens This property is required. List<Property Map> - A list of Auth tokens corresponding to user.
- customer
Secret Keys This property is required. List<Property Map> - A list of customer secret keys corresponding to user.
- db
Credentials This property is required. List<Property Map> - A list of database credentials corresponding to user.
- o
Auth2client Credentials This property is required. List<Property Map> - A list of OAuth2 client credentials corresponding to a user.
- smtp
Credentials This property is required. List<Property Map> - A list of SMTP credentials corresponding to user.
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserApiKey
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserAuthToken
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserCustomerSecretKey
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserDbCredential
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserOAuth2clientCredential
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserSmtpCredential
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionuserStateUser
- Last
Failed Login Date This property is required. string - The last failed login date.
- Last
Successful Login Date This property is required. string - The last successful login date.
- Lockeds
This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser State User Locked> - A complex attribute that indicates an account is locked (blocking any new sessions).
- Login
Attempts This property is required. int - The number of failed login attempts. The value is reset to 0 after a successful login.
- Max
Concurrent Sessions This property is required. int - The maximum number of concurrent sessions for a user.
- Previous
Successful Login Date This property is required. string - The previous successful login date.
- Recovery
Attempts This property is required. int - The number of failed recovery attempts. The value is reset to 0 after a successful login.
- Recovery
Enroll Attempts This property is required. int - The number of failed account recovery enrollment attempts.
- Recovery
Lockeds This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser State User Recovery Locked> - A complex attribute that indicates a password recovery is locked (blocking any new sessions).
- Last
Failed Login Date This property is required. string - The last failed login date.
- Last
Successful Login Date This property is required. string - The last successful login date.
- Lockeds
This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser State User Locked - A complex attribute that indicates an account is locked (blocking any new sessions).
- Login
Attempts This property is required. int - The number of failed login attempts. The value is reset to 0 after a successful login.
- Max
Concurrent Sessions This property is required. int - The maximum number of concurrent sessions for a user.
- Previous
Successful Login Date This property is required. string - The previous successful login date.
- Recovery
Attempts This property is required. int - The number of failed recovery attempts. The value is reset to 0 after a successful login.
- Recovery
Enroll Attempts This property is required. int - The number of failed account recovery enrollment attempts.
- Recovery
Lockeds This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser State User Recovery Locked - A complex attribute that indicates a password recovery is locked (blocking any new sessions).
- last
Failed Login Date This property is required. String - The last failed login date.
- last
Successful Login Date This property is required. String - The last successful login date.
- lockeds
This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser State User Locked> - A complex attribute that indicates an account is locked (blocking any new sessions).
- login
Attempts This property is required. Integer - The number of failed login attempts. The value is reset to 0 after a successful login.
- max
Concurrent Sessions This property is required. Integer - The maximum number of concurrent sessions for a user.
- previous
Successful Login Date This property is required. String - The previous successful login date.
- recovery
Attempts This property is required. Integer - The number of failed recovery attempts. The value is reset to 0 after a successful login.
- recovery
Enroll Attempts This property is required. Integer - The number of failed account recovery enrollment attempts.
- recovery
Lockeds This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser State User Recovery Locked> - A complex attribute that indicates a password recovery is locked (blocking any new sessions).
- last
Failed Login Date This property is required. string - The last failed login date.
- last
Successful Login Date This property is required. string - The last successful login date.
- lockeds
This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser State User Locked[] - A complex attribute that indicates an account is locked (blocking any new sessions).
- login
Attempts This property is required. number - The number of failed login attempts. The value is reset to 0 after a successful login.
- max
Concurrent Sessions This property is required. number - The maximum number of concurrent sessions for a user.
- previous
Successful Login Date This property is required. string - The previous successful login date.
- recovery
Attempts This property is required. number - The number of failed recovery attempts. The value is reset to 0 after a successful login.
- recovery
Enroll Attempts This property is required. number - The number of failed account recovery enrollment attempts.
- recovery
Lockeds This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser State User Recovery Locked[] - A complex attribute that indicates a password recovery is locked (blocking any new sessions).
- last_
failed_ login_ date This property is required. str - The last failed login date.
- last_
successful_ login_ date This property is required. str - The last successful login date.
- lockeds
This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser State User Locked] - A complex attribute that indicates an account is locked (blocking any new sessions).
- login_
attempts This property is required. int - The number of failed login attempts. The value is reset to 0 after a successful login.
- max_
concurrent_ sessions This property is required. int - The maximum number of concurrent sessions for a user.
- previous_
successful_ login_ date This property is required. str - The previous successful login date.
- recovery_
attempts This property is required. int - The number of failed recovery attempts. The value is reset to 0 after a successful login.
- recovery_
enroll_ attempts This property is required. int - The number of failed account recovery enrollment attempts.
- recovery_
lockeds This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser State User Recovery Locked] - A complex attribute that indicates a password recovery is locked (blocking any new sessions).
- last
Failed Login Date This property is required. String - The last failed login date.
- last
Successful Login Date This property is required. String - The last successful login date.
- lockeds
This property is required. List<Property Map> - A complex attribute that indicates an account is locked (blocking any new sessions).
- login
Attempts This property is required. Number - The number of failed login attempts. The value is reset to 0 after a successful login.
- max
Concurrent Sessions This property is required. Number - The maximum number of concurrent sessions for a user.
- previous
Successful Login Date This property is required. String - The previous successful login date.
- recovery
Attempts This property is required. Number - The number of failed recovery attempts. The value is reset to 0 after a successful login.
- recovery
Enroll Attempts This property is required. Number - The number of failed account recovery enrollment attempts.
- recovery
Lockeds This property is required. List<Property Map> - A complex attribute that indicates a password recovery is locked (blocking any new sessions).
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserLocked
- Expired
This property is required. bool - Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.
- Lock
Date This property is required. string - The date and time that the current resource was locked.
- On
This property is required. bool - Indicates that the recovery is locked.
- Reason
This property is required. int - Indicates the reason for locking the account. Valid values are: 0 - failed password login attempts, 1 - admin lock, 2 - failed reset password attempts, 3 - failed MFA login attempts, 4 - failed MFA login attempts for federated user, 5 - failed Database login attempts
- Expired
This property is required. bool - Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.
- Lock
Date This property is required. string - The date and time that the current resource was locked.
- On
This property is required. bool - Indicates that the recovery is locked.
- Reason
This property is required. int - Indicates the reason for locking the account. Valid values are: 0 - failed password login attempts, 1 - admin lock, 2 - failed reset password attempts, 3 - failed MFA login attempts, 4 - failed MFA login attempts for federated user, 5 - failed Database login attempts
- expired
This property is required. Boolean - Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.
- lock
Date This property is required. String - The date and time that the current resource was locked.
- on
This property is required. Boolean - Indicates that the recovery is locked.
- reason
This property is required. Integer - Indicates the reason for locking the account. Valid values are: 0 - failed password login attempts, 1 - admin lock, 2 - failed reset password attempts, 3 - failed MFA login attempts, 4 - failed MFA login attempts for federated user, 5 - failed Database login attempts
- expired
This property is required. boolean - Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.
- lock
Date This property is required. string - The date and time that the current resource was locked.
- on
This property is required. boolean - Indicates that the recovery is locked.
- reason
This property is required. number - Indicates the reason for locking the account. Valid values are: 0 - failed password login attempts, 1 - admin lock, 2 - failed reset password attempts, 3 - failed MFA login attempts, 4 - failed MFA login attempts for federated user, 5 - failed Database login attempts
- expired
This property is required. bool - Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.
- lock_
date This property is required. str - The date and time that the current resource was locked.
- on
This property is required. bool - Indicates that the recovery is locked.
- reason
This property is required. int - Indicates the reason for locking the account. Valid values are: 0 - failed password login attempts, 1 - admin lock, 2 - failed reset password attempts, 3 - failed MFA login attempts, 4 - failed MFA login attempts for federated user, 5 - failed Database login attempts
- expired
This property is required. Boolean - Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.
- lock
Date This property is required. String - The date and time that the current resource was locked.
- on
This property is required. Boolean - Indicates that the recovery is locked.
- reason
This property is required. Number - Indicates the reason for locking the account. Valid values are: 0 - failed password login attempts, 1 - admin lock, 2 - failed reset password attempts, 3 - failed MFA login attempts, 4 - failed MFA login attempts for federated user, 5 - failed Database login attempts
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserRecoveryLocked
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionuserUser
- Account
Recovery Required This property is required. bool - Boolean value to prompt user to setup account recovery during login.
- Accounts
This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Account> - 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 This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User App Role> - 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 This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Applicable Authentication Target App> - 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 This property is required. 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 This property is required. string - User creation mechanism
- Delegated
Authentication Target Apps This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Delegated Authentication Target App> - If set, indicates the user's preferred authentication target app. If not set and the user's "syncedFromApp" is set and is enabled for delegated authentication, it is used. Otherwise, the user authenticates locally to Oracle Identity Cloud Service.
- Do
Not Show Getting Started This property is required. bool - A Boolean value indicating whether or not to hide the getting started page
- Grants
This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Grant> - Grants to this User. Each value of this attribute refers to a Grant to this User of some App (and optionally of some entitlement). Therefore, this attribute is a convenience that allows one to see on each User all of the Grants to that User.
- Group
Membership Last Modified This property is required. string - Specifies date time when a User's group membership was last modified.
- Idcs
App Roles Limited To Groups This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Idcs App Roles Limited To Group> - Description:
- Is
Account Recovery Enrolled This property is required. bool - A Boolean value indicating whether or not a user is enrolled for account recovery
- Is
Authentication Delegated This property is required. 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 This property is required. bool - A Boolean value indicating whether or not the user is federated.
- Is
Group Membership Normalized This property is required. bool - A Boolean value indicating whether or not group membership is normalized for this user.
- Is
Group Membership Synced To Users Groups This property is required. bool - A Boolean value Indicates whether this User's group membership has been sync'ed from Group.members to UsersGroups.
- Notification
Email Template Id This property is required. 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.
- Preferred
Ui Landing Page This property is required. string - User's preferred landing page following login, logout and reset password.
- Service
User This property is required. bool - Indicates if User is a Service User
- Status
This property is required. string - A supplemental status indicating the reason why a user is disabled
- Support
Accounts This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Support Account> - A list of Support Accounts corresponding to user.
- Synced
From Apps This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Synced From App> - 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 This property is required. 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 This property is required. string - User Support Account Provider
- User
Tokens This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User User Token> - User token returned if userFlowControlledByExternalClient is true
- Account
Recovery Required This property is required. bool - Boolean value to prompt user to setup account recovery during login.
- Accounts
This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Account - 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 This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User App Role - 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 This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Applicable Authentication Target App - 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 This property is required. 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 This property is required. string - User creation mechanism
- Delegated
Authentication Target Apps This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Delegated Authentication Target App - If set, indicates the user's preferred authentication target app. If not set and the user's "syncedFromApp" is set and is enabled for delegated authentication, it is used. Otherwise, the user authenticates locally to Oracle Identity Cloud Service.
- Do
Not Show Getting Started This property is required. bool - A Boolean value indicating whether or not to hide the getting started page
- Grants
This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Grant - Grants to this User. Each value of this attribute refers to a Grant to this User of some App (and optionally of some entitlement). Therefore, this attribute is a convenience that allows one to see on each User all of the Grants to that User.
- Group
Membership Last Modified This property is required. string - Specifies date time when a User's group membership was last modified.
- Idcs
App Roles Limited To Groups This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Idcs App Roles Limited To Group - Description:
- Is
Account Recovery Enrolled This property is required. bool - A Boolean value indicating whether or not a user is enrolled for account recovery
- Is
Authentication Delegated This property is required. 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 This property is required. bool - A Boolean value indicating whether or not the user is federated.
- Is
Group Membership Normalized This property is required. bool - A Boolean value indicating whether or not group membership is normalized for this user.
- Is
Group Membership Synced To Users Groups This property is required. bool - A Boolean value Indicates whether this User's group membership has been sync'ed from Group.members to UsersGroups.
- Notification
Email Template Id This property is required. 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.
- Preferred
Ui Landing Page This property is required. string - User's preferred landing page following login, logout and reset password.
- Service
User This property is required. bool - Indicates if User is a Service User
- Status
This property is required. string - A supplemental status indicating the reason why a user is disabled
- Support
Accounts This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Support Account - A list of Support Accounts corresponding to user.
- Synced
From Apps This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Synced From App - 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 This property is required. 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 This property is required. string - User Support Account Provider
- User
Tokens This property is required. []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User User Token - User token returned if userFlowControlledByExternalClient is true
- account
Recovery Required This property is required. Boolean - Boolean value to prompt user to setup account recovery during login.
- accounts
This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Account> - 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 This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User App Role> - 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 This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Applicable Authentication Target App> - 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 This property is required. 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.
- creation
Mechanism This property is required. String - User creation mechanism
- delegated
Authentication Target Apps This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Delegated Authentication Target App> - If set, indicates the user's preferred authentication target app. If not set and the user's "syncedFromApp" is set and is enabled for delegated authentication, it is used. Otherwise, the user authenticates locally to Oracle Identity Cloud Service.
- do
Not Show Getting Started This property is required. Boolean - A Boolean value indicating whether or not to hide the getting started page
- grants
This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Grant> - Grants to this User. Each value of this attribute refers to a Grant to this User of some App (and optionally of some entitlement). Therefore, this attribute is a convenience that allows one to see on each User all of the Grants to that User.
- group
Membership Last Modified This property is required. String - Specifies date time when a User's group membership was last modified.
- idcs
App Roles Limited To Groups This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Idcs App Roles Limited To Group> - Description:
- is
Account Recovery Enrolled This property is required. Boolean - A Boolean value indicating whether or not a user is enrolled for account recovery
- is
Authentication Delegated This property is required. 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
- is
Federated User This property is required. Boolean - A Boolean value indicating whether or not the user is federated.
- is
Group Membership Normalized This property is required. Boolean - A Boolean value indicating whether or not group membership is normalized for this user.
- is
Group Membership Synced To Users Groups This property is required. Boolean - A Boolean value Indicates whether this User's group membership has been sync'ed from Group.members to UsersGroups.
- notification
Email Template Id This property is required. 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.
- preferred
Ui Landing Page This property is required. String - User's preferred landing page following login, logout and reset password.
- service
User This property is required. Boolean - Indicates if User is a Service User
- status
This property is required. String - A supplemental status indicating the reason why a user is disabled
- support
Accounts This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Support Account> - A list of Support Accounts corresponding to user.
- synced
From Apps This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Synced From App> - 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 This property is required. 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.
- user
Provider This property is required. String - User Support Account Provider
- user
Tokens This property is required. List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User User Token> - User token returned if userFlowControlledByExternalClient is true
- account
Recovery Required This property is required. boolean - Boolean value to prompt user to setup account recovery during login.
- accounts
This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Account[] - 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 This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User App Role[] - 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 This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Applicable Authentication Target App[] - 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 This property is required. 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.
- creation
Mechanism This property is required. string - User creation mechanism
- delegated
Authentication Target Apps This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Delegated Authentication Target App[] - If set, indicates the user's preferred authentication target app. If not set and the user's "syncedFromApp" is set and is enabled for delegated authentication, it is used. Otherwise, the user authenticates locally to Oracle Identity Cloud Service.
- do
Not Show Getting Started This property is required. boolean - A Boolean value indicating whether or not to hide the getting started page
- grants
This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Grant[] - Grants to this User. Each value of this attribute refers to a Grant to this User of some App (and optionally of some entitlement). Therefore, this attribute is a convenience that allows one to see on each User all of the Grants to that User.
- group
Membership Last Modified This property is required. string - Specifies date time when a User's group membership was last modified.
- idcs
App Roles Limited To Groups This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Idcs App Roles Limited To Group[] - Description:
- is
Account Recovery Enrolled This property is required. boolean - A Boolean value indicating whether or not a user is enrolled for account recovery
- is
Authentication Delegated This property is required. 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
- is
Federated User This property is required. boolean - A Boolean value indicating whether or not the user is federated.
- is
Group Membership Normalized This property is required. boolean - A Boolean value indicating whether or not group membership is normalized for this user.
- is
Group Membership Synced To Users Groups This property is required. boolean - A Boolean value Indicates whether this User's group membership has been sync'ed from Group.members to UsersGroups.
- notification
Email Template Id This property is required. 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.
- preferred
Ui Landing Page This property is required. string - User's preferred landing page following login, logout and reset password.
- service
User This property is required. boolean - Indicates if User is a Service User
- status
This property is required. string - A supplemental status indicating the reason why a user is disabled
- support
Accounts This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Support Account[] - A list of Support Accounts corresponding to user.
- synced
From Apps This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Synced From App[] - 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 This property is required. 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.
- user
Provider This property is required. string - User Support Account Provider
- user
Tokens This property is required. GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User User Token[] - User token returned if userFlowControlledByExternalClient is true
- account_
recovery_ required This property is required. bool - Boolean value to prompt user to setup account recovery during login.
- accounts
This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Account] - 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 This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser User App Role] - 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 This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Applicable Authentication Target App] - 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 This property is required. 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 This property is required. str - User creation mechanism
- delegated_
authentication_ target_ apps This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Delegated Authentication Target App] - If set, indicates the user's preferred authentication target app. If not set and the user's "syncedFromApp" is set and is enabled for delegated authentication, it is used. Otherwise, the user authenticates locally to Oracle Identity Cloud Service.
- do_
not_ show_ getting_ started This property is required. bool - A Boolean value indicating whether or not to hide the getting started page
- grants
This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Grant] - Grants to this User. Each value of this attribute refers to a Grant to this User of some App (and optionally of some entitlement). Therefore, this attribute is a convenience that allows one to see on each User all of the Grants to that User.
- group_
membership_ last_ modified This property is required. str - Specifies date time when a User's group membership was last modified.
- idcs_
app_ roles_ limited_ to_ groups This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Idcs App Roles Limited To Group] - Description:
- is_
account_ recovery_ enrolled This property is required. bool - A Boolean value indicating whether or not a user is enrolled for account recovery
- is_
authentication_ delegated This property is required. 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 This property is required. bool - A Boolean value indicating whether or not the user is federated.
- is_
group_ membership_ normalized This property is required. bool - A Boolean value indicating whether or not group membership is normalized for this user.
- is_
group_ membership_ synced_ to_ users_ groups This property is required. bool - A Boolean value Indicates whether this User's group membership has been sync'ed from Group.members to UsersGroups.
- notification_
email_ template_ id This property is required. str - Specifies the EmailTemplate to be used when sending notification to the user this request is for. If specified, it overrides the default EmailTemplate for this event.
- preferred_
ui_ landing_ page This property is required. str - User's preferred landing page following login, logout and reset password.
- service_
user This property is required. bool - Indicates if User is a Service User
- status
This property is required. str - A supplemental status indicating the reason why a user is disabled
- support_
accounts This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Support Account] - A list of Support Accounts corresponding to user.
- synced_
from_ apps This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Synced From App] - 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 This property is required. 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 This property is required. str - User Support Account Provider
- user_
tokens This property is required. Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser User User Token] - User token returned if userFlowControlledByExternalClient is true
- account
Recovery Required This property is required. Boolean - Boolean value to prompt user to setup account recovery during login.
- accounts
This property is required. 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.
- app
Roles This property is required. 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.
- applicable
Authentication Target Apps This property is required. 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.
- bypass
Notification This property is required. 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.
- creation
Mechanism This property is required. String - User creation mechanism
- delegated
Authentication Target Apps This property is required. List<Property Map> - If set, indicates the user's preferred authentication target app. If not set and the user's "syncedFromApp" is set and is enabled for delegated authentication, it is used. Otherwise, the user authenticates locally to Oracle Identity Cloud Service.
- do
Not Show Getting Started This property is required. Boolean - A Boolean value indicating whether or not to hide the getting started page
- grants
This property is required. 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.
- group
Membership Last Modified This property is required. String - Specifies date time when a User's group membership was last modified.
- idcs
App Roles Limited To Groups This property is required. List<Property Map> - Description:
- is
Account Recovery Enrolled This property is required. Boolean - A Boolean value indicating whether or not a user is enrolled for account recovery
- is
Authentication Delegated This property is required. 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
- is
Federated User This property is required. Boolean - A Boolean value indicating whether or not the user is federated.
- is
Group Membership Normalized This property is required. Boolean - A Boolean value indicating whether or not group membership is normalized for this user.
- is
Group Membership Synced To Users Groups This property is required. Boolean - A Boolean value Indicates whether this User's group membership has been sync'ed from Group.members to UsersGroups.
- notification
Email Template Id This property is required. 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.
- preferred
Ui Landing Page This property is required. String - User's preferred landing page following login, logout and reset password.
- service
User This property is required. Boolean - Indicates if User is a Service User
- status
This property is required. String - A supplemental status indicating the reason why a user is disabled
- support
Accounts This property is required. List<Property Map> - A list of Support Accounts corresponding to user.
- synced
From Apps This property is required. 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.
- user
Flow Controlled By External Client This property is required. 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.
- user
Provider This property is required. String - User Support Account Provider
- user
Tokens This property is required. List<Property Map> - User token returned if userFlowControlledByExternalClient is true
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionuserUserAccount
- Active
This property is required. bool - Status of the account
- App
Id This property is required. string - The ID of the App in this Grant.
- Name
This property is required. string - Name of the account assigned to the User.
- Ref
This property is required. string - User Token URI
- Value
This property is required. string - The value of a X509 certificate.
- Active
This property is required. bool - Status of the account
- App
Id This property is required. string - The ID of the App in this Grant.
- Name
This property is required. string - Name of the account assigned to the User.
- Ref
This property is required. string - User Token URI
- Value
This property is required. string - The value of a X509 certificate.
- active
This property is required. Boolean - Status of the account
- app
Id This property is required. String - The ID of the App in this Grant.
- name
This property is required. String - Name of the account assigned to the User.
- ref
This property is required. String - User Token URI
- value
This property is required. String - The value of a X509 certificate.
- active
This property is required. boolean - Status of the account
- app
Id This property is required. string - The ID of the App in this Grant.
- name
This property is required. string - Name of the account assigned to the User.
- ref
This property is required. string - User Token URI
- value
This property is required. string - The value of a X509 certificate.
- active
This property is required. bool - Status of the account
- app_
id This property is required. str - The ID of the App in this Grant.
- name
This property is required. str - Name of the account assigned to the User.
- ref
This property is required. str - User Token URI
- value
This property is required. str - The value of a X509 certificate.
- active
This property is required. Boolean - Status of the account
- app
Id This property is required. String - The ID of the App in this Grant.
- name
This property is required. String - Name of the account assigned to the User.
- ref
This property is required. String - User Token URI
- value
This property is required. String - The value of a X509 certificate.
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionuserUserAppRole
- Admin
Role This property is required. bool - If true, then the role provides administrative access privileges. READ-ONLY.
- App
Id This property is required. string - The ID of the App in this Grant.
- App
Name This property is required. string - The name (Client ID) of the App that defines this AppRole.
- Display
This property is required. string - A human readable name, primarily used for display purposes.
- Legacy
Group Name This property is required. string - The name (if any) under which this AppRole should appear in this User's group-memberships for reasons of backward compatibility. Oracle Identity Cloud Service distinguishes between Groups and AppRoles, but some services still expect AppRoles appear as if they were service-instance-specific Groups.
- Ref
This property is required. string - User Token URI
- Type
This property is required. string - A label indicating the attribute's function.
- Value
This property is required. string - The value of a X509 certificate.
- Admin
Role This property is required. bool - If true, then the role provides administrative access privileges. READ-ONLY.
- App
Id This property is required. string - The ID of the App in this Grant.
- App
Name This property is required. string - The name (Client ID) of the App that defines this AppRole.
- Display
This property is required. string - A human readable name, primarily used for display purposes.
- Legacy
Group Name This property is required. string - The name (if any) under which this AppRole should appear in this User's group-memberships for reasons of backward compatibility. Oracle Identity Cloud Service distinguishes between Groups and AppRoles, but some services still expect AppRoles appear as if they were service-instance-specific Groups.
- Ref
This property is required. string - User Token URI
- Type
This property is required. string - A label indicating the attribute's function.
- Value
This property is required. string - The value of a X509 certificate.
- admin
Role This property is required. Boolean - If true, then the role provides administrative access privileges. READ-ONLY.
- app
Id This property is required. String - The ID of the App in this Grant.
- app
Name This property is required. String - The name (Client ID) of the App that defines this AppRole.
- display
This property is required. String - A human readable name, primarily used for display purposes.
- legacy
Group Name This property is required. String - The name (if any) under which this AppRole should appear in this User's group-memberships for reasons of backward compatibility. Oracle Identity Cloud Service distinguishes between Groups and AppRoles, but some services still expect AppRoles appear as if they were service-instance-specific Groups.
- ref
This property is required. String - User Token URI
- type
This property is required. String - A label indicating the attribute's function.
- value
This property is required. String - The value of a X509 certificate.
- admin
Role This property is required. boolean - If true, then the role provides administrative access privileges. READ-ONLY.
- app
Id This property is required. string - The ID of the App in this Grant.
- app
Name This property is required. string - The name (Client ID) of the App that defines this AppRole.
- display
This property is required. string - A human readable name, primarily used for display purposes.
- legacy
Group Name This property is required. string - The name (if any) under which this AppRole should appear in this User's group-memberships for reasons of backward compatibility. Oracle Identity Cloud Service distinguishes between Groups and AppRoles, but some services still expect AppRoles appear as if they were service-instance-specific Groups.
- ref
This property is required. string - User Token URI
- type
This property is required. string - A label indicating the attribute's function.
- value
This property is required. string - The value of a X509 certificate.
- admin_
role This property is required. bool - If true, then the role provides administrative access privileges. READ-ONLY.
- app_
id This property is required. str - The ID of the App in this Grant.
- app_
name This property is required. str - The name (Client ID) of the App that defines this AppRole.
- display
This property is required. str - A human readable name, primarily used for display purposes.
- legacy_
group_ name This property is required. str - The name (if any) under which this AppRole should appear in this User's group-memberships for reasons of backward compatibility. Oracle Identity Cloud Service distinguishes between Groups and AppRoles, but some services still expect AppRoles appear as if they were service-instance-specific Groups.
- ref
This property is required. str - User Token URI
- type
This property is required. str - A label indicating the attribute's function.
- value
This property is required. str - The value of a X509 certificate.
- admin
Role This property is required. Boolean - If true, then the role provides administrative access privileges. READ-ONLY.
- app
Id This property is required. String - The ID of the App in this Grant.
- app
Name This property is required. String - The name (Client ID) of the App that defines this AppRole.
- display
This property is required. String - A human readable name, primarily used for display purposes.
- legacy
Group Name This property is required. String - The name (if any) under which this AppRole should appear in this User's group-memberships for reasons of backward compatibility. Oracle Identity Cloud Service distinguishes between Groups and AppRoles, but some services still expect AppRoles appear as if they were service-instance-specific Groups.
- ref
This property is required. String - User Token URI
- type
This property is required. String - A label indicating the attribute's function.
- value
This property is required. String - The value of a X509 certificate.
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionuserUserApplicableAuthenticationTargetApp
- Display
This property is required. string - A human readable name, primarily used for display purposes.
- Ref
This property is required. string - User Token URI
- Target
Request Timeout This property is required. int - Timeout interval for Synchronization TargetAction in milliseconds
- Type
This property is required. string - A label indicating the attribute's function.
- Value
This property is required. string - The value of a X509 certificate.
- Display
This property is required. string - A human readable name, primarily used for display purposes.
- Ref
This property is required. string - User Token URI
- Target
Request Timeout This property is required. int - Timeout interval for Synchronization TargetAction in milliseconds
- Type
This property is required. string - A label indicating the attribute's function.
- Value
This property is required. string - The value of a X509 certificate.
- display
This property is required. String - A human readable name, primarily used for display purposes.
- ref
This property is required. String - User Token URI
- target
Request Timeout This property is required. Integer - Timeout interval for Synchronization TargetAction in milliseconds
- type
This property is required. String - A label indicating the attribute's function.
- value
This property is required. String - The value of a X509 certificate.
- display
This property is required. string - A human readable name, primarily used for display purposes.
- ref
This property is required. string - User Token URI
- target
Request Timeout This property is required. number - Timeout interval for Synchronization TargetAction in milliseconds
- type
This property is required. string - A label indicating the attribute's function.
- value
This property is required. string - The value of a X509 certificate.
- display
This property is required. str - A human readable name, primarily used for display purposes.
- ref
This property is required. str - User Token URI
- target_
request_ timeout This property is required. int - Timeout interval for Synchronization TargetAction in milliseconds
- type
This property is required. str - A label indicating the attribute's function.
- value
This property is required. str - The value of a X509 certificate.
- display
This property is required. String - A human readable name, primarily used for display purposes.
- ref
This property is required. String - User Token URI
- target
Request Timeout This property is required. Number - Timeout interval for Synchronization TargetAction in milliseconds
- type
This property is required. String - A label indicating the attribute's function.
- value
This property is required. String - The value of a X509 certificate.
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionuserUserDelegatedAuthenticationTargetApp
- Display
This property is required. string - A human readable name, primarily used for display purposes.
- Ref
This property is required. string - User Token URI
- Type
This property is required. string - A label indicating the attribute's function.
- Value
This property is required. string - The value of a X509 certificate.
- Display
This property is required. string - A human readable name, primarily used for display purposes.
- Ref
This property is required. string - User Token URI
- Type
This property is required. string - A label indicating the attribute's function.
- Value
This property is required. string - The value of a X509 certificate.
- display
This property is required. String - A human readable name, primarily used for display purposes.
- ref
This property is required. String - User Token URI
- type
This property is required. String - A label indicating the attribute's function.
- value
This property is required. String - The value of a X509 certificate.
- display
This property is required. string - A human readable name, primarily used for display purposes.
- ref
This property is required. string - User Token URI
- type
This property is required. string - A label indicating the attribute's function.
- value
This property is required. string - The value of a X509 certificate.
- display
This property is required. String - A human readable name, primarily used for display purposes.
- ref
This property is required. String - User Token URI
- type
This property is required. String - A label indicating the attribute's function.
- value
This property is required. String - The value of a X509 certificate.
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionuserUserGrant
- App
Id This property is required. string - The ID of the App in this Grant.
- Grant
Mechanism This property is required. string - Each value of grantMechanism indicates how (or by what component) some App (or App-Entitlement) was granted. A customer or the UI should use only grantMechanism values that start with 'ADMINISTRATOR':
- 'ADMINISTRATOR_TO_USER' is for a direct grant to a specific User.
- 'ADMINISTRATOR_TO_GROUP' is for a grant to a specific Group, which results in indirect grants to Users who are members of that Group.
- 'ADMINISTRATOR_TO_APP' is for a grant to a specific App. The grantee (client) App gains access to the granted (server) App.
- Grantor
Id This property is required. string - Grantor identifier
- Ref
This property is required. string - User Token URI
- Value
This property is required. string - The value of a X509 certificate.
- App
Id This property is required. string - The ID of the App in this Grant.
- Grant
Mechanism This property is required. string - Each value of grantMechanism indicates how (or by what component) some App (or App-Entitlement) was granted. A customer or the UI should use only grantMechanism values that start with 'ADMINISTRATOR':
- 'ADMINISTRATOR_TO_USER' is for a direct grant to a specific User.
- 'ADMINISTRATOR_TO_GROUP' is for a grant to a specific Group, which results in indirect grants to Users who are members of that Group.
- 'ADMINISTRATOR_TO_APP' is for a grant to a specific App. The grantee (client) App gains access to the granted (server) App.
- Grantor
Id This property is required. string - Grantor identifier
- Ref
This property is required. string - User Token URI
- Value
This property is required. string - The value of a X509 certificate.
- app
Id This property is required. String - The ID of the App in this Grant.
- grant
Mechanism This property is required. String - Each value of grantMechanism indicates how (or by what component) some App (or App-Entitlement) was granted. A customer or the UI should use only grantMechanism values that start with 'ADMINISTRATOR':
- 'ADMINISTRATOR_TO_USER' is for a direct grant to a specific User.
- 'ADMINISTRATOR_TO_GROUP' is for a grant to a specific Group, which results in indirect grants to Users who are members of that Group.
- 'ADMINISTRATOR_TO_APP' is for a grant to a specific App. The grantee (client) App gains access to the granted (server) App.
- grantor
Id This property is required. String - Grantor identifier
- ref
This property is required. String - User Token URI
- value
This property is required. String - The value of a X509 certificate.
- app
Id This property is required. string - The ID of the App in this Grant.
- grant
Mechanism This property is required. string - Each value of grantMechanism indicates how (or by what component) some App (or App-Entitlement) was granted. A customer or the UI should use only grantMechanism values that start with 'ADMINISTRATOR':
- 'ADMINISTRATOR_TO_USER' is for a direct grant to a specific User.
- 'ADMINISTRATOR_TO_GROUP' is for a grant to a specific Group, which results in indirect grants to Users who are members of that Group.
- 'ADMINISTRATOR_TO_APP' is for a grant to a specific App. The grantee (client) App gains access to the granted (server) App.
- grantor
Id This property is required. string - Grantor identifier
- ref
This property is required. string - User Token URI
- value
This property is required. string - The value of a X509 certificate.
- app_
id This property is required. str - The ID of the App in this Grant.
- grant_
mechanism This property is required. str - Each value of grantMechanism indicates how (or by what component) some App (or App-Entitlement) was granted. A customer or the UI should use only grantMechanism values that start with 'ADMINISTRATOR':
- 'ADMINISTRATOR_TO_USER' is for a direct grant to a specific User.
- 'ADMINISTRATOR_TO_GROUP' is for a grant to a specific Group, which results in indirect grants to Users who are members of that Group.
- 'ADMINISTRATOR_TO_APP' is for a grant to a specific App. The grantee (client) App gains access to the granted (server) App.
- grantor_
id This property is required. str - Grantor identifier
- ref
This property is required. str - User Token URI
- value
This property is required. str - The value of a X509 certificate.
- app
Id This property is required. String - The ID of the App in this Grant.
- grant
Mechanism This property is required. String - Each value of grantMechanism indicates how (or by what component) some App (or App-Entitlement) was granted. A customer or the UI should use only grantMechanism values that start with 'ADMINISTRATOR':
- 'ADMINISTRATOR_TO_USER' is for a direct grant to a specific User.
- 'ADMINISTRATOR_TO_GROUP' is for a grant to a specific Group, which results in indirect grants to Users who are members of that Group.
- 'ADMINISTRATOR_TO_APP' is for a grant to a specific App. The grantee (client) App gains access to the granted (server) App.
- grantor
Id This property is required. String - Grantor identifier
- ref
This property is required. String - User Token URI
- value
This property is required. String - The value of a X509 certificate.
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionuserUserIdcsAppRolesLimitedToGroup
- Display
This property is required. string - A human readable name, primarily used for display purposes.
- Idcs
App Role Id This property is required. string - The id of the Oracle Identity Cloud Service AppRole grant limited to one or more Groups.
- Ocid
This property is required. string - The OCID of the user's support account.
- Ref
This property is required. string - User Token URI
- Value
This property is required. string - The value of a X509 certificate.
- Display
This property is required. string - A human readable name, primarily used for display purposes.
- Idcs
App Role Id This property is required. string - The id of the Oracle Identity Cloud Service AppRole grant limited to one or more Groups.
- Ocid
This property is required. string - The OCID of the user's support account.
- Ref
This property is required. string - User Token URI
- Value
This property is required. string - The value of a X509 certificate.
- display
This property is required. String - A human readable name, primarily used for display purposes.
- idcs
App Role Id This property is required. String - The id of the Oracle Identity Cloud Service AppRole grant limited to one or more Groups.
- ocid
This property is required. String - The OCID of the user's support account.
- ref
This property is required. String - User Token URI
- value
This property is required. String - The value of a X509 certificate.
- display
This property is required. string - A human readable name, primarily used for display purposes.
- idcs
App Role Id This property is required. string - The id of the Oracle Identity Cloud Service AppRole grant limited to one or more Groups.
- ocid
This property is required. string - The OCID of the user's support account.
- ref
This property is required. string - User Token URI
- value
This property is required. string - The value of a X509 certificate.
- display
This property is required. str - A human readable name, primarily used for display purposes.
- idcs_
app_ role_ id This property is required. str - The id of the Oracle Identity Cloud Service AppRole grant limited to one or more Groups.
- ocid
This property is required. str - The OCID of the user's support account.
- ref
This property is required. str - User Token URI
- value
This property is required. str - The value of a X509 certificate.
- display
This property is required. String - A human readable name, primarily used for display purposes.
- idcs
App Role Id This property is required. String - The id of the Oracle Identity Cloud Service AppRole grant limited to one or more Groups.
- ocid
This property is required. String - The OCID of the user's support account.
- ref
This property is required. String - User Token URI
- value
This property is required. String - The value of a X509 certificate.
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionuserUserSupportAccount
- Ocid
This property is required. string - The OCID of the user's support account.
- Ref
This property is required. string - User Token URI
- User
Id This property is required. string - User Support User Id
- User
Provider This property is required. string - User Support Account Provider
- Value
This property is required. string - The value of a X509 certificate.
- Ocid
This property is required. string - The OCID of the user's support account.
- Ref
This property is required. string - User Token URI
- User
Id This property is required. string - User Support User Id
- User
Provider This property is required. string - User Support Account Provider
- Value
This property is required. string - The value of a X509 certificate.
- ocid
This property is required. String - The OCID of the user's support account.
- ref
This property is required. String - User Token URI
- user
Id This property is required. String - User Support User Id
- user
Provider This property is required. String - User Support Account Provider
- value
This property is required. String - The value of a X509 certificate.
- ocid
This property is required. string - The OCID of the user's support account.
- ref
This property is required. string - User Token URI
- user
Id This property is required. string - User Support User Id
- user
Provider This property is required. string - User Support Account Provider
- value
This property is required. string - The value of a X509 certificate.
- ocid
This property is required. str - The OCID of the user's support account.
- ref
This property is required. str - User Token URI
- user_
id This property is required. str - User Support User Id
- user_
provider This property is required. str - User Support Account Provider
- value
This property is required. str - The value of a X509 certificate.
- ocid
This property is required. String - The OCID of the user's support account.
- ref
This property is required. String - User Token URI
- user
Id This property is required. String - User Support User Id
- user
Provider This property is required. String - User Support Account Provider
- value
This property is required. String - The value of a X509 certificate.
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionuserUserSyncedFromApp
- Display
This property is required. string - A human readable name, primarily used for display purposes.
- Ref
This property is required. string - User Token URI
- Type
This property is required. string - A label indicating the attribute's function.
- Value
This property is required. string - The value of a X509 certificate.
- Display
This property is required. string - A human readable name, primarily used for display purposes.
- Ref
This property is required. string - User Token URI
- Type
This property is required. string - A label indicating the attribute's function.
- Value
This property is required. string - The value of a X509 certificate.
- display
This property is required. String - A human readable name, primarily used for display purposes.
- ref
This property is required. String - User Token URI
- type
This property is required. String - A label indicating the attribute's function.
- value
This property is required. String - The value of a X509 certificate.
- display
This property is required. string - A human readable name, primarily used for display purposes.
- ref
This property is required. string - User Token URI
- type
This property is required. string - A label indicating the attribute's function.
- value
This property is required. string - The value of a X509 certificate.
- display
This property is required. String - A human readable name, primarily used for display purposes.
- ref
This property is required. String - User Token URI
- type
This property is required. String - A label indicating the attribute's function.
- value
This property is required. String - The value of a X509 certificate.
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionuserUserUserToken
GetDomainsUsersUserX509certificate
- Display
This property is required. string - A human readable name, primarily used for display purposes.
- Primary
This property is required. 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
This property is required. string - A label indicating the attribute's function.
- Value
This property is required. string - The value of a X509 certificate.
- Display
This property is required. string - A human readable name, primarily used for display purposes.
- Primary
This property is required. 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
This property is required. string - A label indicating the attribute's function.
- Value
This property is required. string - The value of a X509 certificate.
- display
This property is required. String - A human readable name, primarily used for display purposes.
- primary
This property is required. 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
This property is required. String - A label indicating the attribute's function.
- value
This property is required. String - The value of a X509 certificate.
- display
This property is required. string - A human readable name, primarily used for display purposes.
- primary
This property is required. 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
This property is required. string - A label indicating the attribute's function.
- value
This property is required. string - The value of a X509 certificate.
- display
This property is required. str - A human readable name, primarily used for display purposes.
- primary
This property is required. 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
This property is required. str - A label indicating the attribute's function.
- value
This property is required. str - The value of a X509 certificate.
- display
This property is required. String - A human readable name, primarily used for display purposes.
- primary
This property is required. 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
This property is required. String - A label indicating the attribute's function.
- value
This property is required. 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.