Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
oci.Identity.getDomainsUsers
Explore with Pulumi AI
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
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/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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Identity/getDomainsUsers:getDomainsUsers
arguments:
# arguments dictionary
The following arguments are supported:
- Idcs
Endpoint 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 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 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 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 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 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 bool
- Status of the account
- Addresses
List<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 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
Ocid string - Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
- Delete
In boolProgress - A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
- Description string
- Description of the user
- Display
Name string - The displayName of the User's manager. OPTIONAL and READ-ONLY.
- Domain
Ocid string - Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
- Emails
List<Get
Domains Users User Email> - A complex attribute representing emails
- Entitlements
List<Get
Domains Users User Entitlement> - A list of entitlements for the User that represent a thing the User has.
- External
Id string - An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- Groups
List<Get
Domains Users User Group> - A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
- Id string
- Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
- Idcs
Created List<GetBies Domains Users User Idcs Created By> - The User or App who created the Resource
- Idcs
Endpoint string - The basic endpoint for the identity domain
- Idcs
Last List<GetModified Bies Domains Users User Idcs Last Modified By> - The User or App who modified the Resource
- Idcs
Last stringUpgraded In Release - The release number when the resource was upgraded.
- Idcs
Prevented List<string>Operations - Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
- Ims
List<Get
Domains Users User Im> - User's instant messaging addresses
- Locale string
- Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.
- Metas
List<Get
Domains Users User Meta> - A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
- Names
List<Get
Domains Users User Name> - Name of the account assigned to the User.
- Nick
Name string - Nick name
- Ocid string
- The OCID of the user's support account.
- Password string
- Password attribute. Max length for password is controlled via Password Policy.
- Phone
Numbers List<GetDomains Users User Phone Number> - Phone numbers
- Photos
List<Get
Domains Users User Photo> - URLs of photos for the User
- Preferred
Language string - User's preferred written or spoken language used for localized user interfaces
- Profile
Url string - A fully-qualified URL to a page representing the User's online profile
- 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.
- Roles
List<Get
Domains Users User Role> - A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.
- Schemas List<string>
- REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
- List<Get
Domains Users User Tag> - A list of tags on this resource.
- Tenancy
Ocid string - Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
- Timezone string
- User's timezone
- Title string
- Title
- Urnietfparamsscimschemasextensionenterprise20users
List<Get
Domains Users User Urnietfparamsscimschemasextensionenterprise20user> - Enterprise User
- List<Get
Domains Users User Urnietfparamsscimschemasoracleidcsextension Oci Tag> - Oracle Cloud Infrastructure Tags.
- Urnietfparamsscimschemasoracleidcsextensionadaptive
Users List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionadaptive User> - This extension defines attributes to manage user's risk score.
- Urnietfparamsscimschemasoracleidcsextensioncapabilities
Users List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensioncapabilities User> - User's Capabilities
- Urnietfparamsscimschemasoracleidcsextensiondb
Credentials List<GetUsers Domains Users User Urnietfparamsscimschemasoracleidcsextensiondb Credentials User> - The database credentials user extension.
- Urnietfparamsscimschemasoracleidcsextensiondb
User List<GetUsers Domains Users User Urnietfparamsscimschemasoracleidcsextensiondb User User> - DB User extension
- Urnietfparamsscimschemasoracleidcsextensionkerberos
User List<GetUsers Domains Users User Urnietfparamsscimschemasoracleidcsextensionkerberos User User> - Kerberos User extension
- Urnietfparamsscimschemasoracleidcsextensionmfa
Users 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 List<GetUsers 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 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 List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionposix User> - POSIX User extension
- Urnietfparamsscimschemasoracleidcsextensionsecurity
Questions List<GetUsers Domains Users User Urnietfparamsscimschemasoracleidcsextensionsecurity Questions User> - This extension defines the attributes used to store the security questions of a user.
- Urnietfparamsscimschemasoracleidcsextensionself
Change List<GetUsers Domains Users User Urnietfparamsscimschemasoracleidcsextensionself Change User> - Controls whether a user can update themselves or not via User related APIs
- Urnietfparamsscimschemasoracleidcsextensionself
Registration List<GetUsers Domains Users User Urnietfparamsscimschemasoracleidcsextensionself Registration User> - This extension defines attributes used to manage self registration profile linked to the user.
- Urnietfparamsscimschemasoracleidcsextensionsff
Users List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionsff User> - SFF Auth Keys User extension
- List<Get
Domains Users User Urnietfparamsscimschemasoracleidcsextensionsocial Account User> - Social User extension
- Urnietfparamsscimschemasoracleidcsextensionterms
Of List<GetUse Users Domains Users User Urnietfparamsscimschemasoracleidcsextensionterms Of Use User> - Terms Of Use extension
- Urnietfparamsscimschemasoracleidcsextensionuser
Credentials List<GetUsers Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User> - User's credentials
- Urnietfparamsscimschemasoracleidcsextensionuser
State List<GetUsers 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 List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User> - Oracle Identity Cloud Service User
- User
Name string - User name
- User
Type string - Used to identify the organization-to-user relationship
- X509certificates
List<Get
Domains Users User X509certificate> - A list of certificates issued to the User.
- Active bool
- Status of the account
- Addresses
[]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 []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
Ocid string - Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
- Delete
In boolProgress - A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
- Description string
- Description of the user
- Display
Name string - The displayName of the User's manager. OPTIONAL and READ-ONLY.
- Domain
Ocid string - Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
- Emails
[]Get
Domains Users User Email - A complex attribute representing emails
- Entitlements
[]Get
Domains Users User Entitlement - A list of entitlements for the User that represent a thing the User has.
- External
Id string - An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- Groups
[]Get
Domains Users User Group - A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
- Id string
- Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
- Idcs
Created []GetBies Domains Users User Idcs Created By - The User or App who created the Resource
- Idcs
Endpoint string - The basic endpoint for the identity domain
- Idcs
Last []GetModified Bies Domains Users User Idcs Last Modified By - The User or App who modified the Resource
- Idcs
Last stringUpgraded In Release - The release number when the resource was upgraded.
- Idcs
Prevented []stringOperations - Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
- Ims
[]Get
Domains Users User Im - User's instant messaging addresses
- Locale string
- Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.
- Metas
[]Get
Domains Users User Meta - A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
- Names
[]Get
Domains Users User Name - Name of the account assigned to the User.
- Nick
Name string - Nick name
- Ocid string
- The OCID of the user's support account.
- Password string
- Password attribute. Max length for password is controlled via Password Policy.
- Phone
Numbers []GetDomains Users User Phone Number - Phone numbers
- Photos
[]Get
Domains Users User Photo - URLs of photos for the User
- Preferred
Language string - User's preferred written or spoken language used for localized user interfaces
- Profile
Url string - A fully-qualified URL to a page representing the User's online profile
- 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.
- Roles
[]Get
Domains Users User Role - A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.
- Schemas []string
- REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
- []Get
Domains Users User Tag - A list of tags on this resource.
- Tenancy
Ocid string - Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
- Timezone string
- User's timezone
- Title string
- Title
- Urnietfparamsscimschemasextensionenterprise20users
[]Get
Domains Users User Urnietfparamsscimschemasextensionenterprise20user - Enterprise User
- []Get
Domains Users User Urnietfparamsscimschemasoracleidcsextension Oci Tag - Oracle Cloud Infrastructure Tags.
- Urnietfparamsscimschemasoracleidcsextensionadaptive
Users []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionadaptive User - This extension defines attributes to manage user's risk score.
- Urnietfparamsscimschemasoracleidcsextensioncapabilities
Users []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensioncapabilities User - User's Capabilities
- Urnietfparamsscimschemasoracleidcsextensiondb
Credentials []GetUsers Domains Users User Urnietfparamsscimschemasoracleidcsextensiondb Credentials User - The database credentials user extension.
- Urnietfparamsscimschemasoracleidcsextensiondb
User []GetUsers Domains Users User Urnietfparamsscimschemasoracleidcsextensiondb User User - DB User extension
- Urnietfparamsscimschemasoracleidcsextensionkerberos
User []GetUsers Domains Users User Urnietfparamsscimschemasoracleidcsextensionkerberos User User - Kerberos User extension
- Urnietfparamsscimschemasoracleidcsextensionmfa
Users []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 []GetUsers 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 []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 []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionposix User - POSIX User extension
- Urnietfparamsscimschemasoracleidcsextensionsecurity
Questions []GetUsers Domains Users User Urnietfparamsscimschemasoracleidcsextensionsecurity Questions User - This extension defines the attributes used to store the security questions of a user.
- Urnietfparamsscimschemasoracleidcsextensionself
Change []GetUsers Domains Users User Urnietfparamsscimschemasoracleidcsextensionself Change User - Controls whether a user can update themselves or not via User related APIs
- Urnietfparamsscimschemasoracleidcsextensionself
Registration []GetUsers Domains Users User Urnietfparamsscimschemasoracleidcsextensionself Registration User - This extension defines attributes used to manage self registration profile linked to the user.
- Urnietfparamsscimschemasoracleidcsextensionsff
Users []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionsff User - SFF Auth Keys User extension
- []Get
Domains Users User Urnietfparamsscimschemasoracleidcsextensionsocial Account User - Social User extension
- Urnietfparamsscimschemasoracleidcsextensionterms
Of []GetUse Users Domains Users User Urnietfparamsscimschemasoracleidcsextensionterms Of Use User - Terms Of Use extension
- Urnietfparamsscimschemasoracleidcsextensionuser
Credentials []GetUsers Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User - User's credentials
- Urnietfparamsscimschemasoracleidcsextensionuser
State []GetUsers 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 []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User - Oracle Identity Cloud Service User
- User
Name string - User name
- User
Type string - Used to identify the organization-to-user relationship
- X509certificates
[]Get
Domains Users User X509certificate - A list of certificates issued to the User.
- active Boolean
- Status of the account
- addresses
List<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 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
Ocid String - Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
- delete
In BooleanProgress - A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
- description String
- Description of the user
- display
Name String - The displayName of the User's manager. OPTIONAL and READ-ONLY.
- domain
Ocid String - Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
- emails
List<Get
Domains Users User Email> - A complex attribute representing emails
- entitlements
List<Get
Domains Users User Entitlement> - A list of entitlements for the User that represent a thing the User has.
- external
Id String - An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- groups
List<Get
Domains Users User Group> - A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
- id String
- Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
- idcs
Created List<GetBies Domains Users User Idcs Created By> - The User or App who created the Resource
- idcs
Endpoint String - The basic endpoint for the identity domain
- idcs
Last List<GetModified Bies Domains Users User Idcs Last Modified By> - The User or App who modified the Resource
- idcs
Last StringUpgraded In Release - The release number when the resource was upgraded.
- idcs
Prevented List<String>Operations - Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
- ims
List<Get
Domains Users User Im> - User's instant messaging addresses
- locale String
- Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.
- metas
List<Get
Domains Users User Meta> - A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
- names
List<Get
Domains Users User Name> - Name of the account assigned to the User.
- nick
Name String - Nick name
- ocid String
- The OCID of the user's support account.
- password String
- Password attribute. Max length for password is controlled via Password Policy.
- phone
Numbers List<GetDomains Users User Phone Number> - Phone numbers
- photos
List<Get
Domains Users User Photo> - URLs of photos for the User
- preferred
Language String - User's preferred written or spoken language used for localized user interfaces
- profile
Url String - A fully-qualified URL to a page representing the User's online profile
- 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.
- roles
List<Get
Domains Users User Role> - A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.
- schemas List<String>
- REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
- List<Get
Domains Users User Tag> - A list of tags on this resource.
- tenancy
Ocid String - Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
- timezone String
- User's timezone
- title String
- Title
- urnietfparamsscimschemasextensionenterprise20users
List<Get
Domains Users User Urnietfparamsscimschemasextensionenterprise20user> - Enterprise User
- List<Get
Domains Users User Urnietfparamsscimschemasoracleidcsextension Oci Tag> - Oracle Cloud Infrastructure Tags.
- urnietfparamsscimschemasoracleidcsextensionadaptive
Users List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionadaptive User> - This extension defines attributes to manage user's risk score.
- urnietfparamsscimschemasoracleidcsextensioncapabilities
Users List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensioncapabilities User> - User's Capabilities
- urnietfparamsscimschemasoracleidcsextensiondb
Credentials List<GetUsers Domains Users User Urnietfparamsscimschemasoracleidcsextensiondb Credentials User> - The database credentials user extension.
- urnietfparamsscimschemasoracleidcsextensiondb
User List<GetUsers Domains Users User Urnietfparamsscimschemasoracleidcsextensiondb User User> - DB User extension
- urnietfparamsscimschemasoracleidcsextensionkerberos
User List<GetUsers Domains Users User Urnietfparamsscimschemasoracleidcsextensionkerberos User User> - Kerberos User extension
- urnietfparamsscimschemasoracleidcsextensionmfa
Users 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 List<GetUsers 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 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 List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionposix User> - POSIX User extension
- urnietfparamsscimschemasoracleidcsextensionsecurity
Questions List<GetUsers Domains Users User Urnietfparamsscimschemasoracleidcsextensionsecurity Questions User> - This extension defines the attributes used to store the security questions of a user.
- urnietfparamsscimschemasoracleidcsextensionself
Change List<GetUsers Domains Users User Urnietfparamsscimschemasoracleidcsextensionself Change User> - Controls whether a user can update themselves or not via User related APIs
- urnietfparamsscimschemasoracleidcsextensionself
Registration List<GetUsers Domains Users User Urnietfparamsscimschemasoracleidcsextensionself Registration User> - This extension defines attributes used to manage self registration profile linked to the user.
- urnietfparamsscimschemasoracleidcsextensionsff
Users List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionsff User> - SFF Auth Keys User extension
- List<Get
Domains Users User Urnietfparamsscimschemasoracleidcsextensionsocial Account User> - Social User extension
- urnietfparamsscimschemasoracleidcsextensionterms
Of List<GetUse Users Domains Users User Urnietfparamsscimschemasoracleidcsextensionterms Of Use User> - Terms Of Use extension
- urnietfparamsscimschemasoracleidcsextensionuser
Credentials List<GetUsers Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User> - User's credentials
- urnietfparamsscimschemasoracleidcsextensionuser
State List<GetUsers 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 List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User> - Oracle Identity Cloud Service User
- user
Name String - User name
- user
Type String - Used to identify the organization-to-user relationship
- x509certificates
List<Get
Domains Users User X509certificate> - A list of certificates issued to the User.
- active boolean
- Status of the account
- addresses
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 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
Ocid string - Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
- delete
In booleanProgress - A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
- description string
- Description of the user
- display
Name string - The displayName of the User's manager. OPTIONAL and READ-ONLY.
- domain
Ocid string - Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
- emails
Get
Domains Users User Email[] - A complex attribute representing emails
- entitlements
Get
Domains Users User Entitlement[] - A list of entitlements for the User that represent a thing the User has.
- external
Id string - An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- groups
Get
Domains Users User Group[] - A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
- id string
- Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
- idcs
Created GetBies Domains Users User Idcs Created By[] - The User or App who created the Resource
- idcs
Endpoint string - The basic endpoint for the identity domain
- idcs
Last GetModified Bies Domains Users User Idcs Last Modified By[] - The User or App who modified the Resource
- idcs
Last stringUpgraded In Release - The release number when the resource was upgraded.
- idcs
Prevented string[]Operations - Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
- ims
Get
Domains Users User Im[] - User's instant messaging addresses
- locale string
- Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.
- metas
Get
Domains Users User Meta[] - A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
- names
Get
Domains Users User Name[] - Name of the account assigned to the User.
- nick
Name string - Nick name
- ocid string
- The OCID of the user's support account.
- password string
- Password attribute. Max length for password is controlled via Password Policy.
- phone
Numbers GetDomains Users User Phone Number[] - Phone numbers
- photos
Get
Domains Users User Photo[] - URLs of photos for the User
- preferred
Language string - User's preferred written or spoken language used for localized user interfaces
- profile
Url string - A fully-qualified URL to a page representing the User's online profile
- 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.
- roles
Get
Domains Users User Role[] - A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.
- schemas string[]
- REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
- Get
Domains Users User Tag[] - A list of tags on this resource.
- tenancy
Ocid string - Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
- timezone string
- User's timezone
- title string
- Title
- urnietfparamsscimschemasextensionenterprise20users
Get
Domains Users User Urnietfparamsscimschemasextensionenterprise20user[] - Enterprise User
- Get
Domains Users User Urnietfparamsscimschemasoracleidcsextension Oci Tag[] - Oracle Cloud Infrastructure Tags.
- urnietfparamsscimschemasoracleidcsextensionadaptive
Users GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionadaptive User[] - This extension defines attributes to manage user's risk score.
- urnietfparamsscimschemasoracleidcsextensioncapabilities
Users GetDomains Users User Urnietfparamsscimschemasoracleidcsextensioncapabilities User[] - User's Capabilities
- urnietfparamsscimschemasoracleidcsextensiondb
Credentials GetUsers Domains Users User Urnietfparamsscimschemasoracleidcsextensiondb Credentials User[] - The database credentials user extension.
- urnietfparamsscimschemasoracleidcsextensiondb
User GetUsers Domains Users User Urnietfparamsscimschemasoracleidcsextensiondb User User[] - DB User extension
- urnietfparamsscimschemasoracleidcsextensionkerberos
User GetUsers Domains Users User Urnietfparamsscimschemasoracleidcsextensionkerberos User User[] - Kerberos User extension
- urnietfparamsscimschemasoracleidcsextensionmfa
Users 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 GetUsers 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 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 GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionposix User[] - POSIX User extension
- urnietfparamsscimschemasoracleidcsextensionsecurity
Questions GetUsers Domains Users User Urnietfparamsscimschemasoracleidcsextensionsecurity Questions User[] - This extension defines the attributes used to store the security questions of a user.
- urnietfparamsscimschemasoracleidcsextensionself
Change GetUsers Domains Users User Urnietfparamsscimschemasoracleidcsextensionself Change User[] - Controls whether a user can update themselves or not via User related APIs
- urnietfparamsscimschemasoracleidcsextensionself
Registration GetUsers Domains Users User Urnietfparamsscimschemasoracleidcsextensionself Registration User[] - This extension defines attributes used to manage self registration profile linked to the user.
- urnietfparamsscimschemasoracleidcsextensionsff
Users GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionsff User[] - SFF Auth Keys User extension
- Get
Domains Users User Urnietfparamsscimschemasoracleidcsextensionsocial Account User[] - Social User extension
- urnietfparamsscimschemasoracleidcsextensionterms
Of GetUse Users Domains Users User Urnietfparamsscimschemasoracleidcsextensionterms Of Use User[] - Terms Of Use extension
- urnietfparamsscimschemasoracleidcsextensionuser
Credentials GetUsers Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User[] - User's credentials
- urnietfparamsscimschemasoracleidcsextensionuser
State GetUsers 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 GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User[] - Oracle Identity Cloud Service User
- user
Name string - User name
- user
Type string - Used to identify the organization-to-user relationship
- x509certificates
Get
Domains Users User X509certificate[] - A list of certificates issued to the User.
- active bool
- Status of the account
- addresses
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 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_
ocid str - Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
- delete_
in_ boolprogress - A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
- description str
- Description of the user
- display_
name str - The displayName of the User's manager. OPTIONAL and READ-ONLY.
- domain_
ocid str - Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
- emails
Sequence[identity.
Get Domains Users User Email] - A complex attribute representing emails
- entitlements
Sequence[identity.
Get Domains Users User Entitlement] - A list of entitlements for the User that represent a thing the User has.
- external_
id str - An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- groups
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 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_ Sequence[identity.bies Get Domains Users User Idcs Created By] - The User or App who created the Resource
- idcs_
endpoint str - The basic endpoint for the identity domain
- idcs_
last_ Sequence[identity.modified_ bies Get Domains Users User Idcs Last Modified By] - The User or App who modified the Resource
- idcs_
last_ strupgraded_ in_ release - The release number when the resource was upgraded.
- idcs_
prevented_ Sequence[str]operations - Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
- ims
Sequence[identity.
Get Domains Users User Im] - User's instant messaging addresses
- locale str
- Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.
- metas
Sequence[identity.
Get Domains Users User Meta] - A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
- names
Sequence[identity.
Get Domains Users User Name] - Name of the account assigned to the User.
- nick_
name str - Nick name
- ocid str
- The OCID of the user's support account.
- password str
- Password attribute. Max length for password is controlled via Password Policy.
- phone_
numbers Sequence[identity.Get Domains Users User Phone Number] - Phone numbers
- photos
Sequence[identity.
Get Domains Users User Photo] - URLs of photos for the User
- preferred_
language str - User's preferred written or spoken language used for localized user interfaces
- profile_
url str - A fully-qualified URL to a page representing the User's online profile
- 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.
- roles
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 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.
- Sequence[identity.
Get Domains Users User Tag] - A list of tags on this resource.
- tenancy_
ocid str - Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
- timezone str
- User's timezone
- title str
- Title
- urnietfparamsscimschemasextensionenterprise20users
Sequence[identity.
Get Domains Users User Urnietfparamsscimschemasextensionenterprise20user] - Enterprise User
- Sequence[identity.
Get Domains Users User Urnietfparamsscimschemasoracleidcsextension Oci Tag] - Oracle Cloud Infrastructure Tags.
- urnietfparamsscimschemasoracleidcsextensionadaptive_
users Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionadaptive User] - This extension defines attributes to manage user's risk score.
- urnietfparamsscimschemasoracleidcsextensioncapabilities_
users Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensioncapabilities User] - User's Capabilities
- urnietfparamsscimschemasoracleidcsextensiondb_
credentials_ Sequence[identity.users Get Domains Users User Urnietfparamsscimschemasoracleidcsextensiondb Credentials User] - The database credentials user extension.
- urnietfparamsscimschemasoracleidcsextensiondb_
user_ Sequence[identity.users Get Domains Users User Urnietfparamsscimschemasoracleidcsextensiondb User User] - DB User extension
- urnietfparamsscimschemasoracleidcsextensionkerberos_
user_ Sequence[identity.users Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionkerberos User User] - Kerberos User extension
- urnietfparamsscimschemasoracleidcsextensionmfa_
users 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_ Sequence[identity.users 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 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 Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionposix User] - POSIX User extension
- urnietfparamsscimschemasoracleidcsextensionsecurity_
questions_ Sequence[identity.users Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionsecurity Questions User] - This extension defines the attributes used to store the security questions of a user.
- urnietfparamsscimschemasoracleidcsextensionself_
change_ Sequence[identity.users Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionself Change User] - Controls whether a user can update themselves or not via User related APIs
- urnietfparamsscimschemasoracleidcsextensionself_
registration_ Sequence[identity.users Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionself Registration User] - This extension defines attributes used to manage self registration profile linked to the user.
- urnietfparamsscimschemasoracleidcsextensionsff_
users Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionsff User] - SFF Auth Keys User extension
- Sequence[identity.
Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionsocial Account User] - Social User extension
- urnietfparamsscimschemasoracleidcsextensionterms_
of_ Sequence[identity.use_ users Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionterms Of Use User] - Terms Of Use extension
- urnietfparamsscimschemasoracleidcsextensionuser_
credentials_ Sequence[identity.users Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User] - User's credentials
- urnietfparamsscimschemasoracleidcsextensionuser_
state_ Sequence[identity.users 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 Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser User] - Oracle Identity Cloud Service User
- user_
name str - User name
- user_
type str - Used to identify the organization-to-user relationship
- x509certificates
Sequence[identity.
Get Domains Users User X509certificate] - A list of certificates issued to the User.
- active Boolean
- Status of the account
- addresses List<Property Map>
- A physical mailing address for this User, as described in (address Element). Canonical Type Values of work, home, and other. The value attribute is a complex type with the following sub-attributes.
- 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
Ocid String - Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
- delete
In BooleanProgress - A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
- description String
- Description of the user
- display
Name String - The displayName of the User's manager. OPTIONAL and READ-ONLY.
- domain
Ocid String - Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
- emails List<Property Map>
- A complex attribute representing emails
- entitlements List<Property Map>
- A list of entitlements for the User that represent a thing the User has.
- external
Id String - An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- groups List<Property Map>
- A list of groups that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
- id String
- Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
- idcs
Created List<Property Map>Bies - The User or App who created the Resource
- idcs
Endpoint String - The basic endpoint for the identity domain
- idcs
Last List<Property Map>Modified Bies - The User or App who modified the Resource
- idcs
Last StringUpgraded In Release - The release number when the resource was upgraded.
- idcs
Prevented List<String>Operations - Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
- ims List<Property Map>
- User's instant messaging addresses
- locale String
- Used to indicate the User's default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.
- metas List<Property Map>
- A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
- names List<Property Map>
- Name of the account assigned to the User.
- nick
Name String - Nick name
- ocid String
- The OCID of the user's support account.
- password String
- Password attribute. Max length for password is controlled via Password Policy.
- phone
Numbers List<Property Map> - Phone numbers
- photos List<Property Map>
- URLs of photos for the User
- preferred
Language String - User's preferred written or spoken language used for localized user interfaces
- profile
Url String - A fully-qualified URL to a page representing the User's online profile
- 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.
- roles List<Property Map>
- A list of roles for the User that collectively represent who the User is; e.g., 'Student', 'Faculty'.
- schemas List<String>
- REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
- List<Property Map>
- A list of tags on this resource.
- tenancy
Ocid String - Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
- timezone String
- User's timezone
- title String
- Title
- urnietfparamsscimschemasextensionenterprise20users List<Property Map>
- Enterprise User
- List<Property Map>
- Oracle Cloud Infrastructure Tags.
- urnietfparamsscimschemasoracleidcsextensionadaptive
Users List<Property Map> - This extension defines attributes to manage user's risk score.
- urnietfparamsscimschemasoracleidcsextensioncapabilities
Users List<Property Map> - User's Capabilities
- urnietfparamsscimschemasoracleidcsextensiondb
Credentials List<Property Map>Users - The database credentials user extension.
- urnietfparamsscimschemasoracleidcsextensiondb
User List<Property Map>Users - DB User extension
- urnietfparamsscimschemasoracleidcsextensionkerberos
User List<Property Map>Users - Kerberos User extension
- urnietfparamsscimschemasoracleidcsextensionmfa
Users 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 List<Property Map>Users - 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 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 List<Property Map> - POSIX User extension
- urnietfparamsscimschemasoracleidcsextensionsecurity
Questions List<Property Map>Users - This extension defines the attributes used to store the security questions of a user.
- urnietfparamsscimschemasoracleidcsextensionself
Change List<Property Map>Users - Controls whether a user can update themselves or not via User related APIs
- urnietfparamsscimschemasoracleidcsextensionself
Registration List<Property Map>Users - This extension defines attributes used to manage self registration profile linked to the user.
- urnietfparamsscimschemasoracleidcsextensionsff
Users List<Property Map> - SFF Auth Keys User extension
- List<Property Map>
- Social User extension
- urnietfparamsscimschemasoracleidcsextensionterms
Of List<Property Map>Use Users - Terms Of Use extension
- urnietfparamsscimschemasoracleidcsextensionuser
Credentials List<Property Map>Users - User's credentials
- urnietfparamsscimschemasoracleidcsextensionuser
State List<Property Map>Users - 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 List<Property Map> - Oracle Identity Cloud Service User
- user
Name String - User name
- user
Type String - Used to identify the organization-to-user relationship
- x509certificates List<Property Map>
- A list of certificates issued to the User.
GetDomainsUsersUserAddress
- Country string
- The country name component.
- Formatted string
- Full name
- Locality string
- The city or locality component.
- Postal
Code string - The zipcode or postal code component.
- Primary bool
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- Region string
- The state or region component.
- Street
Address string - The full street address component, which may include house number, street name, PO BOX, and multi-line extended street address information. This attribute MAY contain newlines.
- Type string
- A label indicating the attribute's function.
- Country string
- The country name component.
- Formatted string
- Full name
- Locality string
- The city or locality component.
- Postal
Code string - The zipcode or postal code component.
- Primary bool
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- Region string
- The state or region component.
- Street
Address string - The full street address component, which may include house number, street name, PO BOX, and multi-line extended street address information. This attribute MAY contain newlines.
- Type string
- A label indicating the attribute's function.
- country String
- The country name component.
- formatted String
- Full name
- locality String
- The city or locality component.
- postal
Code String - The zipcode or postal code component.
- primary Boolean
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- region String
- The state or region component.
- street
Address String - The full street address component, which may include house number, street name, PO BOX, and multi-line extended street address information. This attribute MAY contain newlines.
- type String
- A label indicating the attribute's function.
- country string
- The country name component.
- formatted string
- Full name
- locality string
- The city or locality component.
- postal
Code string - The zipcode or postal code component.
- primary boolean
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- region string
- The state or region component.
- street
Address string - The full street address component, which may include house number, street name, PO BOX, and multi-line extended street address information. This attribute MAY contain newlines.
- type string
- A label indicating the attribute's function.
- country str
- The country name component.
- formatted str
- Full name
- locality str
- The city or locality component.
- postal_
code str - The zipcode or postal code component.
- primary bool
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- region str
- The state or region component.
- street_
address str - The full street address component, which may include house number, street name, PO BOX, and multi-line extended street address information. This attribute MAY contain newlines.
- type str
- A label indicating the attribute's function.
- country String
- The country name component.
- formatted String
- Full name
- locality String
- The city or locality component.
- postal
Code String - The zipcode or postal code component.
- primary Boolean
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- region String
- The state or region component.
- street
Address String - The full street address component, which may include house number, street name, PO BOX, and multi-line extended street address information. This attribute MAY contain newlines.
- type String
- A label indicating the attribute's function.
GetDomainsUsersUserEmail
- Pending
Verification stringData - Pending e-mail address verification
- Primary bool
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- Secondary bool
- A Boolean value that indicates whether the email address is the secondary email address. The secondary attribute value 'true' MUST appear no more than once.
- Type string
- A label indicating the attribute's function.
- Value string
- The value of a X509 certificate.
- Verified bool
- A Boolean value that indicates if the phone number is verified.
- Pending
Verification stringData - Pending e-mail address verification
- Primary bool
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- Secondary bool
- A Boolean value that indicates whether the email address is the secondary email address. The secondary attribute value 'true' MUST appear no more than once.
- Type string
- A label indicating the attribute's function.
- Value string
- The value of a X509 certificate.
- Verified bool
- A Boolean value that indicates if the phone number is verified.
- pending
Verification StringData - Pending e-mail address verification
- primary Boolean
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- secondary Boolean
- A Boolean value that indicates whether the email address is the secondary email address. The secondary attribute value 'true' MUST appear no more than once.
- type String
- A label indicating the attribute's function.
- value String
- The value of a X509 certificate.
- verified Boolean
- A Boolean value that indicates if the phone number is verified.
- pending
Verification stringData - Pending e-mail address verification
- primary boolean
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- secondary boolean
- A Boolean value that indicates whether the email address is the secondary email address. The secondary attribute value 'true' MUST appear no more than once.
- type string
- A label indicating the attribute's function.
- value string
- The value of a X509 certificate.
- verified boolean
- A Boolean value that indicates if the phone number is verified.
- pending_
verification_ strdata - Pending e-mail address verification
- primary bool
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- secondary bool
- A Boolean value that indicates whether the email address is the secondary email address. The secondary attribute value 'true' MUST appear no more than once.
- type str
- A label indicating the attribute's function.
- value str
- The value of a X509 certificate.
- verified bool
- A Boolean value that indicates if the phone number is verified.
- pending
Verification StringData - Pending e-mail address verification
- primary Boolean
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- secondary Boolean
- A Boolean value that indicates whether the email address is the secondary email address. The secondary attribute value 'true' MUST appear no more than once.
- type String
- A label indicating the attribute's function.
- value String
- The value of a X509 certificate.
- verified Boolean
- A Boolean value that indicates if the phone number is verified.
GetDomainsUsersUserEntitlement
- Display string
- A human readable name, primarily used for display purposes.
- Primary bool
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- Type string
- A label indicating the attribute's function.
- Value string
- The value of a X509 certificate.
- Display string
- A human readable name, primarily used for display purposes.
- Primary bool
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- Type string
- A label indicating the attribute's function.
- Value string
- The value of a X509 certificate.
- display String
- A human readable name, primarily used for display purposes.
- primary Boolean
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- type String
- A label indicating the attribute's function.
- value String
- The value of a X509 certificate.
- display string
- A human readable name, primarily used for display purposes.
- primary boolean
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- type string
- A label indicating the attribute's function.
- value string
- The value of a X509 certificate.
- display str
- A human readable name, primarily used for display purposes.
- primary bool
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- type str
- A label indicating the attribute's function.
- value str
- The value of a X509 certificate.
- display String
- A human readable name, primarily used for display purposes.
- primary Boolean
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- type String
- A label indicating the attribute's function.
- value String
- The value of a X509 certificate.
GetDomainsUsersUserGroup
- Date
Added string - Date when the member is Added to the group
- Display string
- A human readable name, primarily used for display purposes.
- External
Id string - An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- Membership
Ocid string - The membership OCID.
- Non
Unique stringDisplay - A human readable name for Group as defined by the Service Consumer. READ-ONLY.
- Ocid string
- The OCID of the user's support account.
- Ref string
- User Token URI
- Type string
- A label indicating the attribute's function.
- Value string
- The value of a X509 certificate.
- Date
Added string - Date when the member is Added to the group
- Display string
- A human readable name, primarily used for display purposes.
- External
Id string - An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- Membership
Ocid string - The membership OCID.
- Non
Unique stringDisplay - A human readable name for Group as defined by the Service Consumer. READ-ONLY.
- Ocid string
- The OCID of the user's support account.
- Ref string
- User Token URI
- Type string
- A label indicating the attribute's function.
- Value string
- The value of a X509 certificate.
- date
Added String - Date when the member is Added to the group
- display String
- A human readable name, primarily used for display purposes.
- external
Id String - An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- membership
Ocid String - The membership OCID.
- non
Unique StringDisplay - A human readable name for Group as defined by the Service Consumer. READ-ONLY.
- ocid String
- The OCID of the user's support account.
- ref String
- User Token URI
- type String
- A label indicating the attribute's function.
- value String
- The value of a X509 certificate.
- date
Added string - Date when the member is Added to the group
- display string
- A human readable name, primarily used for display purposes.
- external
Id string - An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- membership
Ocid string - The membership OCID.
- non
Unique stringDisplay - A human readable name for Group as defined by the Service Consumer. READ-ONLY.
- ocid string
- The OCID of the user's support account.
- ref string
- User Token URI
- type string
- A label indicating the attribute's function.
- value string
- The value of a X509 certificate.
- date_
added str - Date when the member is Added to the group
- display str
- A human readable name, primarily used for display purposes.
- external_
id str - An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- membership_
ocid str - The membership OCID.
- non_
unique_ strdisplay - A human readable name for Group as defined by the Service Consumer. READ-ONLY.
- ocid str
- The OCID of the user's support account.
- ref str
- User Token URI
- type str
- A label indicating the attribute's function.
- value str
- The value of a X509 certificate.
- date
Added String - Date when the member is Added to the group
- display String
- A human readable name, primarily used for display purposes.
- external
Id String - An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
- membership
Ocid String - The membership OCID.
- non
Unique StringDisplay - A human readable name for Group as defined by the Service Consumer. READ-ONLY.
- ocid String
- The OCID of the user's support account.
- ref String
- User Token URI
- type String
- A label indicating the attribute's function.
- value String
- The value of a X509 certificate.
GetDomainsUsersUserIdcsCreatedBy
GetDomainsUsersUserIdcsLastModifiedBy
GetDomainsUsersUserIm
- Display string
- A human readable name, primarily used for display purposes.
- Primary bool
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- Type string
- A label indicating the attribute's function.
- Value string
- The value of a X509 certificate.
- Display string
- A human readable name, primarily used for display purposes.
- Primary bool
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- Type string
- A label indicating the attribute's function.
- Value string
- The value of a X509 certificate.
- display String
- A human readable name, primarily used for display purposes.
- primary Boolean
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- type String
- A label indicating the attribute's function.
- value String
- The value of a X509 certificate.
- display string
- A human readable name, primarily used for display purposes.
- primary boolean
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- type string
- A label indicating the attribute's function.
- value string
- The value of a X509 certificate.
- display str
- A human readable name, primarily used for display purposes.
- primary bool
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- type str
- A label indicating the attribute's function.
- value str
- The value of a X509 certificate.
- display String
- A human readable name, primarily used for display purposes.
- primary Boolean
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- type String
- A label indicating the attribute's function.
- value String
- The value of a X509 certificate.
GetDomainsUsersUserMeta
- Created string
- The DateTime the Resource was added to the Service Provider
- Last
Modified string - The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
- Location string
- The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
- Resource
Type string - Name of the resource type of the resource--for example, Users or Groups
- Version string
- The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
- Created string
- The DateTime the Resource was added to the Service Provider
- Last
Modified string - The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
- Location string
- The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
- Resource
Type string - Name of the resource type of the resource--for example, Users or Groups
- Version string
- The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
- created String
- The DateTime the Resource was added to the Service Provider
- last
Modified String - The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
- location String
- The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
- resource
Type String - Name of the resource type of the resource--for example, Users or Groups
- version String
- The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
- created string
- The DateTime the Resource was added to the Service Provider
- last
Modified string - The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
- location string
- The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
- resource
Type string - Name of the resource type of the resource--for example, Users or Groups
- version string
- The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
- created str
- The DateTime the Resource was added to the Service Provider
- last_
modified str - The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
- location str
- The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
- resource_
type str - Name of the resource type of the resource--for example, Users or Groups
- version str
- The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
- created String
- The DateTime the Resource was added to the Service Provider
- last
Modified String - The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
- location String
- The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
- resource
Type String - Name of the resource type of the resource--for example, Users or Groups
- version String
- The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
GetDomainsUsersUserName
- Family
Name string - Last name
- Formatted string
- Full name
- Given
Name string - First name
- Honorific
Prefix string - Prefix
- Honorific
Suffix string - Suffix
- Middle
Name string - Middle name
- Family
Name string - Last name
- Formatted string
- Full name
- Given
Name string - First name
- Honorific
Prefix string - Prefix
- Honorific
Suffix string - Suffix
- Middle
Name string - Middle name
- family
Name String - Last name
- formatted String
- Full name
- given
Name String - First name
- honorific
Prefix String - Prefix
- honorific
Suffix String - Suffix
- middle
Name String - Middle name
- family
Name string - Last name
- formatted string
- Full name
- given
Name string - First name
- honorific
Prefix string - Prefix
- honorific
Suffix string - Suffix
- middle
Name string - Middle name
- family_
name str - Last name
- formatted str
- Full name
- given_
name str - First name
- honorific_
prefix str - Prefix
- honorific_
suffix str - Suffix
- middle_
name str - Middle name
- family
Name String - Last name
- formatted String
- Full name
- given
Name String - First name
- honorific
Prefix String - Prefix
- honorific
Suffix String - Suffix
- middle
Name String - Middle name
GetDomainsUsersUserPhoneNumber
- Display string
- A human readable name, primarily used for display purposes.
- Primary bool
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- Type string
- A label indicating the attribute's function.
- Value string
- The value of a X509 certificate.
- Verified bool
- A Boolean value that indicates if the phone number is verified.
- Display string
- A human readable name, primarily used for display purposes.
- Primary bool
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- Type string
- A label indicating the attribute's function.
- Value string
- The value of a X509 certificate.
- Verified bool
- A Boolean value that indicates if the phone number is verified.
- display String
- A human readable name, primarily used for display purposes.
- primary Boolean
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- type String
- A label indicating the attribute's function.
- value String
- The value of a X509 certificate.
- verified Boolean
- A Boolean value that indicates if the phone number is verified.
- display string
- A human readable name, primarily used for display purposes.
- primary boolean
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- type string
- A label indicating the attribute's function.
- value string
- The value of a X509 certificate.
- verified boolean
- A Boolean value that indicates if the phone number is verified.
- display str
- A human readable name, primarily used for display purposes.
- primary bool
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- type str
- A label indicating the attribute's function.
- value str
- The value of a X509 certificate.
- verified bool
- A Boolean value that indicates if the phone number is verified.
- display String
- A human readable name, primarily used for display purposes.
- primary Boolean
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- type String
- A label indicating the attribute's function.
- value String
- The value of a X509 certificate.
- verified Boolean
- A Boolean value that indicates if the phone number is verified.
GetDomainsUsersUserPhoto
- Display string
- A human readable name, primarily used for display purposes.
- Primary bool
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- Type string
- A label indicating the attribute's function.
- Value string
- The value of a X509 certificate.
- Display string
- A human readable name, primarily used for display purposes.
- Primary bool
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- Type string
- A label indicating the attribute's function.
- Value string
- The value of a X509 certificate.
- display String
- A human readable name, primarily used for display purposes.
- primary Boolean
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- type String
- A label indicating the attribute's function.
- value String
- The value of a X509 certificate.
- display string
- A human readable name, primarily used for display purposes.
- primary boolean
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- type string
- A label indicating the attribute's function.
- value string
- The value of a X509 certificate.
- display str
- A human readable name, primarily used for display purposes.
- primary bool
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- type str
- A label indicating the attribute's function.
- value str
- The value of a X509 certificate.
- display String
- A human readable name, primarily used for display purposes.
- primary Boolean
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- type String
- A label indicating the attribute's function.
- value String
- The value of a X509 certificate.
GetDomainsUsersUserRole
- Display string
- A human readable name, primarily used for display purposes.
- Primary bool
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- Type string
- A label indicating the attribute's function.
- Value string
- The value of a X509 certificate.
- Display string
- A human readable name, primarily used for display purposes.
- Primary bool
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- Type string
- A label indicating the attribute's function.
- Value string
- The value of a X509 certificate.
- display String
- A human readable name, primarily used for display purposes.
- primary Boolean
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- type String
- A label indicating the attribute's function.
- value String
- The value of a X509 certificate.
- display string
- A human readable name, primarily used for display purposes.
- primary boolean
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- type string
- A label indicating the attribute's function.
- value string
- The value of a X509 certificate.
- display str
- A human readable name, primarily used for display purposes.
- primary bool
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- type str
- A label indicating the attribute's function.
- value str
- The value of a X509 certificate.
- display String
- A human readable name, primarily used for display purposes.
- primary Boolean
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- type String
- A label indicating the attribute's function.
- value String
- The value of a X509 certificate.
GetDomainsUsersUserTag
GetDomainsUsersUserUrnietfparamsscimschemasextensionenterprise20user
- Cost
Center string - Identifies the name of a cost center.
- Department string
- Identifies the name of a department.
- Division string
- Identifies the name of a division.
- Employee
Number string - Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.
- Managers
List<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 string
- Identifies the name of an organization.
- Cost
Center string - Identifies the name of a cost center.
- Department string
- Identifies the name of a department.
- Division string
- Identifies the name of a division.
- Employee
Number string - Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.
- Managers
[]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 string
- Identifies the name of an organization.
- cost
Center String - Identifies the name of a cost center.
- department String
- Identifies the name of a department.
- division String
- Identifies the name of a division.
- employee
Number String - Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.
- managers
List<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 String
- Identifies the name of an organization.
- cost
Center string - Identifies the name of a cost center.
- department string
- Identifies the name of a department.
- division string
- Identifies the name of a division.
- employee
Number string - Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.
- managers
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 string
- Identifies the name of an organization.
- cost_
center str - Identifies the name of a cost center.
- department str
- Identifies the name of a department.
- division str
- Identifies the name of a division.
- employee_
number str - Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.
- managers
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 str
- Identifies the name of an organization.
- cost
Center String - Identifies the name of a cost center.
- department String
- Identifies the name of a department.
- division String
- Identifies the name of a division.
- employee
Number String - Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.
- managers List<Property Map>
- The User's manager. A complex type that optionally allows Service Providers to represent organizational hierarchy by referencing the 'id' attribute of another User.
- organization String
- Identifies the name of an organization.
GetDomainsUsersUserUrnietfparamsscimschemasextensionenterprise20userManager
- Display
Name string - The displayName of the User's manager. OPTIONAL and READ-ONLY.
- Ref string
- User Token URI
- Value string
- The value of a X509 certificate.
- Display
Name string - The displayName of the User's manager. OPTIONAL and READ-ONLY.
- Ref string
- User Token URI
- Value string
- The value of a X509 certificate.
- display
Name String - The displayName of the User's manager. OPTIONAL and READ-ONLY.
- ref String
- User Token URI
- value String
- The value of a X509 certificate.
- display
Name string - The displayName of the User's manager. OPTIONAL and READ-ONLY.
- ref string
- User Token URI
- value string
- The value of a X509 certificate.
- display_
name str - The displayName of the User's manager. OPTIONAL and READ-ONLY.
- ref str
- User Token URI
- value str
- The value of a X509 certificate.
- display
Name String - The displayName of the User's manager. OPTIONAL and READ-ONLY.
- ref String
- User Token URI
- value String
- The value of a X509 certificate.
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionOciTag
- List<Get
Domains Users User Urnietfparamsscimschemasoracleidcsextension Oci Tag Defined Tag> - Oracle Cloud Infrastructure Defined Tags
- List<Get
Domains Users User Urnietfparamsscimschemasoracleidcsextension Oci Tag Freeform Tag> - Oracle Cloud Infrastructure Freeform Tags
- string
- Oracle Cloud Infrastructure Tag slug
- []Get
Domains Users User Urnietfparamsscimschemasoracleidcsextension Oci Tag Defined Tag - Oracle Cloud Infrastructure Defined Tags
- []Get
Domains Users User Urnietfparamsscimschemasoracleidcsextension Oci Tag Freeform Tag - Oracle Cloud Infrastructure Freeform Tags
- string
- Oracle Cloud Infrastructure Tag slug
- List<Get
Domains Users User Urnietfparamsscimschemasoracleidcsextension Oci Tag Defined Tag> - Oracle Cloud Infrastructure Defined Tags
- List<Get
Domains Users User Urnietfparamsscimschemasoracleidcsextension Oci Tag Freeform Tag> - Oracle Cloud Infrastructure Freeform Tags
- String
- Oracle Cloud Infrastructure Tag slug
- Get
Domains Users User Urnietfparamsscimschemasoracleidcsextension Oci Tag Defined Tag[] - Oracle Cloud Infrastructure Defined Tags
- Get
Domains Users User Urnietfparamsscimschemasoracleidcsextension Oci Tag Freeform Tag[] - Oracle Cloud Infrastructure Freeform Tags
- string
- Oracle Cloud Infrastructure Tag slug
- Sequence[identity.
Get Domains Users User Urnietfparamsscimschemasoracleidcsextension Oci Tag Defined Tag] - Oracle Cloud Infrastructure Defined Tags
- Sequence[identity.
Get Domains Users User Urnietfparamsscimschemasoracleidcsextension Oci Tag Freeform Tag] - Oracle Cloud Infrastructure Freeform Tags
- tag_
slug str - Oracle Cloud Infrastructure Tag slug
- List<Property Map>
- Oracle Cloud Infrastructure Defined Tags
- List<Property Map>
- Oracle Cloud Infrastructure Freeform Tags
- String
- Oracle Cloud Infrastructure Tag slug
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionOciTagDefinedTag
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionOciTagFreeformTag
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUser
- Risk
Level string - Risk Level
- Risk
Scores List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionadaptive User Risk Score> - The risk score pertaining to the user.
- Risk
Level string - Risk Level
- Risk
Scores []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionadaptive User Risk Score - The risk score pertaining to the user.
- risk
Level String - Risk Level
- risk
Scores List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionadaptive User Risk Score> - The risk score pertaining to the user.
- risk
Level string - Risk Level
- risk
Scores GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionadaptive User Risk Score[] - The risk score pertaining to the user.
- risk_
level str - Risk Level
- risk_
scores Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionadaptive User Risk Score] - The risk score pertaining to the user.
- risk
Level String - Risk Level
- risk
Scores List<Property Map> - The risk score pertaining to the user.
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionadaptiveUserRiskScore
- Last
Update stringTimestamp - Last update timestamp for the risk score
- Ref string
- User Token URI
- Risk
Level string - Risk Level
- Score int
- Risk Score value
- Source string
- Risk Provider Profile Source
- Status string
- A supplemental status indicating the reason why a user is disabled
- Value string
- The value of a X509 certificate.
- Last
Update stringTimestamp - Last update timestamp for the risk score
- Ref string
- User Token URI
- Risk
Level string - Risk Level
- Score int
- Risk Score value
- Source string
- Risk Provider Profile Source
- Status string
- A supplemental status indicating the reason why a user is disabled
- Value string
- The value of a X509 certificate.
- last
Update StringTimestamp - Last update timestamp for the risk score
- ref String
- User Token URI
- risk
Level String - Risk Level
- score Integer
- Risk Score value
- source String
- Risk Provider Profile Source
- status String
- A supplemental status indicating the reason why a user is disabled
- value String
- The value of a X509 certificate.
- last
Update stringTimestamp - Last update timestamp for the risk score
- ref string
- User Token URI
- risk
Level string - Risk Level
- score number
- Risk Score value
- source string
- Risk Provider Profile Source
- status string
- A supplemental status indicating the reason why a user is disabled
- value string
- The value of a X509 certificate.
- last_
update_ strtimestamp - Last update timestamp for the risk score
- ref str
- User Token URI
- risk_
level str - Risk Level
- score int
- Risk Score value
- source str
- Risk Provider Profile Source
- status str
- A supplemental status indicating the reason why a user is disabled
- value str
- The value of a X509 certificate.
- last
Update StringTimestamp - Last update timestamp for the risk score
- ref String
- User Token URI
- risk
Level String - Risk Level
- score Number
- Risk Score value
- source String
- Risk Provider Profile Source
- status String
- A supplemental status indicating the reason why a user is disabled
- value String
- The value of a X509 certificate.
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensioncapabilitiesUser
- Can
Use boolApi Keys - Indicates whether a user can use API keys.
- Can
Use boolAuth Tokens - Indicates whether a user can use Auth tokens.
- Can
Use boolConsole - Specifies whether user can access the Console.
- Can
Use boolConsole Password - Indicates whether a user can use Console passwords.
- Can
Use boolCustomer Secret Keys - Indicates whether a user can use customer secret keys.
- Can
Use boolDb Credentials - Indicates whether a user can use database credentials.
- Can
Use boolOauth2client Credentials - Indicates whether a user can use OAuth2 client credentials.
- Can
Use boolSmtp Credentials - Indicates whether a user can use SMTP credentials.
- Can
Use boolApi Keys - Indicates whether a user can use API keys.
- Can
Use boolAuth Tokens - Indicates whether a user can use Auth tokens.
- Can
Use boolConsole - Specifies whether user can access the Console.
- Can
Use boolConsole Password - Indicates whether a user can use Console passwords.
- Can
Use boolCustomer Secret Keys - Indicates whether a user can use customer secret keys.
- Can
Use boolDb Credentials - Indicates whether a user can use database credentials.
- Can
Use boolOauth2client Credentials - Indicates whether a user can use OAuth2 client credentials.
- Can
Use boolSmtp Credentials - Indicates whether a user can use SMTP credentials.
- can
Use BooleanApi Keys - Indicates whether a user can use API keys.
- can
Use BooleanAuth Tokens - Indicates whether a user can use Auth tokens.
- can
Use BooleanConsole - Specifies whether user can access the Console.
- can
Use BooleanConsole Password - Indicates whether a user can use Console passwords.
- can
Use BooleanCustomer Secret Keys - Indicates whether a user can use customer secret keys.
- can
Use BooleanDb Credentials - Indicates whether a user can use database credentials.
- can
Use BooleanOauth2client Credentials - Indicates whether a user can use OAuth2 client credentials.
- can
Use BooleanSmtp Credentials - Indicates whether a user can use SMTP credentials.
- can
Use booleanApi Keys - Indicates whether a user can use API keys.
- can
Use booleanAuth Tokens - Indicates whether a user can use Auth tokens.
- can
Use booleanConsole - Specifies whether user can access the Console.
- can
Use booleanConsole Password - Indicates whether a user can use Console passwords.
- can
Use booleanCustomer Secret Keys - Indicates whether a user can use customer secret keys.
- can
Use booleanDb Credentials - Indicates whether a user can use database credentials.
- can
Use booleanOauth2client Credentials - Indicates whether a user can use OAuth2 client credentials.
- can
Use booleanSmtp Credentials - Indicates whether a user can use SMTP credentials.
- can_
use_ boolapi_ keys - Indicates whether a user can use API keys.
- can_
use_ boolauth_ tokens - Indicates whether a user can use Auth tokens.
- can_
use_ boolconsole - Specifies whether user can access the Console.
- can_
use_ boolconsole_ password - Indicates whether a user can use Console passwords.
- can_
use_ boolcustomer_ secret_ keys - Indicates whether a user can use customer secret keys.
- can_
use_ booldb_ credentials - Indicates whether a user can use database credentials.
- can_
use_ booloauth2client_ credentials - Indicates whether a user can use OAuth2 client credentials.
- can_
use_ boolsmtp_ credentials - Indicates whether a user can use SMTP credentials.
- can
Use BooleanApi Keys - Indicates whether a user can use API keys.
- can
Use BooleanAuth Tokens - Indicates whether a user can use Auth tokens.
- can
Use BooleanConsole - Specifies whether user can access the Console.
- can
Use BooleanConsole Password - Indicates whether a user can use Console passwords.
- can
Use BooleanCustomer Secret Keys - Indicates whether a user can use customer secret keys.
- can
Use BooleanDb Credentials - Indicates whether a user can use database credentials.
- can
Use BooleanOauth2client Credentials - Indicates whether a user can use OAuth2 client credentials.
- can
Use BooleanSmtp Credentials - Indicates whether a user can use SMTP credentials.
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensiondbCredentialsUser
- Db
Login intAttempts - The number of failed login attempts. The value is reset to 0 after a successful login.
- Db
User stringName - The database username.
- Db
Login intAttempts - The number of failed login attempts. The value is reset to 0 after a successful login.
- Db
User stringName - The database username.
- db
Login IntegerAttempts - The number of failed login attempts. The value is reset to 0 after a successful login.
- db
User StringName - The database username.
- db
Login numberAttempts - The number of failed login attempts. The value is reset to 0 after a successful login.
- db
User stringName - The database username.
- db_
login_ intattempts - The number of failed login attempts. The value is reset to 0 after a successful login.
- db_
user_ strname - The database username.
- db
Login NumberAttempts - The number of failed login attempts. The value is reset to 0 after a successful login.
- db
User StringName - The database username.
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensiondbUserUser
- Db
Global List<string>Roles - DB global roles to which the user is granted access.
- Domain
Level stringSchema - DB domain level schema to which the user is granted access.
- Instance
Level stringSchema - DB instance level schema to which the user is granted access.
- Is
Db boolUser - If true, indicates this is a database user.
- Password
Verifiers List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensiondb User User Password Verifier> - Password Verifiers for DB User.
- Db
Global []stringRoles - DB global roles to which the user is granted access.
- Domain
Level stringSchema - DB domain level schema to which the user is granted access.
- Instance
Level stringSchema - DB instance level schema to which the user is granted access.
- Is
Db boolUser - If true, indicates this is a database user.
- Password
Verifiers []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensiondb User User Password Verifier - Password Verifiers for DB User.
- db
Global List<String>Roles - DB global roles to which the user is granted access.
- domain
Level StringSchema - DB domain level schema to which the user is granted access.
- instance
Level StringSchema - DB instance level schema to which the user is granted access.
- is
Db BooleanUser - If true, indicates this is a database user.
- password
Verifiers List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensiondb User User Password Verifier> - Password Verifiers for DB User.
- db
Global string[]Roles - DB global roles to which the user is granted access.
- domain
Level stringSchema - DB domain level schema to which the user is granted access.
- instance
Level stringSchema - DB instance level schema to which the user is granted access.
- is
Db booleanUser - If true, indicates this is a database user.
- password
Verifiers GetDomains Users User Urnietfparamsscimschemasoracleidcsextensiondb User User Password Verifier[] - Password Verifiers for DB User.
- db_
global_ Sequence[str]roles - DB global roles to which the user is granted access.
- domain_
level_ strschema - DB domain level schema to which the user is granted access.
- instance_
level_ strschema - DB instance level schema to which the user is granted access.
- is_
db_ booluser - If true, indicates this is a database user.
- password_
verifiers Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensiondb User User Password Verifier] - Password Verifiers for DB User.
- db
Global List<String>Roles - DB global roles to which the user is granted access.
- domain
Level StringSchema - DB domain level schema to which the user is granted access.
- instance
Level StringSchema - DB instance level schema to which the user is granted access.
- is
Db BooleanUser - If true, indicates this is a database user.
- password
Verifiers List<Property Map> - Password Verifiers for DB User.
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensiondbUserUserPasswordVerifier
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUser
- Realm
Users List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionkerberos User User Realm User> - A list of kerberos realm users for an Oracle Identity Cloud Service User
- Realm
Users []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionkerberos User User Realm User - A list of kerberos realm users for an Oracle Identity Cloud Service User
- realm
Users List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionkerberos User User Realm User> - A list of kerberos realm users for an Oracle Identity Cloud Service User
- realm
Users GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionkerberos User User Realm User[] - A list of kerberos realm users for an Oracle Identity Cloud Service User
- realm_
users 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 List<Property Map> - A list of kerberos realm users for an Oracle Identity Cloud Service User
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionkerberosUserUserRealmUser
- Principal
Name string - Principal Name of the KerberosRealmUser associated with the Oracle Identity Cloud Service User.
- Realm
Name string - Realm Name for the KerberosRealmUser associated with the Oracle Identity Cloud Service User.
- Ref string
- User Token URI
- Value string
- The value of a X509 certificate.
- Principal
Name string - Principal Name of the KerberosRealmUser associated with the Oracle Identity Cloud Service User.
- Realm
Name string - Realm Name for the KerberosRealmUser associated with the Oracle Identity Cloud Service User.
- Ref string
- User Token URI
- Value string
- The value of a X509 certificate.
- principal
Name String - Principal Name of the KerberosRealmUser associated with the Oracle Identity Cloud Service User.
- realm
Name String - Realm Name for the KerberosRealmUser associated with the Oracle Identity Cloud Service User.
- ref String
- User Token URI
- value String
- The value of a X509 certificate.
- principal
Name string - Principal Name of the KerberosRealmUser associated with the Oracle Identity Cloud Service User.
- realm
Name string - Realm Name for the KerberosRealmUser associated with the Oracle Identity Cloud Service User.
- ref string
- User Token URI
- value string
- The value of a X509 certificate.
- principal_
name str - Principal Name of the KerberosRealmUser associated with the Oracle Identity Cloud Service User.
- realm_
name str - Realm Name for the KerberosRealmUser associated with the Oracle Identity Cloud Service User.
- ref str
- User Token URI
- value str
- The value of a X509 certificate.
- principal
Name String - Principal Name of the KerberosRealmUser associated with the Oracle Identity Cloud Service User.
- realm
Name String - Realm Name for the KerberosRealmUser associated with the Oracle Identity Cloud Service User.
- ref String
- User Token URI
- value String
- The value of a X509 certificate.
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionmfaUser
- Bypass
Codes List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionmfa User Bypass Code> - A list of bypass codes that belongs to the user.
- Devices
List<Get
Domains Users User Urnietfparamsscimschemasoracleidcsextensionmfa User Device> - A list of devices enrolled by the user.
- Login
Attempts int - The number of failed login attempts. The value is reset to 0 after a successful login.
- Mfa
Enabled stringOn - The date when the user enrolled in multi factor authentication. This will be set to null, when the user resets their factors.
- Mfa
Ignored List<string>Apps - User MFA Ignored Apps Identifiers
- Mfa
Status string - The user opted for MFA.
- Preferred
Authentication stringFactor - The preferred authentication factor type.
- Preferred
Authentication stringMethod - The preferred authentication method.
- Preferred
Devices List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionmfa User Preferred Device> - The user's preferred device.
- Preferred
Third stringParty Vendor - The preferred third-party vendor name.
- Trusted
User List<GetAgents 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 []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionmfa User Bypass Code - A list of bypass codes that belongs to the user.
- Devices
[]Get
Domains Users User Urnietfparamsscimschemasoracleidcsextensionmfa User Device - A list of devices enrolled by the user.
- Login
Attempts int - The number of failed login attempts. The value is reset to 0 after a successful login.
- Mfa
Enabled stringOn - The date when the user enrolled in multi factor authentication. This will be set to null, when the user resets their factors.
- Mfa
Ignored []stringApps - User MFA Ignored Apps Identifiers
- Mfa
Status string - The user opted for MFA.
- Preferred
Authentication stringFactor - The preferred authentication factor type.
- Preferred
Authentication stringMethod - The preferred authentication method.
- Preferred
Devices []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionmfa User Preferred Device - The user's preferred device.
- Preferred
Third stringParty Vendor - The preferred third-party vendor name.
- Trusted
User []GetAgents 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 List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionmfa User Bypass Code> - A list of bypass codes that belongs to the user.
- devices
List<Get
Domains Users User Urnietfparamsscimschemasoracleidcsextensionmfa User Device> - A list of devices enrolled by the user.
- login
Attempts Integer - The number of failed login attempts. The value is reset to 0 after a successful login.
- mfa
Enabled StringOn - The date when the user enrolled in multi factor authentication. This will be set to null, when the user resets their factors.
- mfa
Ignored List<String>Apps - User MFA Ignored Apps Identifiers
- mfa
Status String - The user opted for MFA.
- preferred
Authentication StringFactor - The preferred authentication factor type.
- preferred
Authentication StringMethod - The preferred authentication method.
- preferred
Devices List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionmfa User Preferred Device> - The user's preferred device.
- preferred
Third StringParty Vendor - The preferred third-party vendor name.
- trusted
User List<GetAgents 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 GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionmfa User Bypass Code[] - A list of bypass codes that belongs to the user.
- devices
Get
Domains Users User Urnietfparamsscimschemasoracleidcsextensionmfa User Device[] - A list of devices enrolled by the user.
- login
Attempts number - The number of failed login attempts. The value is reset to 0 after a successful login.
- mfa
Enabled stringOn - The date when the user enrolled in multi factor authentication. This will be set to null, when the user resets their factors.
- mfa
Ignored string[]Apps - User MFA Ignored Apps Identifiers
- mfa
Status string - The user opted for MFA.
- preferred
Authentication stringFactor - The preferred authentication factor type.
- preferred
Authentication stringMethod - The preferred authentication method.
- preferred
Devices GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionmfa User Preferred Device[] - The user's preferred device.
- preferred
Third stringParty Vendor - The preferred third-party vendor name.
- trusted
User GetAgents 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 Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionmfa User Bypass Code] - A list of bypass codes that belongs to the user.
- devices
Sequence[identity.
Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionmfa User Device] - A list of devices enrolled by the user.
- login_
attempts int - The number of failed login attempts. The value is reset to 0 after a successful login.
- mfa_
enabled_ stron - The date when the user enrolled in multi factor authentication. This will be set to null, when the user resets their factors.
- mfa_
ignored_ Sequence[str]apps - User MFA Ignored Apps Identifiers
- mfa_
status str - The user opted for MFA.
- preferred_
authentication_ strfactor - The preferred authentication factor type.
- preferred_
authentication_ strmethod - The preferred authentication method.
- preferred_
devices Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionmfa User Preferred Device] - The user's preferred device.
- preferred_
third_ strparty_ vendor - The preferred third-party vendor name.
- trusted_
user_ Sequence[identity.agents 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 List<Property Map> - A list of bypass codes that belongs to the user.
- devices List<Property Map>
- A list of devices enrolled by the user.
- login
Attempts Number - The number of failed login attempts. The value is reset to 0 after a successful login.
- mfa
Enabled StringOn - The date when the user enrolled in multi factor authentication. This will be set to null, when the user resets their factors.
- mfa
Ignored List<String>Apps - User MFA Ignored Apps Identifiers
- mfa
Status String - The user opted for MFA.
- preferred
Authentication StringFactor - The preferred authentication factor type.
- preferred
Authentication StringMethod - The preferred authentication method.
- preferred
Devices List<Property Map> - The user's preferred device.
- preferred
Third StringParty Vendor - The preferred third-party vendor name.
- trusted
User List<Property Map>Agents - 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 string - The authentication method.
- Display string
- A human readable name, primarily used for display purposes.
- Factor
Status string - The device authentication factor status.
- Factor
Type string - Authentication Factor Type
- Last
Sync stringTime - The last sync time for device.
- Ref string
- User Token URI
- Status string
- A supplemental status indicating the reason why a user is disabled
- Third
Party stringVendor Name - The third-party factor vendor name.
- Value string
- The value of a X509 certificate.
- Authentication
Method string - The authentication method.
- Display string
- A human readable name, primarily used for display purposes.
- Factor
Status string - The device authentication factor status.
- Factor
Type string - Authentication Factor Type
- Last
Sync stringTime - The last sync time for device.
- Ref string
- User Token URI
- Status string
- A supplemental status indicating the reason why a user is disabled
- Third
Party stringVendor Name - The third-party factor vendor name.
- Value string
- The value of a X509 certificate.
- authentication
Method String - The authentication method.
- display String
- A human readable name, primarily used for display purposes.
- factor
Status String - The device authentication factor status.
- factor
Type String - Authentication Factor Type
- last
Sync StringTime - The last sync time for device.
- ref String
- User Token URI
- status String
- A supplemental status indicating the reason why a user is disabled
- third
Party StringVendor Name - The third-party factor vendor name.
- value String
- The value of a X509 certificate.
- authentication
Method string - The authentication method.
- display string
- A human readable name, primarily used for display purposes.
- factor
Status string - The device authentication factor status.
- factor
Type string - Authentication Factor Type
- last
Sync stringTime - The last sync time for device.
- ref string
- User Token URI
- status string
- A supplemental status indicating the reason why a user is disabled
- third
Party stringVendor Name - The third-party factor vendor name.
- value string
- The value of a X509 certificate.
- authentication_
method str - The authentication method.
- display str
- A human readable name, primarily used for display purposes.
- factor_
status str - The device authentication factor status.
- factor_
type str - Authentication Factor Type
- last_
sync_ strtime - The last sync time for device.
- ref str
- User Token URI
- status str
- A supplemental status indicating the reason why a user is disabled
- third_
party_ strvendor_ name - The third-party factor vendor name.
- value str
- The value of a X509 certificate.
- authentication
Method String - The authentication method.
- display String
- A human readable name, primarily used for display purposes.
- factor
Status String - The device authentication factor status.
- factor
Type String - Authentication Factor Type
- last
Sync StringTime - The last sync time for device.
- ref String
- User Token URI
- status String
- A supplemental status indicating the reason why a user is disabled
- third
Party StringVendor Name - The third-party factor vendor name.
- value String
- The value of a X509 certificate.
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionmfaUserPreferredDevice
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionmfaUserTrustedUserAgent
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionpasswordStateUser
- Applicable
Password List<GetPolicies Domains Users User Urnietfparamsscimschemasoracleidcsextensionpassword State User Applicable Password Policy> - Applicable Password Policy
- Cant
Change bool - Indicates that the current password MAY NOT be changed and all other password expiry settings SHALL be ignored
- Cant
Expire bool - Indicates that the password expiry policy will not be applied for the current Resource
- Expired bool
- Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.
- Last
Failed stringValidation Date - A DateTime that specifies the date and time when last failed password validation was set
- Last
Successful stringSet Date - A DateTime that specifies the date and time when the current password was set
- Last
Successful stringValidation Date - A DateTime that specifies the date and time when last successful password validation was set
- Must
Change bool - Indicates that the subject password value MUST change on next login. If not changed, typically the account is locked. The value may be set indirectly when the subject's current password expires or directly set by an administrator.
- Applicable
Password []GetPolicies Domains Users User Urnietfparamsscimschemasoracleidcsextensionpassword State User Applicable Password Policy - Applicable Password Policy
- Cant
Change bool - Indicates that the current password MAY NOT be changed and all other password expiry settings SHALL be ignored
- Cant
Expire bool - Indicates that the password expiry policy will not be applied for the current Resource
- Expired bool
- Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.
- Last
Failed stringValidation Date - A DateTime that specifies the date and time when last failed password validation was set
- Last
Successful stringSet Date - A DateTime that specifies the date and time when the current password was set
- Last
Successful stringValidation Date - A DateTime that specifies the date and time when last successful password validation was set
- Must
Change bool - Indicates that the subject password value MUST change on next login. If not changed, typically the account is locked. The value may be set indirectly when the subject's current password expires or directly set by an administrator.
- applicable
Password List<GetPolicies Domains Users User Urnietfparamsscimschemasoracleidcsextensionpassword State User Applicable Password Policy> - Applicable Password Policy
- cant
Change Boolean - Indicates that the current password MAY NOT be changed and all other password expiry settings SHALL be ignored
- cant
Expire Boolean - Indicates that the password expiry policy will not be applied for the current Resource
- expired Boolean
- Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.
- last
Failed StringValidation Date - A DateTime that specifies the date and time when last failed password validation was set
- last
Successful StringSet Date - A DateTime that specifies the date and time when the current password was set
- last
Successful StringValidation Date - A DateTime that specifies the date and time when last successful password validation was set
- must
Change 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 GetPolicies Domains Users User Urnietfparamsscimschemasoracleidcsextensionpassword State User Applicable Password Policy[] - Applicable Password Policy
- cant
Change boolean - Indicates that the current password MAY NOT be changed and all other password expiry settings SHALL be ignored
- cant
Expire boolean - Indicates that the password expiry policy will not be applied for the current Resource
- expired boolean
- Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.
- last
Failed stringValidation Date - A DateTime that specifies the date and time when last failed password validation was set
- last
Successful stringSet Date - A DateTime that specifies the date and time when the current password was set
- last
Successful stringValidation Date - A DateTime that specifies the date and time when last successful password validation was set
- must
Change 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_ Sequence[identity.policies Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionpassword State User Applicable Password Policy] - Applicable Password Policy
- cant_
change bool - Indicates that the current password MAY NOT be changed and all other password expiry settings SHALL be ignored
- cant_
expire bool - Indicates that the password expiry policy will not be applied for the current Resource
- expired bool
- Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.
- last_
failed_ strvalidation_ date - A DateTime that specifies the date and time when last failed password validation was set
- last_
successful_ strset_ date - A DateTime that specifies the date and time when the current password was set
- last_
successful_ strvalidation_ date - A DateTime that specifies the date and time when last successful password validation was set
- must_
change bool - Indicates that the subject password value MUST change on next login. If not changed, typically the account is locked. The value may be set indirectly when the subject's current password expires or directly set by an administrator.
- applicable
Password List<Property Map>Policies - Applicable Password Policy
- cant
Change Boolean - Indicates that the current password MAY NOT be changed and all other password expiry settings SHALL be ignored
- cant
Expire Boolean - Indicates that the password expiry policy will not be applied for the current Resource
- expired Boolean
- Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.
- last
Failed StringValidation Date - A DateTime that specifies the date and time when last failed password validation was set
- last
Successful StringSet Date - A DateTime that specifies the date and time when the current password was set
- last
Successful StringValidation Date - A DateTime that specifies the date and time when last successful password validation was set
- must
Change 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 List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionpasswordless User Factor Identifier> - Factor Identifier ID
- Factor
Method string - Authentication Factor Method
- Factor
Type string - Authentication Factor Type
- Factor
Identifiers []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionpasswordless User Factor Identifier - Factor Identifier ID
- Factor
Method string - Authentication Factor Method
- Factor
Type string - Authentication Factor Type
- factor
Identifiers List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionpasswordless User Factor Identifier> - Factor Identifier ID
- factor
Method String - Authentication Factor Method
- factor
Type String - Authentication Factor Type
- factor
Identifiers GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionpasswordless User Factor Identifier[] - Factor Identifier ID
- factor
Method string - Authentication Factor Method
- factor
Type string - Authentication Factor Type
- factor_
identifiers Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionpasswordless User Factor Identifier] - Factor Identifier ID
- factor_
method str - Authentication Factor Method
- factor_
type str - Authentication Factor Type
- factor
Identifiers List<Property Map> - Factor Identifier ID
- factor
Method String - Authentication Factor Method
- factor
Type String - Authentication Factor Type
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionpasswordlessUserFactorIdentifier
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionposixUser
- Gecos string
- General information about the POSIX account such as their real name and phone number
- Gid
Number int - Primary Group identifier of the POSIX user
- Home
Directory string - The absolute path to the home directory of the POSIX account
- Login
Shell string - The path to the login shell of the POSIX account
- Uid
Number int - Integer uniquely identifying a user in a POSIX administrative domain
- Gecos string
- General information about the POSIX account such as their real name and phone number
- Gid
Number int - Primary Group identifier of the POSIX user
- Home
Directory string - The absolute path to the home directory of the POSIX account
- Login
Shell string - The path to the login shell of the POSIX account
- Uid
Number int - Integer uniquely identifying a user in a POSIX administrative domain
- gecos String
- General information about the POSIX account such as their real name and phone number
- gid
Number Integer - Primary Group identifier of the POSIX user
- home
Directory String - The absolute path to the home directory of the POSIX account
- login
Shell String - The path to the login shell of the POSIX account
- uid
Number Integer - Integer uniquely identifying a user in a POSIX administrative domain
- gecos string
- General information about the POSIX account such as their real name and phone number
- gid
Number number - Primary Group identifier of the POSIX user
- home
Directory string - The absolute path to the home directory of the POSIX account
- login
Shell string - The path to the login shell of the POSIX account
- uid
Number number - Integer uniquely identifying a user in a POSIX administrative domain
- gecos str
- General information about the POSIX account such as their real name and phone number
- gid_
number int - Primary Group identifier of the POSIX user
- home_
directory str - The absolute path to the home directory of the POSIX account
- login_
shell str - The path to the login shell of the POSIX account
- uid_
number int - Integer uniquely identifying a user in a POSIX administrative domain
- gecos String
- General information about the POSIX account such as their real name and phone number
- gid
Number Number - Primary Group identifier of the POSIX user
- home
Directory String - The absolute path to the home directory of the POSIX account
- login
Shell String - The path to the login shell of the POSIX account
- uid
Number Number - Integer uniquely identifying a user in a POSIX administrative domain
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionsecurityQuestionsUser
- Sec
Questions 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 []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 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 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 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 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
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionselfChangeUser
- Allow
Self boolChange - If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).
- Allow
Self boolChange - If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).
- allow
Self BooleanChange - If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).
- allow
Self booleanChange - If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).
- allow_
self_ boolchange - If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).
- allow
Self BooleanChange - If true, allows requesting user to update themselves. If false, requesting user can't update themself (default).
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUser
- Consent
Granted bool - A boolean value that indicates whether the consent is granted.
- Self
Registration List<GetProfiles Domains Users User Urnietfparamsscimschemasoracleidcsextensionself Registration User Self Registration Profile> - Self registration profile used when user is self registered.
- User
Token string - User token returned if userFlowControlledByExternalClient is true
- Consent
Granted bool - A boolean value that indicates whether the consent is granted.
- Self
Registration []GetProfiles Domains Users User Urnietfparamsscimschemasoracleidcsextensionself Registration User Self Registration Profile - Self registration profile used when user is self registered.
- User
Token string - User token returned if userFlowControlledByExternalClient is true
- consent
Granted Boolean - A boolean value that indicates whether the consent is granted.
- self
Registration List<GetProfiles Domains Users User Urnietfparamsscimschemasoracleidcsextensionself Registration User Self Registration Profile> - Self registration profile used when user is self registered.
- user
Token String - User token returned if userFlowControlledByExternalClient is true
- consent
Granted boolean - A boolean value that indicates whether the consent is granted.
- self
Registration GetProfiles Domains Users User Urnietfparamsscimschemasoracleidcsextensionself Registration User Self Registration Profile[] - Self registration profile used when user is self registered.
- user
Token string - User token returned if userFlowControlledByExternalClient is true
- consent_
granted bool - A boolean value that indicates whether the consent is granted.
- self_
registration_ Sequence[identity.profiles Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionself Registration User Self Registration Profile] - Self registration profile used when user is self registered.
- user_
token str - User token returned if userFlowControlledByExternalClient is true
- consent
Granted Boolean - A boolean value that indicates whether the consent is granted.
- self
Registration List<Property Map>Profiles - Self registration profile used when user is self registered.
- user
Token String - User token returned if userFlowControlledByExternalClient is true
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionselfRegistrationUserSelfRegistrationProfile
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionsffUser
- Sff
Auth stringKeys - SFF auth keys clob
- Sff
Auth stringKeys - SFF auth keys clob
- sff
Auth StringKeys - SFF auth keys clob
- sff
Auth stringKeys - SFF auth keys clob
- sff_
auth_ strkeys - SFF auth keys clob
- sff
Auth StringKeys - SFF auth keys clob
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUser
- List<Property Map>
- Description:
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionsocialAccountUserSocialAccount
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUser
- terms
Of List<Property Map>Use Consents - Description:
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensiontermsOfUseUserTermsOfUseConsent
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUser
- Api
Keys List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Api Key> - A list of API keys corresponding to user.
- Auth
Tokens List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Auth Token> - A list of Auth tokens corresponding to user.
- Customer
Secret List<GetKeys Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Customer Secret Key> - A list of customer secret keys corresponding to user.
- Db
Credentials List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Db Credential> - A list of database credentials corresponding to user.
- OAuth2client
Credentials List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User OAuth2client Credential> - A list of OAuth2 client credentials corresponding to a user.
- Smtp
Credentials List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Smtp Credential> - A list of SMTP credentials corresponding to user.
- Api
Keys []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Api Key - A list of API keys corresponding to user.
- Auth
Tokens []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Auth Token - A list of Auth tokens corresponding to user.
- Customer
Secret []GetKeys Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Customer Secret Key - A list of customer secret keys corresponding to user.
- Db
Credentials []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Db Credential - A list of database credentials corresponding to user.
- OAuth2client
Credentials []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User OAuth2client Credential - A list of OAuth2 client credentials corresponding to a user.
- Smtp
Credentials []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Smtp Credential - A list of SMTP credentials corresponding to user.
- api
Keys List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Api Key> - A list of API keys corresponding to user.
- auth
Tokens List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Auth Token> - A list of Auth tokens corresponding to user.
- customer
Secret List<GetKeys Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Customer Secret Key> - A list of customer secret keys corresponding to user.
- db
Credentials List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Db Credential> - A list of database credentials corresponding to user.
- o
Auth2client List<GetCredentials Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User OAuth2client Credential> - A list of OAuth2 client credentials corresponding to a user.
- smtp
Credentials List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Smtp Credential> - A list of SMTP credentials corresponding to user.
- api
Keys GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Api Key[] - A list of API keys corresponding to user.
- auth
Tokens GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Auth Token[] - A list of Auth tokens corresponding to user.
- customer
Secret GetKeys Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Customer Secret Key[] - A list of customer secret keys corresponding to user.
- db
Credentials GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Db Credential[] - A list of database credentials corresponding to user.
- o
Auth2client GetCredentials Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User OAuth2client Credential[] - A list of OAuth2 client credentials corresponding to a user.
- smtp
Credentials GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Smtp Credential[] - A list of SMTP credentials corresponding to user.
- api_
keys Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Api Key] - A list of API keys corresponding to user.
- auth_
tokens Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Auth Token] - A list of Auth tokens corresponding to user.
- customer_
secret_ Sequence[identity.keys Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Customer Secret Key] - A list of customer secret keys corresponding to user.
- db_
credentials Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Db Credential] - A list of database credentials corresponding to user.
- o_
auth2client_ Sequence[identity.credentials Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User OAuth2client Credential] - A list of OAuth2 client credentials corresponding to a user.
- smtp_
credentials Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser Credentials User Smtp Credential] - A list of SMTP credentials corresponding to user.
- api
Keys List<Property Map> - A list of API keys corresponding to user.
- auth
Tokens List<Property Map> - A list of Auth tokens corresponding to user.
- customer
Secret List<Property Map>Keys - A list of customer secret keys corresponding to user.
- db
Credentials List<Property Map> - A list of database credentials corresponding to user.
- o
Auth2client List<Property Map>Credentials - A list of OAuth2 client credentials corresponding to a user.
- smtp
Credentials List<Property Map> - A list of SMTP credentials corresponding to user.
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserApiKey
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserAuthToken
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserCustomerSecretKey
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserDbCredential
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserOAuth2clientCredential
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionuserCredentialsUserSmtpCredential
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionuserStateUser
- Last
Failed stringLogin Date - The last failed login date.
- Last
Successful stringLogin Date - The last successful login date.
- Lockeds
List<Get
Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser State User Locked> - A complex attribute that indicates an account is locked (blocking any new sessions).
- Login
Attempts int - The number of failed login attempts. The value is reset to 0 after a successful login.
- Max
Concurrent intSessions - The maximum number of concurrent sessions for a user.
- Previous
Successful stringLogin Date - The previous successful login date.
- Recovery
Attempts int - The number of failed recovery attempts. The value is reset to 0 after a successful login.
- Recovery
Enroll intAttempts - The number of failed account recovery enrollment attempts.
- Recovery
Lockeds 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 stringLogin Date - The last failed login date.
- Last
Successful stringLogin Date - The last successful login date.
- Lockeds
[]Get
Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser State User Locked - A complex attribute that indicates an account is locked (blocking any new sessions).
- Login
Attempts int - The number of failed login attempts. The value is reset to 0 after a successful login.
- Max
Concurrent intSessions - The maximum number of concurrent sessions for a user.
- Previous
Successful stringLogin Date - The previous successful login date.
- Recovery
Attempts int - The number of failed recovery attempts. The value is reset to 0 after a successful login.
- Recovery
Enroll intAttempts - The number of failed account recovery enrollment attempts.
- Recovery
Lockeds []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser State User Recovery Locked - A complex attribute that indicates a password recovery is locked (blocking any new sessions).
- last
Failed StringLogin Date - The last failed login date.
- last
Successful StringLogin Date - The last successful login date.
- lockeds
List<Get
Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser State User Locked> - A complex attribute that indicates an account is locked (blocking any new sessions).
- login
Attempts Integer - The number of failed login attempts. The value is reset to 0 after a successful login.
- max
Concurrent IntegerSessions - The maximum number of concurrent sessions for a user.
- previous
Successful StringLogin Date - The previous successful login date.
- recovery
Attempts Integer - The number of failed recovery attempts. The value is reset to 0 after a successful login.
- recovery
Enroll IntegerAttempts - The number of failed account recovery enrollment attempts.
- recovery
Lockeds 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 stringLogin Date - The last failed login date.
- last
Successful stringLogin Date - The last successful login date.
- lockeds
Get
Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser State User Locked[] - A complex attribute that indicates an account is locked (blocking any new sessions).
- login
Attempts number - The number of failed login attempts. The value is reset to 0 after a successful login.
- max
Concurrent numberSessions - The maximum number of concurrent sessions for a user.
- previous
Successful stringLogin Date - The previous successful login date.
- recovery
Attempts number - The number of failed recovery attempts. The value is reset to 0 after a successful login.
- recovery
Enroll numberAttempts - The number of failed account recovery enrollment attempts.
- recovery
Lockeds GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser State User Recovery Locked[] - A complex attribute that indicates a password recovery is locked (blocking any new sessions).
- last_
failed_ strlogin_ date - The last failed login date.
- last_
successful_ strlogin_ date - The last successful login date.
- lockeds
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 int - The number of failed login attempts. The value is reset to 0 after a successful login.
- max_
concurrent_ intsessions - The maximum number of concurrent sessions for a user.
- previous_
successful_ strlogin_ date - The previous successful login date.
- recovery_
attempts int - The number of failed recovery attempts. The value is reset to 0 after a successful login.
- recovery_
enroll_ intattempts - The number of failed account recovery enrollment attempts.
- recovery_
lockeds 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 StringLogin Date - The last failed login date.
- last
Successful StringLogin Date - The last successful login date.
- lockeds List<Property Map>
- A complex attribute that indicates an account is locked (blocking any new sessions).
- login
Attempts Number - The number of failed login attempts. The value is reset to 0 after a successful login.
- max
Concurrent NumberSessions - The maximum number of concurrent sessions for a user.
- previous
Successful StringLogin Date - The previous successful login date.
- recovery
Attempts Number - The number of failed recovery attempts. The value is reset to 0 after a successful login.
- recovery
Enroll NumberAttempts - The number of failed account recovery enrollment attempts.
- recovery
Lockeds List<Property Map> - A complex attribute that indicates a password recovery is locked (blocking any new sessions).
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserLocked
- Expired bool
- Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.
- Lock
Date string - The date and time that the current resource was locked.
- On bool
- Indicates that the recovery is locked.
- Reason int
- Indicates the reason for locking the account. Valid values are: 0 - failed password login attempts, 1 - admin lock, 2 - failed reset password attempts, 3 - failed MFA login attempts, 4 - failed MFA login attempts for federated user, 5 - failed Database login attempts
- Expired bool
- Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.
- Lock
Date string - The date and time that the current resource was locked.
- On bool
- Indicates that the recovery is locked.
- Reason int
- Indicates the reason for locking the account. Valid values are: 0 - failed password login attempts, 1 - admin lock, 2 - failed reset password attempts, 3 - failed MFA login attempts, 4 - failed MFA login attempts for federated user, 5 - failed Database login attempts
- expired Boolean
- Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.
- lock
Date String - The date and time that the current resource was locked.
- on Boolean
- Indicates that the recovery is locked.
- reason Integer
- Indicates the reason for locking the account. Valid values are: 0 - failed password login attempts, 1 - admin lock, 2 - failed reset password attempts, 3 - failed MFA login attempts, 4 - failed MFA login attempts for federated user, 5 - failed Database login attempts
- expired boolean
- Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.
- lock
Date string - The date and time that the current resource was locked.
- on boolean
- Indicates that the recovery is locked.
- reason number
- Indicates the reason for locking the account. Valid values are: 0 - failed password login attempts, 1 - admin lock, 2 - failed reset password attempts, 3 - failed MFA login attempts, 4 - failed MFA login attempts for federated user, 5 - failed Database login attempts
- expired bool
- Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.
- lock_
date str - The date and time that the current resource was locked.
- on bool
- Indicates that the recovery is locked.
- reason int
- Indicates the reason for locking the account. Valid values are: 0 - failed password login attempts, 1 - admin lock, 2 - failed reset password attempts, 3 - failed MFA login attempts, 4 - failed MFA login attempts for federated user, 5 - failed Database login attempts
- expired Boolean
- Indicates whether the user password is expired. If this value is false, password expiry is still evaluated during user login.
- lock
Date String - The date and time that the current resource was locked.
- on Boolean
- Indicates that the recovery is locked.
- reason Number
- Indicates the reason for locking the account. Valid values are: 0 - failed password login attempts, 1 - admin lock, 2 - failed reset password attempts, 3 - failed MFA login attempts, 4 - failed MFA login attempts for federated user, 5 - failed Database login attempts
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionuserStateUserRecoveryLocked
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionuserUser
- Account
Recovery boolRequired - Boolean value to prompt user to setup account recovery during login.
- Accounts
List<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 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 List<GetTarget Apps 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 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 string - User creation mechanism
- Delegated
Authentication List<GetTarget Apps 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 boolShow Getting Started - A Boolean value indicating whether or not to hide the getting started page
- Grants
List<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 stringLast Modified - Specifies date time when a User's group membership was last modified.
- Idcs
App List<GetRoles Limited To Groups Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Idcs App Roles Limited To Group> - Description:
- Is
Account boolRecovery Enrolled - A Boolean value indicating whether or not a user is enrolled for account recovery
- Is
Authentication boolDelegated - 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 boolUser - A Boolean value indicating whether or not the user is federated.
- Is
Group boolMembership Normalized - A Boolean value indicating whether or not group membership is normalized for this user.
- Is
Group boolMembership Synced To Users Groups - A Boolean value Indicates whether this User's group membership has been sync'ed from Group.members to UsersGroups.
- Notification
Email stringTemplate Id - 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 stringLanding Page - User's preferred landing page following login, logout and reset password.
- Service
User bool - Indicates if User is a Service User
- Status string
- A supplemental status indicating the reason why a user is disabled
- Support
Accounts List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Support Account> - A list of Support Accounts corresponding to user.
- Synced
From List<GetApps 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 boolControlled By External Client - 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 string - User Support Account Provider
- User
Tokens List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User User Token> - User token returned if userFlowControlledByExternalClient is true
- Account
Recovery boolRequired - Boolean value to prompt user to setup account recovery during login.
- Accounts
[]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 []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 []GetTarget Apps 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 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 string - User creation mechanism
- Delegated
Authentication []GetTarget Apps 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 boolShow Getting Started - A Boolean value indicating whether or not to hide the getting started page
- Grants
[]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 stringLast Modified - Specifies date time when a User's group membership was last modified.
- Idcs
App []GetRoles Limited To Groups Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Idcs App Roles Limited To Group - Description:
- Is
Account boolRecovery Enrolled - A Boolean value indicating whether or not a user is enrolled for account recovery
- Is
Authentication boolDelegated - 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 boolUser - A Boolean value indicating whether or not the user is federated.
- Is
Group boolMembership Normalized - A Boolean value indicating whether or not group membership is normalized for this user.
- Is
Group boolMembership Synced To Users Groups - A Boolean value Indicates whether this User's group membership has been sync'ed from Group.members to UsersGroups.
- Notification
Email stringTemplate Id - 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 stringLanding Page - User's preferred landing page following login, logout and reset password.
- Service
User bool - Indicates if User is a Service User
- Status string
- A supplemental status indicating the reason why a user is disabled
- Support
Accounts []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Support Account - A list of Support Accounts corresponding to user.
- Synced
From []GetApps 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 boolControlled By External Client - 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 string - User Support Account Provider
- User
Tokens []GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User User Token - User token returned if userFlowControlledByExternalClient is true
- account
Recovery BooleanRequired - Boolean value to prompt user to setup account recovery during login.
- accounts
List<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 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 List<GetTarget Apps 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 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 String - User creation mechanism
- delegated
Authentication List<GetTarget Apps 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 BooleanShow Getting Started - A Boolean value indicating whether or not to hide the getting started page
- grants
List<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 StringLast Modified - Specifies date time when a User's group membership was last modified.
- idcs
App List<GetRoles Limited To Groups Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Idcs App Roles Limited To Group> - Description:
- is
Account BooleanRecovery Enrolled - A Boolean value indicating whether or not a user is enrolled for account recovery
- is
Authentication BooleanDelegated - 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 BooleanUser - A Boolean value indicating whether or not the user is federated.
- is
Group BooleanMembership Normalized - A Boolean value indicating whether or not group membership is normalized for this user.
- is
Group BooleanMembership Synced To Users Groups - A Boolean value Indicates whether this User's group membership has been sync'ed from Group.members to UsersGroups.
- notification
Email StringTemplate Id - 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 StringLanding Page - User's preferred landing page following login, logout and reset password.
- service
User Boolean - Indicates if User is a Service User
- status String
- A supplemental status indicating the reason why a user is disabled
- support
Accounts List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Support Account> - A list of Support Accounts corresponding to user.
- synced
From List<GetApps 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 BooleanControlled By External Client - 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 String - User Support Account Provider
- user
Tokens List<GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User User Token> - User token returned if userFlowControlledByExternalClient is true
- account
Recovery booleanRequired - Boolean value to prompt user to setup account recovery during login.
- accounts
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 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 GetTarget Apps 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 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 string - User creation mechanism
- delegated
Authentication GetTarget Apps 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 booleanShow Getting Started - A Boolean value indicating whether or not to hide the getting started page
- grants
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 stringLast Modified - Specifies date time when a User's group membership was last modified.
- idcs
App GetRoles Limited To Groups Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Idcs App Roles Limited To Group[] - Description:
- is
Account booleanRecovery Enrolled - A Boolean value indicating whether or not a user is enrolled for account recovery
- is
Authentication booleanDelegated - 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 booleanUser - A Boolean value indicating whether or not the user is federated.
- is
Group booleanMembership Normalized - A Boolean value indicating whether or not group membership is normalized for this user.
- is
Group booleanMembership Synced To Users Groups - A Boolean value Indicates whether this User's group membership has been sync'ed from Group.members to UsersGroups.
- notification
Email stringTemplate Id - 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 stringLanding Page - User's preferred landing page following login, logout and reset password.
- service
User boolean - Indicates if User is a Service User
- status string
- A supplemental status indicating the reason why a user is disabled
- support
Accounts GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Support Account[] - A list of Support Accounts corresponding to user.
- synced
From GetApps 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 booleanControlled By External Client - 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 string - User Support Account Provider
- user
Tokens GetDomains Users User Urnietfparamsscimschemasoracleidcsextensionuser User User Token[] - User token returned if userFlowControlledByExternalClient is true
- account_
recovery_ boolrequired - Boolean value to prompt user to setup account recovery during login.
- accounts
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 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_ Sequence[identity.target_ apps 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 bool - A Boolean value indicating whether or not to send email notification after creating the user. This attribute is not used in update/replace operations.
- creation_
mechanism str - User creation mechanism
- delegated_
authentication_ Sequence[identity.target_ apps 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_ boolshow_ getting_ started - A Boolean value indicating whether or not to hide the getting started page
- grants
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_ strlast_ modified - Specifies date time when a User's group membership was last modified.
- idcs_
app_ Sequence[identity.roles_ limited_ to_ groups Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Idcs App Roles Limited To Group] - Description:
- is_
account_ boolrecovery_ enrolled - A Boolean value indicating whether or not a user is enrolled for account recovery
- is_
authentication_ booldelegated - 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_ booluser - A Boolean value indicating whether or not the user is federated.
- is_
group_ boolmembership_ normalized - A Boolean value indicating whether or not group membership is normalized for this user.
- is_
group_ boolmembership_ synced_ to_ users_ groups - A Boolean value Indicates whether this User's group membership has been sync'ed from Group.members to UsersGroups.
- notification_
email_ strtemplate_ id - 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_ strlanding_ page - User's preferred landing page following login, logout and reset password.
- service_
user bool - Indicates if User is a Service User
- status str
- A supplemental status indicating the reason why a user is disabled
- support_
accounts Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser User Support Account] - A list of Support Accounts corresponding to user.
- synced_
from_ Sequence[identity.apps 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_ boolcontrolled_ by_ external_ client - A Boolean value indicating whether to bypass notification and return user token to be used by an external client to control the user flow.
- user_
provider str - User Support Account Provider
- user_
tokens Sequence[identity.Get Domains Users User Urnietfparamsscimschemasoracleidcsextensionuser User User Token] - User token returned if userFlowControlledByExternalClient is true
- account
Recovery BooleanRequired - Boolean value to prompt user to setup account recovery during login.
- accounts List<Property Map>
- Accounts assigned to this User. Each value of this attribute refers to an app-specific identity that is owned by this User. Therefore, this attribute is a convenience that allows one to see on each User the Apps to which that User has access.
- app
Roles 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 List<Property Map>Target Apps - 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 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 String - User creation mechanism
- delegated
Authentication List<Property Map>Target Apps - 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 BooleanShow Getting Started - A Boolean value indicating whether or not to hide the getting started page
- grants List<Property Map>
- Grants to this User. Each value of this attribute refers to a Grant to this User of some App (and optionally of some entitlement). Therefore, this attribute is a convenience that allows one to see on each User all of the Grants to that User.
- group
Membership StringLast Modified - Specifies date time when a User's group membership was last modified.
- idcs
App List<Property Map>Roles Limited To Groups - Description:
- is
Account BooleanRecovery Enrolled - A Boolean value indicating whether or not a user is enrolled for account recovery
- is
Authentication BooleanDelegated - 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 BooleanUser - A Boolean value indicating whether or not the user is federated.
- is
Group BooleanMembership Normalized - A Boolean value indicating whether or not group membership is normalized for this user.
- is
Group BooleanMembership Synced To Users Groups - A Boolean value Indicates whether this User's group membership has been sync'ed from Group.members to UsersGroups.
- notification
Email StringTemplate Id - 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 StringLanding Page - User's preferred landing page following login, logout and reset password.
- service
User Boolean - Indicates if User is a Service User
- status String
- A supplemental status indicating the reason why a user is disabled
- support
Accounts List<Property Map> - A list of Support Accounts corresponding to user.
- synced
From List<Property Map>Apps - 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 BooleanControlled By External Client - 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 String - User Support Account Provider
- user
Tokens List<Property Map> - User token returned if userFlowControlledByExternalClient is true
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionuserUserAccount
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionuserUserAppRole
- Admin
Role bool - If true, then the role provides administrative access privileges. READ-ONLY.
- App
Id string - The ID of the App in this Grant.
- App
Name string - The name (Client ID) of the App that defines this AppRole.
- Display string
- A human readable name, primarily used for display purposes.
- Legacy
Group stringName - The name (if any) under which this AppRole should appear in this User's group-memberships for reasons of backward compatibility. Oracle Identity Cloud Service distinguishes between Groups and AppRoles, but some services still expect AppRoles appear as if they were service-instance-specific Groups.
- Ref string
- User Token URI
- Type string
- A label indicating the attribute's function.
- Value string
- The value of a X509 certificate.
- Admin
Role bool - If true, then the role provides administrative access privileges. READ-ONLY.
- App
Id string - The ID of the App in this Grant.
- App
Name string - The name (Client ID) of the App that defines this AppRole.
- Display string
- A human readable name, primarily used for display purposes.
- Legacy
Group stringName - The name (if any) under which this AppRole should appear in this User's group-memberships for reasons of backward compatibility. Oracle Identity Cloud Service distinguishes between Groups and AppRoles, but some services still expect AppRoles appear as if they were service-instance-specific Groups.
- Ref string
- User Token URI
- Type string
- A label indicating the attribute's function.
- Value string
- The value of a X509 certificate.
- admin
Role Boolean - If true, then the role provides administrative access privileges. READ-ONLY.
- app
Id String - The ID of the App in this Grant.
- app
Name String - The name (Client ID) of the App that defines this AppRole.
- display String
- A human readable name, primarily used for display purposes.
- legacy
Group StringName - The name (if any) under which this AppRole should appear in this User's group-memberships for reasons of backward compatibility. Oracle Identity Cloud Service distinguishes between Groups and AppRoles, but some services still expect AppRoles appear as if they were service-instance-specific Groups.
- ref String
- User Token URI
- type String
- A label indicating the attribute's function.
- value String
- The value of a X509 certificate.
- admin
Role boolean - If true, then the role provides administrative access privileges. READ-ONLY.
- app
Id string - The ID of the App in this Grant.
- app
Name string - The name (Client ID) of the App that defines this AppRole.
- display string
- A human readable name, primarily used for display purposes.
- legacy
Group stringName - The name (if any) under which this AppRole should appear in this User's group-memberships for reasons of backward compatibility. Oracle Identity Cloud Service distinguishes between Groups and AppRoles, but some services still expect AppRoles appear as if they were service-instance-specific Groups.
- ref string
- User Token URI
- type string
- A label indicating the attribute's function.
- value string
- The value of a X509 certificate.
- admin_
role bool - If true, then the role provides administrative access privileges. READ-ONLY.
- app_
id str - The ID of the App in this Grant.
- app_
name str - The name (Client ID) of the App that defines this AppRole.
- display str
- A human readable name, primarily used for display purposes.
- legacy_
group_ strname - The name (if any) under which this AppRole should appear in this User's group-memberships for reasons of backward compatibility. Oracle Identity Cloud Service distinguishes between Groups and AppRoles, but some services still expect AppRoles appear as if they were service-instance-specific Groups.
- ref str
- User Token URI
- type str
- A label indicating the attribute's function.
- value str
- The value of a X509 certificate.
- admin
Role Boolean - If true, then the role provides administrative access privileges. READ-ONLY.
- app
Id String - The ID of the App in this Grant.
- app
Name String - The name (Client ID) of the App that defines this AppRole.
- display String
- A human readable name, primarily used for display purposes.
- legacy
Group StringName - The name (if any) under which this AppRole should appear in this User's group-memberships for reasons of backward compatibility. Oracle Identity Cloud Service distinguishes between Groups and AppRoles, but some services still expect AppRoles appear as if they were service-instance-specific Groups.
- ref String
- User Token URI
- type String
- A label indicating the attribute's function.
- value String
- The value of a X509 certificate.
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionuserUserApplicableAuthenticationTargetApp
- Display string
- A human readable name, primarily used for display purposes.
- Ref string
- User Token URI
- Target
Request intTimeout - Timeout interval for Synchronization TargetAction in milliseconds
- Type string
- A label indicating the attribute's function.
- Value string
- The value of a X509 certificate.
- Display string
- A human readable name, primarily used for display purposes.
- Ref string
- User Token URI
- Target
Request intTimeout - Timeout interval for Synchronization TargetAction in milliseconds
- Type string
- A label indicating the attribute's function.
- Value string
- The value of a X509 certificate.
- display String
- A human readable name, primarily used for display purposes.
- ref String
- User Token URI
- target
Request IntegerTimeout - Timeout interval for Synchronization TargetAction in milliseconds
- type String
- A label indicating the attribute's function.
- value String
- The value of a X509 certificate.
- display string
- A human readable name, primarily used for display purposes.
- ref string
- User Token URI
- target
Request numberTimeout - Timeout interval for Synchronization TargetAction in milliseconds
- type string
- A label indicating the attribute's function.
- value string
- The value of a X509 certificate.
- display str
- A human readable name, primarily used for display purposes.
- ref str
- User Token URI
- target_
request_ inttimeout - Timeout interval for Synchronization TargetAction in milliseconds
- type str
- A label indicating the attribute's function.
- value str
- The value of a X509 certificate.
- display String
- A human readable name, primarily used for display purposes.
- ref String
- User Token URI
- target
Request NumberTimeout - Timeout interval for Synchronization TargetAction in milliseconds
- type String
- A label indicating the attribute's function.
- value String
- The value of a X509 certificate.
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionuserUserDelegatedAuthenticationTargetApp
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionuserUserGrant
- App
Id string - The ID of the App in this Grant.
- Grant
Mechanism 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 string - Grantor identifier
- Ref string
- User Token URI
- Value string
- The value of a X509 certificate.
- App
Id string - The ID of the App in this Grant.
- Grant
Mechanism 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 string - Grantor identifier
- Ref string
- User Token URI
- Value string
- The value of a X509 certificate.
- app
Id String - The ID of the App in this Grant.
- grant
Mechanism 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 String - Grantor identifier
- ref String
- User Token URI
- value String
- The value of a X509 certificate.
- app
Id string - The ID of the App in this Grant.
- grant
Mechanism 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 string - Grantor identifier
- ref string
- User Token URI
- value string
- The value of a X509 certificate.
- app_
id str - The ID of the App in this Grant.
- grant_
mechanism str - Each value of grantMechanism indicates how (or by what component) some App (or App-Entitlement) was granted. A customer or the UI should use only grantMechanism values that start with 'ADMINISTRATOR':
- 'ADMINISTRATOR_TO_USER' is for a direct grant to a specific User.
- 'ADMINISTRATOR_TO_GROUP' is for a grant to a specific Group, which results in indirect grants to Users who are members of that Group.
- 'ADMINISTRATOR_TO_APP' is for a grant to a specific App. The grantee (client) App gains access to the granted (server) App.
- grantor_
id str - Grantor identifier
- ref str
- User Token URI
- value str
- The value of a X509 certificate.
- app
Id String - The ID of the App in this Grant.
- grant
Mechanism 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 String - Grantor identifier
- ref String
- User Token URI
- value String
- The value of a X509 certificate.
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionuserUserIdcsAppRolesLimitedToGroup
- Display string
- A human readable name, primarily used for display purposes.
- Idcs
App stringRole Id - The id of the Oracle Identity Cloud Service AppRole grant limited to one or more Groups.
- Ocid string
- The OCID of the user's support account.
- Ref string
- User Token URI
- Value string
- The value of a X509 certificate.
- Display string
- A human readable name, primarily used for display purposes.
- Idcs
App stringRole Id - The id of the Oracle Identity Cloud Service AppRole grant limited to one or more Groups.
- Ocid string
- The OCID of the user's support account.
- Ref string
- User Token URI
- Value string
- The value of a X509 certificate.
- display String
- A human readable name, primarily used for display purposes.
- idcs
App StringRole Id - The id of the Oracle Identity Cloud Service AppRole grant limited to one or more Groups.
- ocid String
- The OCID of the user's support account.
- ref String
- User Token URI
- value String
- The value of a X509 certificate.
- display string
- A human readable name, primarily used for display purposes.
- idcs
App stringRole Id - The id of the Oracle Identity Cloud Service AppRole grant limited to one or more Groups.
- ocid string
- The OCID of the user's support account.
- ref string
- User Token URI
- value string
- The value of a X509 certificate.
- display str
- A human readable name, primarily used for display purposes.
- idcs_
app_ strrole_ id - The id of the Oracle Identity Cloud Service AppRole grant limited to one or more Groups.
- ocid str
- The OCID of the user's support account.
- ref str
- User Token URI
- value str
- The value of a X509 certificate.
- display String
- A human readable name, primarily used for display purposes.
- idcs
App StringRole Id - The id of the Oracle Identity Cloud Service AppRole grant limited to one or more Groups.
- ocid String
- The OCID of the user's support account.
- ref String
- User Token URI
- value String
- The value of a X509 certificate.
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionuserUserSupportAccount
- Ocid string
- The OCID of the user's support account.
- Ref string
- User Token URI
- User
Id string - User Support User Id
- User
Provider string - User Support Account Provider
- Value string
- The value of a X509 certificate.
- Ocid string
- The OCID of the user's support account.
- Ref string
- User Token URI
- User
Id string - User Support User Id
- User
Provider string - User Support Account Provider
- Value string
- The value of a X509 certificate.
- ocid String
- The OCID of the user's support account.
- ref String
- User Token URI
- user
Id String - User Support User Id
- user
Provider String - User Support Account Provider
- value String
- The value of a X509 certificate.
- ocid string
- The OCID of the user's support account.
- ref string
- User Token URI
- user
Id string - User Support User Id
- user
Provider string - User Support Account Provider
- value string
- The value of a X509 certificate.
- ocid str
- The OCID of the user's support account.
- ref str
- User Token URI
- user_
id str - User Support User Id
- user_
provider str - User Support Account Provider
- value str
- The value of a X509 certificate.
- ocid String
- The OCID of the user's support account.
- ref String
- User Token URI
- user
Id String - User Support User Id
- user
Provider String - User Support Account Provider
- value String
- The value of a X509 certificate.
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionuserUserSyncedFromApp
GetDomainsUsersUserUrnietfparamsscimschemasoracleidcsextensionuserUserUserToken
GetDomainsUsersUserX509certificate
- Display string
- A human readable name, primarily used for display purposes.
- Primary bool
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- Type string
- A label indicating the attribute's function.
- Value string
- The value of a X509 certificate.
- Display string
- A human readable name, primarily used for display purposes.
- Primary bool
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- Type string
- A label indicating the attribute's function.
- Value string
- The value of a X509 certificate.
- display String
- A human readable name, primarily used for display purposes.
- primary Boolean
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- type String
- A label indicating the attribute's function.
- value String
- The value of a X509 certificate.
- display string
- A human readable name, primarily used for display purposes.
- primary boolean
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- type string
- A label indicating the attribute's function.
- value string
- The value of a X509 certificate.
- display str
- A human readable name, primarily used for display purposes.
- primary bool
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- type str
- A label indicating the attribute's function.
- value str
- The value of a X509 certificate.
- display String
- A human readable name, primarily used for display purposes.
- primary Boolean
- A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.
- type String
- A label indicating the attribute's function.
- value String
- The value of a X509 certificate.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi