Oracle Cloud Infrastructure v2.30.0 published on Monday, Apr 14, 2025 by Pulumi
oci.Identity.getDomainsAuthenticationFactorSettings
Explore with Pulumi AI
This data source provides the list of Authentication Factor Settings in Oracle Cloud Infrastructure Identity Domains service.
Search Authentication Factor Settings
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testAuthenticationFactorSettings = oci.Identity.getDomainsAuthenticationFactorSettings({
idcsEndpoint: testDomain.url,
attributeSets: [],
attributes: "",
authorization: authenticationFactorSettingAuthorization,
resourceTypeSchemaVersion: authenticationFactorSettingResourceTypeSchemaVersion,
});
import pulumi
import pulumi_oci as oci
test_authentication_factor_settings = oci.Identity.get_domains_authentication_factor_settings(idcs_endpoint=test_domain["url"],
attribute_sets=[],
attributes="",
authorization=authentication_factor_setting_authorization,
resource_type_schema_version=authentication_factor_setting_resource_type_schema_version)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/identity"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := identity.GetDomainsAuthenticationFactorSettings(ctx, &identity.GetDomainsAuthenticationFactorSettingsArgs{
IdcsEndpoint: testDomain.Url,
AttributeSets: []interface{}{},
Attributes: pulumi.StringRef(""),
Authorization: pulumi.StringRef(authenticationFactorSettingAuthorization),
ResourceTypeSchemaVersion: pulumi.StringRef(authenticationFactorSettingResourceTypeSchemaVersion),
}, 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 testAuthenticationFactorSettings = Oci.Identity.GetDomainsAuthenticationFactorSettings.Invoke(new()
{
IdcsEndpoint = testDomain.Url,
AttributeSets = new() { },
Attributes = "",
Authorization = authenticationFactorSettingAuthorization,
ResourceTypeSchemaVersion = authenticationFactorSettingResourceTypeSchemaVersion,
});
});
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.GetDomainsAuthenticationFactorSettingsArgs;
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 testAuthenticationFactorSettings = IdentityFunctions.getDomainsAuthenticationFactorSettings(GetDomainsAuthenticationFactorSettingsArgs.builder()
.idcsEndpoint(testDomain.url())
.attributeSets()
.attributes("")
.authorization(authenticationFactorSettingAuthorization)
.resourceTypeSchemaVersion(authenticationFactorSettingResourceTypeSchemaVersion)
.build());
}
}
variables:
testAuthenticationFactorSettings:
fn::invoke:
function: oci:Identity:getDomainsAuthenticationFactorSettings
arguments:
idcsEndpoint: ${testDomain.url}
attributeSets: []
attributes: ""
authorization: ${authenticationFactorSettingAuthorization}
resourceTypeSchemaVersion: ${authenticationFactorSettingResourceTypeSchemaVersion}
Using getDomainsAuthenticationFactorSettings
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 getDomainsAuthenticationFactorSettings(args: GetDomainsAuthenticationFactorSettingsArgs, opts?: InvokeOptions): Promise<GetDomainsAuthenticationFactorSettingsResult>
function getDomainsAuthenticationFactorSettingsOutput(args: GetDomainsAuthenticationFactorSettingsOutputArgs, opts?: InvokeOptions): Output<GetDomainsAuthenticationFactorSettingsResult>
def get_domains_authentication_factor_settings(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,
opts: Optional[InvokeOptions] = None) -> GetDomainsAuthenticationFactorSettingsResult
def get_domains_authentication_factor_settings_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,
opts: Optional[InvokeOptions] = None) -> Output[GetDomainsAuthenticationFactorSettingsResult]
func GetDomainsAuthenticationFactorSettings(ctx *Context, args *GetDomainsAuthenticationFactorSettingsArgs, opts ...InvokeOption) (*GetDomainsAuthenticationFactorSettingsResult, error)
func GetDomainsAuthenticationFactorSettingsOutput(ctx *Context, args *GetDomainsAuthenticationFactorSettingsOutputArgs, opts ...InvokeOption) GetDomainsAuthenticationFactorSettingsResultOutput
> Note: This function is named GetDomainsAuthenticationFactorSettings
in the Go SDK.
public static class GetDomainsAuthenticationFactorSettings
{
public static Task<GetDomainsAuthenticationFactorSettingsResult> InvokeAsync(GetDomainsAuthenticationFactorSettingsArgs args, InvokeOptions? opts = null)
public static Output<GetDomainsAuthenticationFactorSettingsResult> Invoke(GetDomainsAuthenticationFactorSettingsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDomainsAuthenticationFactorSettingsResult> getDomainsAuthenticationFactorSettings(GetDomainsAuthenticationFactorSettingsArgs args, InvokeOptions options)
public static Output<GetDomainsAuthenticationFactorSettingsResult> getDomainsAuthenticationFactorSettings(GetDomainsAuthenticationFactorSettingsArgs args, InvokeOptions options)
fn::invoke:
function: oci:Identity/getDomainsAuthenticationFactorSettings:getDomainsAuthenticationFactorSettings
arguments:
# arguments dictionary
The following arguments are supported:
- Idcs
Endpoint This property is required. string - The basic endpoint for the identity domain
- Attribute
Sets List<string> - A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
- Attributes string
- A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- string
- The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- Compartment
Id string - Resource
Type stringSchema Version - An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- Idcs
Endpoint This property is required. string - The basic endpoint for the identity domain
- Attribute
Sets []string - A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
- Attributes string
- A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- string
- The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- Compartment
Id string - Resource
Type stringSchema Version - An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- idcs
Endpoint This property is required. String - The basic endpoint for the identity domain
- attribute
Sets List<String> - A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
- attributes String
- A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- String
- The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- compartment
Id String - resource
Type StringSchema Version - An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- idcs
Endpoint This property is required. string - The basic endpoint for the identity domain
- attribute
Sets string[] - A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
- attributes string
- A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- string
- The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- compartment
Id string - resource
Type stringSchema Version - An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- idcs_
endpoint This property is required. str - The basic endpoint for the identity domain
- attribute_
sets Sequence[str] - A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
- attributes str
- A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- str
- The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- compartment_
id str - resource_
type_ strschema_ version - An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- idcs
Endpoint This property is required. String - The basic endpoint for the identity domain
- attribute
Sets List<String> - A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
- attributes String
- A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- String
- The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- compartment
Id String - resource
Type StringSchema Version - An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
getDomainsAuthenticationFactorSettings Result
The following output properties are available:
- Authentication
Factor List<GetSettings Domains Authentication Factor Settings Authentication Factor Setting> - The list of authentication_factor_settings.
- 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.
- Start
Index int - Total
Results int - Attribute
Sets List<string> - Attributes string
- string
- Compartment
Id string - Resource
Type stringSchema Version
- Authentication
Factor []GetSettings Domains Authentication Factor Settings Authentication Factor Setting - The list of authentication_factor_settings.
- 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.
- Start
Index int - Total
Results int - Attribute
Sets []string - Attributes string
- string
- Compartment
Id string - Resource
Type stringSchema Version
- authentication
Factor List<GetSettings Domains Authentication Factor Settings Authentication Factor Setting> - The list of authentication_factor_settings.
- 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.
- start
Index Integer - total
Results Integer - attribute
Sets List<String> - attributes String
- String
- compartment
Id String - resource
Type StringSchema Version
- authentication
Factor GetSettings Domains Authentication Factor Settings Authentication Factor Setting[] - The list of authentication_factor_settings.
- 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.
- start
Index number - total
Results number - attribute
Sets string[] - attributes string
- string
- compartment
Id string - resource
Type stringSchema Version
- authentication_
factor_ Sequence[identity.settings Get Domains Authentication Factor Settings Authentication Factor Setting] - The list of authentication_factor_settings.
- 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.
- start_
index int - total_
results int - attribute_
sets Sequence[str] - attributes str
- str
- compartment_
id str - resource_
type_ strschema_ version
- authentication
Factor List<Property Map>Settings - The list of authentication_factor_settings.
- 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.
- start
Index Number - total
Results Number - attribute
Sets List<String> - attributes String
- String
- compartment
Id String - resource
Type StringSchema Version
Supporting Types
GetDomainsAuthenticationFactorSettingsAuthenticationFactorSetting
- Attribute
Sets This property is required. List<string> - A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
- Attributes
This property is required. string - A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- Authentication
Factor Setting Id This property is required. string This property is required. string- The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- Auto
Enroll Email Factor Disabled This property is required. bool - If true, indicates that email will not be enrolled as a MFA factor automatically if it a account recovery factor
- Bypass
Code Enabled This property is required. bool - If true, indicates that Bypass Code is enabled for authentication
- Bypass
Code Settings This property is required. List<GetDomains Authentication Factor Settings Authentication Factor Setting Bypass Code Setting> - Settings related to the bypass code, such as bypass code length, bypass code expiry, max active bypass codes, and so on
- Client
App Settings This property is required. List<GetDomains Authentication Factor Settings Authentication Factor Setting Client App Setting> - Settings related to compliance, Personal Identification Number (PIN) policy, and so on
- Compartment
Ocid This property is required. string - Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
- Compliance
Policies This property is required. List<GetDomains Authentication Factor Settings Authentication Factor Setting Compliance Policy> - Compliance Policy that defines actions to be taken when a condition is violated
- Delete
In Progress This property is required. bool - A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
- Domain
Ocid This property is required. string - Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
- Email
Enabled This property is required. bool - If true, indicates that the EMAIL channel is enabled for authentication
- Email
Settings This property is required. List<GetDomains Authentication Factor Settings Authentication Factor Setting Email Setting> - Settings related to Email Factor, such as enabled email magic link factor, custom url for Email Link
- Endpoint
Restrictions This property is required. List<GetDomains Authentication Factor Settings Authentication Factor Setting Endpoint Restriction> - Settings that describe the set of restrictions that the system should apply to devices and trusted endpoints of a user
- Fido
Authenticator Enabled This property is required. bool - If true, indicates that the Fido Authenticator channels are enabled for authentication
- Hide
Backup Factor Enabled This property is required. bool - If true, indicates that 'Show backup factor(s)' button will be hidden during authentication
- Id
This property is required. string - Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
- Idcs
Created Bies This property is required. List<GetDomains Authentication Factor Settings Authentication Factor Setting Idcs Created By> - The User or App who created the Resource
- Idcs
Endpoint This property is required. string - The basic endpoint for the identity domain
- Idcs
Last Modified Bies This property is required. List<GetDomains Authentication Factor Settings Authentication Factor Setting Idcs Last Modified By> - The User or App who modified the Resource
- Idcs
Last Upgraded In Release This property is required. string - The release number when the resource was upgraded.
- Idcs
Prevented Operations This property is required. List<string> - Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
- Identity
Store Settings This property is required. List<GetDomains Authentication Factor Settings Authentication Factor Setting Identity Store Setting> - Settings related to the use of a user's profile details from the identity store
- Metas
This property is required. List<GetDomains Authentication Factor Settings Authentication Factor Setting Meta> - A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
- Mfa
Enabled Category This property is required. string - Specifies the category of people for whom Multi-Factor Authentication is enabled. This is a readOnly attribute which reflects the value of mfaEnabledCategory attribute in SsoSettings
- Mfa
Enrollment Type This property is required. string - Specifies if Multi-Factor Authentication enrollment is mandatory or optional for a user
- Notification
Settings This property is required. List<GetDomains Authentication Factor Settings Authentication Factor Setting Notification Setting> - Settings related to the Mobile App Notification channel, such as pull
- Ocid
This property is required. string - Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
- Phone
Call Enabled This property is required. bool - If true, indicates that the phone (PHONE_CALL) channel is enabled for authentication
- Push
Enabled This property is required. bool - If true, indicates that the Mobile App Push Notification channel is enabled for authentication
- Resource
Type Schema Version This property is required. string - An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- Schemas
This property is required. List<string> - REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
- Security
Questions Enabled This property is required. bool - If true, indicates that Security Questions are enabled for authentication
- Sms
Enabled This property is required. bool - If true, indicates that the Short Message Service (SMS) channel is enabled for authentication
This property is required. List<GetDomains Authentication Factor Settings Authentication Factor Setting Tag> - A list of tags on this resource.
- Tenancy
Ocid This property is required. string - Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
- Third
Party Factors This property is required. List<GetDomains Authentication Factor Settings Authentication Factor Setting Third Party Factor> - Settings related to third-party factor
- Totp
Enabled This property is required. bool - If true, indicates that the Mobile App One Time Passcode channel is enabled for authentication
- Totp
Settings This property is required. List<GetDomains Authentication Factor Settings Authentication Factor Setting Totp Setting> - Settings related to Time-Based One-Time Passcodes (TOTP), such as hashing algo, totp time step, passcode length, and so on
- Urnietfparamsscimschemasoracleidcsextensionfido
Authentication Factor Settings This property is required. List<GetDomains Authentication Factor Settings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionfido Authentication Factor Setting> - This extension defines attributes used to manage Multi-Factor Authentication settings of fido authentication
- Urnietfparamsscimschemasoracleidcsextensionthird
Party Authentication Factor Settings This property is required. List<GetDomains Authentication Factor Settings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionthird Party Authentication Factor Setting> - This extension defines attributes used to manage Multi-Factor Authentication settings of third party provider
- User
Enrollment Disabled Factors This property is required. List<string> - Factors for which enrollment should be blocked for End User
- Yubico
Otp Enabled This property is required. bool - If true, indicates that the Yubico OTP is enabled for authentication
- Attribute
Sets This property is required. []string - A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
- Attributes
This property is required. string - A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- Authentication
Factor Setting Id This property is required. string This property is required. string- The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- Auto
Enroll Email Factor Disabled This property is required. bool - If true, indicates that email will not be enrolled as a MFA factor automatically if it a account recovery factor
- Bypass
Code Enabled This property is required. bool - If true, indicates that Bypass Code is enabled for authentication
- Bypass
Code Settings This property is required. []GetDomains Authentication Factor Settings Authentication Factor Setting Bypass Code Setting - Settings related to the bypass code, such as bypass code length, bypass code expiry, max active bypass codes, and so on
- Client
App Settings This property is required. []GetDomains Authentication Factor Settings Authentication Factor Setting Client App Setting - Settings related to compliance, Personal Identification Number (PIN) policy, and so on
- Compartment
Ocid This property is required. string - Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
- Compliance
Policies This property is required. []GetDomains Authentication Factor Settings Authentication Factor Setting Compliance Policy - Compliance Policy that defines actions to be taken when a condition is violated
- Delete
In Progress This property is required. bool - A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
- Domain
Ocid This property is required. string - Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
- Email
Enabled This property is required. bool - If true, indicates that the EMAIL channel is enabled for authentication
- Email
Settings This property is required. []GetDomains Authentication Factor Settings Authentication Factor Setting Email Setting - Settings related to Email Factor, such as enabled email magic link factor, custom url for Email Link
- Endpoint
Restrictions This property is required. []GetDomains Authentication Factor Settings Authentication Factor Setting Endpoint Restriction - Settings that describe the set of restrictions that the system should apply to devices and trusted endpoints of a user
- Fido
Authenticator Enabled This property is required. bool - If true, indicates that the Fido Authenticator channels are enabled for authentication
- Hide
Backup Factor Enabled This property is required. bool - If true, indicates that 'Show backup factor(s)' button will be hidden during authentication
- Id
This property is required. string - Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
- Idcs
Created Bies This property is required. []GetDomains Authentication Factor Settings Authentication Factor Setting Idcs Created By - The User or App who created the Resource
- Idcs
Endpoint This property is required. string - The basic endpoint for the identity domain
- Idcs
Last Modified Bies This property is required. []GetDomains Authentication Factor Settings Authentication Factor Setting Idcs Last Modified By - The User or App who modified the Resource
- Idcs
Last Upgraded In Release This property is required. string - The release number when the resource was upgraded.
- Idcs
Prevented Operations This property is required. []string - Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
- Identity
Store Settings This property is required. []GetDomains Authentication Factor Settings Authentication Factor Setting Identity Store Setting - Settings related to the use of a user's profile details from the identity store
- Metas
This property is required. []GetDomains Authentication Factor Settings Authentication Factor Setting Meta - A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
- Mfa
Enabled Category This property is required. string - Specifies the category of people for whom Multi-Factor Authentication is enabled. This is a readOnly attribute which reflects the value of mfaEnabledCategory attribute in SsoSettings
- Mfa
Enrollment Type This property is required. string - Specifies if Multi-Factor Authentication enrollment is mandatory or optional for a user
- Notification
Settings This property is required. []GetDomains Authentication Factor Settings Authentication Factor Setting Notification Setting - Settings related to the Mobile App Notification channel, such as pull
- Ocid
This property is required. string - Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
- Phone
Call Enabled This property is required. bool - If true, indicates that the phone (PHONE_CALL) channel is enabled for authentication
- Push
Enabled This property is required. bool - If true, indicates that the Mobile App Push Notification channel is enabled for authentication
- Resource
Type Schema Version This property is required. string - An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- Schemas
This property is required. []string - REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
- Security
Questions Enabled This property is required. bool - If true, indicates that Security Questions are enabled for authentication
- Sms
Enabled This property is required. bool - If true, indicates that the Short Message Service (SMS) channel is enabled for authentication
This property is required. []GetDomains Authentication Factor Settings Authentication Factor Setting Tag - A list of tags on this resource.
- Tenancy
Ocid This property is required. string - Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
- Third
Party Factors This property is required. []GetDomains Authentication Factor Settings Authentication Factor Setting Third Party Factor - Settings related to third-party factor
- Totp
Enabled This property is required. bool - If true, indicates that the Mobile App One Time Passcode channel is enabled for authentication
- Totp
Settings This property is required. []GetDomains Authentication Factor Settings Authentication Factor Setting Totp Setting - Settings related to Time-Based One-Time Passcodes (TOTP), such as hashing algo, totp time step, passcode length, and so on
- Urnietfparamsscimschemasoracleidcsextensionfido
Authentication Factor Settings This property is required. []GetDomains Authentication Factor Settings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionfido Authentication Factor Setting - This extension defines attributes used to manage Multi-Factor Authentication settings of fido authentication
- Urnietfparamsscimschemasoracleidcsextensionthird
Party Authentication Factor Settings This property is required. []GetDomains Authentication Factor Settings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionthird Party Authentication Factor Setting - This extension defines attributes used to manage Multi-Factor Authentication settings of third party provider
- User
Enrollment Disabled Factors This property is required. []string - Factors for which enrollment should be blocked for End User
- Yubico
Otp Enabled This property is required. bool - If true, indicates that the Yubico OTP is enabled for authentication
- attribute
Sets This property is required. List<String> - A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
- attributes
This property is required. String - A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- authentication
Factor Setting Id This property is required. String This property is required. String- The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- auto
Enroll Email Factor Disabled This property is required. Boolean - If true, indicates that email will not be enrolled as a MFA factor automatically if it a account recovery factor
- bypass
Code Enabled This property is required. Boolean - If true, indicates that Bypass Code is enabled for authentication
- bypass
Code Settings This property is required. List<GetDomains Authentication Factor Settings Authentication Factor Setting Bypass Code Setting> - Settings related to the bypass code, such as bypass code length, bypass code expiry, max active bypass codes, and so on
- client
App Settings This property is required. List<GetDomains Authentication Factor Settings Authentication Factor Setting Client App Setting> - Settings related to compliance, Personal Identification Number (PIN) policy, and so on
- compartment
Ocid This property is required. String - Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
- compliance
Policies This property is required. List<GetDomains Authentication Factor Settings Authentication Factor Setting Compliance Policy> - Compliance Policy that defines actions to be taken when a condition is violated
- delete
In Progress This property is required. Boolean - A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
- domain
Ocid This property is required. String - Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
- email
Enabled This property is required. Boolean - If true, indicates that the EMAIL channel is enabled for authentication
- email
Settings This property is required. List<GetDomains Authentication Factor Settings Authentication Factor Setting Email Setting> - Settings related to Email Factor, such as enabled email magic link factor, custom url for Email Link
- endpoint
Restrictions This property is required. List<GetDomains Authentication Factor Settings Authentication Factor Setting Endpoint Restriction> - Settings that describe the set of restrictions that the system should apply to devices and trusted endpoints of a user
- fido
Authenticator Enabled This property is required. Boolean - If true, indicates that the Fido Authenticator channels are enabled for authentication
- hide
Backup Factor Enabled This property is required. Boolean - If true, indicates that 'Show backup factor(s)' button will be hidden during authentication
- id
This property is required. String - Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
- idcs
Created Bies This property is required. List<GetDomains Authentication Factor Settings Authentication Factor Setting Idcs Created By> - The User or App who created the Resource
- idcs
Endpoint This property is required. String - The basic endpoint for the identity domain
- idcs
Last Modified Bies This property is required. List<GetDomains Authentication Factor Settings Authentication Factor Setting Idcs Last Modified By> - The User or App who modified the Resource
- idcs
Last Upgraded In Release This property is required. String - The release number when the resource was upgraded.
- idcs
Prevented Operations This property is required. List<String> - Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
- identity
Store Settings This property is required. List<GetDomains Authentication Factor Settings Authentication Factor Setting Store Setting> - Settings related to the use of a user's profile details from the identity store
- metas
This property is required. List<GetDomains Authentication Factor Settings Authentication Factor Setting Meta> - A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
- mfa
Enabled Category This property is required. String - Specifies the category of people for whom Multi-Factor Authentication is enabled. This is a readOnly attribute which reflects the value of mfaEnabledCategory attribute in SsoSettings
- mfa
Enrollment Type This property is required. String - Specifies if Multi-Factor Authentication enrollment is mandatory or optional for a user
- notification
Settings This property is required. List<GetDomains Authentication Factor Settings Authentication Factor Setting Notification Setting> - Settings related to the Mobile App Notification channel, such as pull
- ocid
This property is required. String - Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
- phone
Call Enabled This property is required. Boolean - If true, indicates that the phone (PHONE_CALL) channel is enabled for authentication
- push
Enabled This property is required. Boolean - If true, indicates that the Mobile App Push Notification channel is enabled for authentication
- resource
Type Schema Version This property is required. String - An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- schemas
This property is required. List<String> - REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
- security
Questions Enabled This property is required. Boolean - If true, indicates that Security Questions are enabled for authentication
- sms
Enabled This property is required. Boolean - If true, indicates that the Short Message Service (SMS) channel is enabled for authentication
This property is required. List<GetDomains Authentication Factor Settings Authentication Factor Setting Tag> - A list of tags on this resource.
- tenancy
Ocid This property is required. String - Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
- third
Party Factors This property is required. List<GetDomains Authentication Factor Settings Authentication Factor Setting Third Party Factor> - Settings related to third-party factor
- totp
Enabled This property is required. Boolean - If true, indicates that the Mobile App One Time Passcode channel is enabled for authentication
- totp
Settings This property is required. List<GetDomains Authentication Factor Settings Authentication Factor Setting Totp Setting> - Settings related to Time-Based One-Time Passcodes (TOTP), such as hashing algo, totp time step, passcode length, and so on
- urnietfparamsscimschemasoracleidcsextensionfido
Authentication Factor Settings This property is required. List<GetDomains Authentication Factor Settings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionfido Authentication Factor Setting> - This extension defines attributes used to manage Multi-Factor Authentication settings of fido authentication
- urnietfparamsscimschemasoracleidcsextensionthird
Party Authentication Factor Settings This property is required. List<GetDomains Authentication Factor Settings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionthird Party Authentication Factor Setting> - This extension defines attributes used to manage Multi-Factor Authentication settings of third party provider
- user
Enrollment Disabled Factors This property is required. List<String> - Factors for which enrollment should be blocked for End User
- yubico
Otp Enabled This property is required. Boolean - If true, indicates that the Yubico OTP is enabled for authentication
- attribute
Sets This property is required. string[] - A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
- attributes
This property is required. string - A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- authentication
Factor Setting Id This property is required. string This property is required. string- The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- auto
Enroll Email Factor Disabled This property is required. boolean - If true, indicates that email will not be enrolled as a MFA factor automatically if it a account recovery factor
- bypass
Code Enabled This property is required. boolean - If true, indicates that Bypass Code is enabled for authentication
- bypass
Code Settings This property is required. GetDomains Authentication Factor Settings Authentication Factor Setting Bypass Code Setting[] - Settings related to the bypass code, such as bypass code length, bypass code expiry, max active bypass codes, and so on
- client
App Settings This property is required. GetDomains Authentication Factor Settings Authentication Factor Setting Client App Setting[] - Settings related to compliance, Personal Identification Number (PIN) policy, and so on
- compartment
Ocid This property is required. string - Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
- compliance
Policies This property is required. GetDomains Authentication Factor Settings Authentication Factor Setting Compliance Policy[] - Compliance Policy that defines actions to be taken when a condition is violated
- delete
In Progress This property is required. boolean - A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
- domain
Ocid This property is required. string - Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
- email
Enabled This property is required. boolean - If true, indicates that the EMAIL channel is enabled for authentication
- email
Settings This property is required. GetDomains Authentication Factor Settings Authentication Factor Setting Email Setting[] - Settings related to Email Factor, such as enabled email magic link factor, custom url for Email Link
- endpoint
Restrictions This property is required. GetDomains Authentication Factor Settings Authentication Factor Setting Endpoint Restriction[] - Settings that describe the set of restrictions that the system should apply to devices and trusted endpoints of a user
- fido
Authenticator Enabled This property is required. boolean - If true, indicates that the Fido Authenticator channels are enabled for authentication
- hide
Backup Factor Enabled This property is required. boolean - If true, indicates that 'Show backup factor(s)' button will be hidden during authentication
- id
This property is required. string - Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
- idcs
Created Bies This property is required. GetDomains Authentication Factor Settings Authentication Factor Setting Idcs Created By[] - The User or App who created the Resource
- idcs
Endpoint This property is required. string - The basic endpoint for the identity domain
- idcs
Last Modified Bies This property is required. GetDomains Authentication Factor Settings Authentication Factor Setting Idcs Last Modified By[] - The User or App who modified the Resource
- idcs
Last Upgraded In Release This property is required. string - The release number when the resource was upgraded.
- idcs
Prevented Operations This property is required. string[] - Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
- identity
Store Settings This property is required. GetDomains Authentication Factor Settings Authentication Factor Setting Identity Store Setting[] - Settings related to the use of a user's profile details from the identity store
- metas
This property is required. GetDomains Authentication Factor Settings Authentication Factor Setting Meta[] - A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
- mfa
Enabled Category This property is required. string - Specifies the category of people for whom Multi-Factor Authentication is enabled. This is a readOnly attribute which reflects the value of mfaEnabledCategory attribute in SsoSettings
- mfa
Enrollment Type This property is required. string - Specifies if Multi-Factor Authentication enrollment is mandatory or optional for a user
- notification
Settings This property is required. GetDomains Authentication Factor Settings Authentication Factor Setting Notification Setting[] - Settings related to the Mobile App Notification channel, such as pull
- ocid
This property is required. string - Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
- phone
Call Enabled This property is required. boolean - If true, indicates that the phone (PHONE_CALL) channel is enabled for authentication
- push
Enabled This property is required. boolean - If true, indicates that the Mobile App Push Notification channel is enabled for authentication
- resource
Type Schema Version This property is required. string - An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- schemas
This property is required. string[] - REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
- security
Questions Enabled This property is required. boolean - If true, indicates that Security Questions are enabled for authentication
- sms
Enabled This property is required. boolean - If true, indicates that the Short Message Service (SMS) channel is enabled for authentication
This property is required. GetDomains Authentication Factor Settings Authentication Factor Setting Tag[] - A list of tags on this resource.
- tenancy
Ocid This property is required. string - Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
- third
Party Factors This property is required. GetDomains Authentication Factor Settings Authentication Factor Setting Third Party Factor[] - Settings related to third-party factor
- totp
Enabled This property is required. boolean - If true, indicates that the Mobile App One Time Passcode channel is enabled for authentication
- totp
Settings This property is required. GetDomains Authentication Factor Settings Authentication Factor Setting Totp Setting[] - Settings related to Time-Based One-Time Passcodes (TOTP), such as hashing algo, totp time step, passcode length, and so on
- urnietfparamsscimschemasoracleidcsextensionfido
Authentication Factor Settings This property is required. GetDomains Authentication Factor Settings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionfido Authentication Factor Setting[] - This extension defines attributes used to manage Multi-Factor Authentication settings of fido authentication
- urnietfparamsscimschemasoracleidcsextensionthird
Party Authentication Factor Settings This property is required. GetDomains Authentication Factor Settings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionthird Party Authentication Factor Setting[] - This extension defines attributes used to manage Multi-Factor Authentication settings of third party provider
- user
Enrollment Disabled Factors This property is required. string[] - Factors for which enrollment should be blocked for End User
- yubico
Otp Enabled This property is required. boolean - If true, indicates that the Yubico OTP is enabled for authentication
- attribute_
sets This property is required. Sequence[str] - A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
- attributes
This property is required. str - A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- authentication_
factor_ setting_ id This property is required. str This property is required. str- The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- auto_
enroll_ email_ factor_ disabled This property is required. bool - If true, indicates that email will not be enrolled as a MFA factor automatically if it a account recovery factor
- bypass_
code_ enabled This property is required. bool - If true, indicates that Bypass Code is enabled for authentication
- bypass_
code_ settings This property is required. Sequence[identity.Get Domains Authentication Factor Settings Authentication Factor Setting Bypass Code Setting] - Settings related to the bypass code, such as bypass code length, bypass code expiry, max active bypass codes, and so on
- client_
app_ settings This property is required. Sequence[identity.Get Domains Authentication Factor Settings Authentication Factor Setting Client App Setting] - Settings related to compliance, Personal Identification Number (PIN) policy, and so on
- compartment_
ocid This property is required. str - Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
- compliance_
policies This property is required. Sequence[identity.Get Domains Authentication Factor Settings Authentication Factor Setting Compliance Policy] - Compliance Policy that defines actions to be taken when a condition is violated
- delete_
in_ progress This property is required. bool - A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
- domain_
ocid This property is required. str - Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
- email_
enabled This property is required. bool - If true, indicates that the EMAIL channel is enabled for authentication
- email_
settings This property is required. Sequence[identity.Get Domains Authentication Factor Settings Authentication Factor Setting Email Setting] - Settings related to Email Factor, such as enabled email magic link factor, custom url for Email Link
- endpoint_
restrictions This property is required. Sequence[identity.Get Domains Authentication Factor Settings Authentication Factor Setting Endpoint Restriction] - Settings that describe the set of restrictions that the system should apply to devices and trusted endpoints of a user
- fido_
authenticator_ enabled This property is required. bool - If true, indicates that the Fido Authenticator channels are enabled for authentication
- hide_
backup_ factor_ enabled This property is required. bool - If true, indicates that 'Show backup factor(s)' button will be hidden during authentication
- id
This property is required. str - Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
- idcs_
created_ bies This property is required. Sequence[identity.Get Domains Authentication Factor Settings Authentication Factor Setting Idcs Created By] - The User or App who created the Resource
- idcs_
endpoint This property is required. str - The basic endpoint for the identity domain
- idcs_
last_ modified_ bies This property is required. Sequence[identity.Get Domains Authentication Factor Settings Authentication Factor Setting Idcs Last Modified By] - The User or App who modified the Resource
- idcs_
last_ upgraded_ in_ release This property is required. str - The release number when the resource was upgraded.
- idcs_
prevented_ operations This property is required. Sequence[str] - Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
- identity_
store_ settings This property is required. Sequence[identity.Get Domains Authentication Factor Settings Authentication Factor Setting Identity Store Setting] - Settings related to the use of a user's profile details from the identity store
- metas
This property is required. Sequence[identity.Get Domains Authentication Factor Settings Authentication Factor Setting Meta] - A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
- mfa_
enabled_ category This property is required. str - Specifies the category of people for whom Multi-Factor Authentication is enabled. This is a readOnly attribute which reflects the value of mfaEnabledCategory attribute in SsoSettings
- mfa_
enrollment_ type This property is required. str - Specifies if Multi-Factor Authentication enrollment is mandatory or optional for a user
- notification_
settings This property is required. Sequence[identity.Get Domains Authentication Factor Settings Authentication Factor Setting Notification Setting] - Settings related to the Mobile App Notification channel, such as pull
- ocid
This property is required. str - Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
- phone_
call_ enabled This property is required. bool - If true, indicates that the phone (PHONE_CALL) channel is enabled for authentication
- push_
enabled This property is required. bool - If true, indicates that the Mobile App Push Notification channel is enabled for authentication
- resource_
type_ schema_ version This property is required. str - An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- schemas
This property is required. Sequence[str] - REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
- security_
questions_ enabled This property is required. bool - If true, indicates that Security Questions are enabled for authentication
- sms_
enabled This property is required. bool - If true, indicates that the Short Message Service (SMS) channel is enabled for authentication
This property is required. Sequence[identity.Get Domains Authentication Factor Settings Authentication Factor Setting Tag] - A list of tags on this resource.
- tenancy_
ocid This property is required. str - Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
- third_
party_ factors This property is required. Sequence[identity.Get Domains Authentication Factor Settings Authentication Factor Setting Third Party Factor] - Settings related to third-party factor
- totp_
enabled This property is required. bool - If true, indicates that the Mobile App One Time Passcode channel is enabled for authentication
- totp_
settings This property is required. Sequence[identity.Get Domains Authentication Factor Settings Authentication Factor Setting Totp Setting] - Settings related to Time-Based One-Time Passcodes (TOTP), such as hashing algo, totp time step, passcode length, and so on
- urnietfparamsscimschemasoracleidcsextensionfido_
authentication_ factor_ settings This property is required. Sequence[identity.Get Domains Authentication Factor Settings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionfido Authentication Factor Setting] - This extension defines attributes used to manage Multi-Factor Authentication settings of fido authentication
- urnietfparamsscimschemasoracleidcsextensionthird_
party_ authentication_ factor_ settings This property is required. Sequence[identity.Get Domains Authentication Factor Settings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionthird Party Authentication Factor Setting] - This extension defines attributes used to manage Multi-Factor Authentication settings of third party provider
- user_
enrollment_ disabled_ factors This property is required. Sequence[str] - Factors for which enrollment should be blocked for End User
- yubico_
otp_ enabled This property is required. bool - If true, indicates that the Yubico OTP is enabled for authentication
- attribute
Sets This property is required. List<String> - A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
- attributes
This property is required. String - A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
- authentication
Factor Setting Id This property is required. String This property is required. String- The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- auto
Enroll Email Factor Disabled This property is required. Boolean - If true, indicates that email will not be enrolled as a MFA factor automatically if it a account recovery factor
- bypass
Code Enabled This property is required. Boolean - If true, indicates that Bypass Code is enabled for authentication
- bypass
Code Settings This property is required. List<Property Map> - Settings related to the bypass code, such as bypass code length, bypass code expiry, max active bypass codes, and so on
- client
App Settings This property is required. List<Property Map> - Settings related to compliance, Personal Identification Number (PIN) policy, and so on
- compartment
Ocid This property is required. String - Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
- compliance
Policies This property is required. List<Property Map> - Compliance Policy that defines actions to be taken when a condition is violated
- delete
In Progress This property is required. Boolean - A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
- domain
Ocid This property is required. String - Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
- email
Enabled This property is required. Boolean - If true, indicates that the EMAIL channel is enabled for authentication
- email
Settings This property is required. List<Property Map> - Settings related to Email Factor, such as enabled email magic link factor, custom url for Email Link
- endpoint
Restrictions This property is required. List<Property Map> - Settings that describe the set of restrictions that the system should apply to devices and trusted endpoints of a user
- fido
Authenticator Enabled This property is required. Boolean - If true, indicates that the Fido Authenticator channels are enabled for authentication
- hide
Backup Factor Enabled This property is required. Boolean - If true, indicates that 'Show backup factor(s)' button will be hidden during authentication
- id
This property is required. String - Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
- idcs
Created Bies This property is required. List<Property Map> - The User or App who created the Resource
- idcs
Endpoint This property is required. String - The basic endpoint for the identity domain
- idcs
Last Modified Bies This property is required. List<Property Map> - The User or App who modified the Resource
- idcs
Last Upgraded In Release This property is required. String - The release number when the resource was upgraded.
- idcs
Prevented Operations This property is required. List<String> - Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
- identity
Store Settings This property is required. List<Property Map> - Settings related to the use of a user's profile details from the identity store
- metas
This property is required. List<Property Map> - A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
- mfa
Enabled Category This property is required. String - Specifies the category of people for whom Multi-Factor Authentication is enabled. This is a readOnly attribute which reflects the value of mfaEnabledCategory attribute in SsoSettings
- mfa
Enrollment Type This property is required. String - Specifies if Multi-Factor Authentication enrollment is mandatory or optional for a user
- notification
Settings This property is required. List<Property Map> - Settings related to the Mobile App Notification channel, such as pull
- ocid
This property is required. String - Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
- phone
Call Enabled This property is required. Boolean - If true, indicates that the phone (PHONE_CALL) channel is enabled for authentication
- push
Enabled This property is required. Boolean - If true, indicates that the Mobile App Push Notification channel is enabled for authentication
- resource
Type Schema Version This property is required. String - An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- schemas
This property is required. List<String> - REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard "enterprise" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
- security
Questions Enabled This property is required. Boolean - If true, indicates that Security Questions are enabled for authentication
- sms
Enabled This property is required. Boolean - If true, indicates that the Short Message Service (SMS) channel is enabled for authentication
This property is required. List<Property Map>- A list of tags on this resource.
- tenancy
Ocid This property is required. String - Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
- third
Party Factors This property is required. List<Property Map> - Settings related to third-party factor
- totp
Enabled This property is required. Boolean - If true, indicates that the Mobile App One Time Passcode channel is enabled for authentication
- totp
Settings This property is required. List<Property Map> - Settings related to Time-Based One-Time Passcodes (TOTP), such as hashing algo, totp time step, passcode length, and so on
- urnietfparamsscimschemasoracleidcsextensionfido
Authentication Factor Settings This property is required. List<Property Map> - This extension defines attributes used to manage Multi-Factor Authentication settings of fido authentication
- urnietfparamsscimschemasoracleidcsextensionthird
Party Authentication Factor Settings This property is required. List<Property Map> - This extension defines attributes used to manage Multi-Factor Authentication settings of third party provider
- user
Enrollment Disabled Factors This property is required. List<String> - Factors for which enrollment should be blocked for End User
- yubico
Otp Enabled This property is required. Boolean - If true, indicates that the Yubico OTP is enabled for authentication
GetDomainsAuthenticationFactorSettingsAuthenticationFactorSettingBypassCodeSetting
- Help
Desk Code Expiry In Mins This property is required. int - Expiry (in minutes) of any bypass code that is generated by the help desk
- Help
Desk Generation Enabled This property is required. bool - If true, indicates that help desk bypass code generation is enabled
- Help
Desk Max Usage This property is required. int - The maximum number of times that any bypass code that is generated by the help desk can be used
- Length
This property is required. int - Exact length of the bypass code to be generated
- Max
Active This property is required. int - The maximum number of bypass codes that can be issued to any user
- Self
Service Generation Enabled This property is required. bool - If true, indicates that self-service bypass code generation is enabled
- Help
Desk Code Expiry In Mins This property is required. int - Expiry (in minutes) of any bypass code that is generated by the help desk
- Help
Desk Generation Enabled This property is required. bool - If true, indicates that help desk bypass code generation is enabled
- Help
Desk Max Usage This property is required. int - The maximum number of times that any bypass code that is generated by the help desk can be used
- Length
This property is required. int - Exact length of the bypass code to be generated
- Max
Active This property is required. int - The maximum number of bypass codes that can be issued to any user
- Self
Service Generation Enabled This property is required. bool - If true, indicates that self-service bypass code generation is enabled
- help
Desk Code Expiry In Mins This property is required. Integer - Expiry (in minutes) of any bypass code that is generated by the help desk
- help
Desk Generation Enabled This property is required. Boolean - If true, indicates that help desk bypass code generation is enabled
- help
Desk Max Usage This property is required. Integer - The maximum number of times that any bypass code that is generated by the help desk can be used
- length
This property is required. Integer - Exact length of the bypass code to be generated
- max
Active This property is required. Integer - The maximum number of bypass codes that can be issued to any user
- self
Service Generation Enabled This property is required. Boolean - If true, indicates that self-service bypass code generation is enabled
- help
Desk Code Expiry In Mins This property is required. number - Expiry (in minutes) of any bypass code that is generated by the help desk
- help
Desk Generation Enabled This property is required. boolean - If true, indicates that help desk bypass code generation is enabled
- help
Desk Max Usage This property is required. number - The maximum number of times that any bypass code that is generated by the help desk can be used
- length
This property is required. number - Exact length of the bypass code to be generated
- max
Active This property is required. number - The maximum number of bypass codes that can be issued to any user
- self
Service Generation Enabled This property is required. boolean - If true, indicates that self-service bypass code generation is enabled
- help_
desk_ code_ expiry_ in_ mins This property is required. int - Expiry (in minutes) of any bypass code that is generated by the help desk
- help_
desk_ generation_ enabled This property is required. bool - If true, indicates that help desk bypass code generation is enabled
- help_
desk_ max_ usage This property is required. int - The maximum number of times that any bypass code that is generated by the help desk can be used
- length
This property is required. int - Exact length of the bypass code to be generated
- max_
active This property is required. int - The maximum number of bypass codes that can be issued to any user
- self_
service_ generation_ enabled This property is required. bool - If true, indicates that self-service bypass code generation is enabled
- help
Desk Code Expiry In Mins This property is required. Number - Expiry (in minutes) of any bypass code that is generated by the help desk
- help
Desk Generation Enabled This property is required. Boolean - If true, indicates that help desk bypass code generation is enabled
- help
Desk Max Usage This property is required. Number - The maximum number of times that any bypass code that is generated by the help desk can be used
- length
This property is required. Number - Exact length of the bypass code to be generated
- max
Active This property is required. Number - The maximum number of bypass codes that can be issued to any user
- self
Service Generation Enabled This property is required. Boolean - If true, indicates that self-service bypass code generation is enabled
GetDomainsAuthenticationFactorSettingsAuthenticationFactorSettingClientAppSetting
- Device
Protection Policy This property is required. string - Indicates what protection policy that the system applies on a device. By default, the value is NONE, which indicates that the system applies no protection policy. A value of APP_PIN indicates that the system requires a Personal Identification Number (PIN). A value of DEVICE_BIOMETRIC_OR_APP_PIN indicates that either a PIN or a biometric authentication factor is required.
- Initial
Lockout Period In Secs This property is required. int - The period of time in seconds that the system will lock a user out of the service after that user exceeds the maximum number of login failures
- Key
Pair Length This property is required. int - The size of the key that the system uses to generate the public-private key pair
- Lockout
Escalation Pattern This property is required. string - The pattern of escalation that the system follows, in locking a particular user out of the service.
- Max
Failures Before Lockout This property is required. int - The maximum number of times that a particular user can fail to login before the system locks that user out of the service
- Max
Failures Before Warning This property is required. int - The maximum number of login failures that the system will allow before raising a warning and sending an alert via email
- Max
Lockout Interval In Secs This property is required. int - The maximum period of time that the system will lock a particular user out of the service regardless of what the configured pattern of escalation would otherwise dictate
- Min
Pin Length This property is required. int - Minimum length of the Personal Identification Number (PIN)
- Policy
Update Freq In Days This property is required. int - The period of time in days after which a client should refresh its policy by re-reading that policy from the server
- Request
Signing Algo This property is required. string - Indicates which algorithm the system will use to sign requests
This property is required. string- Indicates the type of encoding that the system should use to generate a shared secret
- Unlock
App For Each Request Enabled This property is required. bool - If true, indicates that the system should require the user to unlock the client app for each request. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor.
- Unlock
App Interval In Secs This property is required. int - Specifies the period of time in seconds after which the client App should require the user to unlock the App. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor. A value of zero means that it is disabled.
- Unlock
On App Foreground Enabled This property is required. bool - If true, indicates that the system should require the user to unlock the client App, when the client App comes to the foreground in the display of the device. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor.
- Unlock
On App Start Enabled This property is required. bool - If true, indicates that the system should require the user to unlock the client App whenever the App is started. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor.
- Device
Protection Policy This property is required. string - Indicates what protection policy that the system applies on a device. By default, the value is NONE, which indicates that the system applies no protection policy. A value of APP_PIN indicates that the system requires a Personal Identification Number (PIN). A value of DEVICE_BIOMETRIC_OR_APP_PIN indicates that either a PIN or a biometric authentication factor is required.
- Initial
Lockout Period In Secs This property is required. int - The period of time in seconds that the system will lock a user out of the service after that user exceeds the maximum number of login failures
- Key
Pair Length This property is required. int - The size of the key that the system uses to generate the public-private key pair
- Lockout
Escalation Pattern This property is required. string - The pattern of escalation that the system follows, in locking a particular user out of the service.
- Max
Failures Before Lockout This property is required. int - The maximum number of times that a particular user can fail to login before the system locks that user out of the service
- Max
Failures Before Warning This property is required. int - The maximum number of login failures that the system will allow before raising a warning and sending an alert via email
- Max
Lockout Interval In Secs This property is required. int - The maximum period of time that the system will lock a particular user out of the service regardless of what the configured pattern of escalation would otherwise dictate
- Min
Pin Length This property is required. int - Minimum length of the Personal Identification Number (PIN)
- Policy
Update Freq In Days This property is required. int - The period of time in days after which a client should refresh its policy by re-reading that policy from the server
- Request
Signing Algo This property is required. string - Indicates which algorithm the system will use to sign requests
This property is required. string- Indicates the type of encoding that the system should use to generate a shared secret
- Unlock
App For Each Request Enabled This property is required. bool - If true, indicates that the system should require the user to unlock the client app for each request. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor.
- Unlock
App Interval In Secs This property is required. int - Specifies the period of time in seconds after which the client App should require the user to unlock the App. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor. A value of zero means that it is disabled.
- Unlock
On App Foreground Enabled This property is required. bool - If true, indicates that the system should require the user to unlock the client App, when the client App comes to the foreground in the display of the device. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor.
- Unlock
On App Start Enabled This property is required. bool - If true, indicates that the system should require the user to unlock the client App whenever the App is started. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor.
- device
Protection Policy This property is required. String - Indicates what protection policy that the system applies on a device. By default, the value is NONE, which indicates that the system applies no protection policy. A value of APP_PIN indicates that the system requires a Personal Identification Number (PIN). A value of DEVICE_BIOMETRIC_OR_APP_PIN indicates that either a PIN or a biometric authentication factor is required.
- initial
Lockout Period In Secs This property is required. Integer - The period of time in seconds that the system will lock a user out of the service after that user exceeds the maximum number of login failures
- key
Pair Length This property is required. Integer - The size of the key that the system uses to generate the public-private key pair
- lockout
Escalation Pattern This property is required. String - The pattern of escalation that the system follows, in locking a particular user out of the service.
- max
Failures Before Lockout This property is required. Integer - The maximum number of times that a particular user can fail to login before the system locks that user out of the service
- max
Failures Before Warning This property is required. Integer - The maximum number of login failures that the system will allow before raising a warning and sending an alert via email
- max
Lockout Interval In Secs This property is required. Integer - The maximum period of time that the system will lock a particular user out of the service regardless of what the configured pattern of escalation would otherwise dictate
- min
Pin Length This property is required. Integer - Minimum length of the Personal Identification Number (PIN)
- policy
Update Freq In Days This property is required. Integer - The period of time in days after which a client should refresh its policy by re-reading that policy from the server
- request
Signing Algo This property is required. String - Indicates which algorithm the system will use to sign requests
This property is required. String- Indicates the type of encoding that the system should use to generate a shared secret
- unlock
App For Each Request Enabled This property is required. Boolean - If true, indicates that the system should require the user to unlock the client app for each request. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor.
- unlock
App Interval In Secs This property is required. Integer - Specifies the period of time in seconds after which the client App should require the user to unlock the App. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor. A value of zero means that it is disabled.
- unlock
On App Foreground Enabled This property is required. Boolean - If true, indicates that the system should require the user to unlock the client App, when the client App comes to the foreground in the display of the device. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor.
- unlock
On App Start Enabled This property is required. Boolean - If true, indicates that the system should require the user to unlock the client App whenever the App is started. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor.
- device
Protection Policy This property is required. string - Indicates what protection policy that the system applies on a device. By default, the value is NONE, which indicates that the system applies no protection policy. A value of APP_PIN indicates that the system requires a Personal Identification Number (PIN). A value of DEVICE_BIOMETRIC_OR_APP_PIN indicates that either a PIN or a biometric authentication factor is required.
- initial
Lockout Period In Secs This property is required. number - The period of time in seconds that the system will lock a user out of the service after that user exceeds the maximum number of login failures
- key
Pair Length This property is required. number - The size of the key that the system uses to generate the public-private key pair
- lockout
Escalation Pattern This property is required. string - The pattern of escalation that the system follows, in locking a particular user out of the service.
- max
Failures Before Lockout This property is required. number - The maximum number of times that a particular user can fail to login before the system locks that user out of the service
- max
Failures Before Warning This property is required. number - The maximum number of login failures that the system will allow before raising a warning and sending an alert via email
- max
Lockout Interval In Secs This property is required. number - The maximum period of time that the system will lock a particular user out of the service regardless of what the configured pattern of escalation would otherwise dictate
- min
Pin Length This property is required. number - Minimum length of the Personal Identification Number (PIN)
- policy
Update Freq In Days This property is required. number - The period of time in days after which a client should refresh its policy by re-reading that policy from the server
- request
Signing Algo This property is required. string - Indicates which algorithm the system will use to sign requests
This property is required. string- Indicates the type of encoding that the system should use to generate a shared secret
- unlock
App For Each Request Enabled This property is required. boolean - If true, indicates that the system should require the user to unlock the client app for each request. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor.
- unlock
App Interval In Secs This property is required. number - Specifies the period of time in seconds after which the client App should require the user to unlock the App. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor. A value of zero means that it is disabled.
- unlock
On App Foreground Enabled This property is required. boolean - If true, indicates that the system should require the user to unlock the client App, when the client App comes to the foreground in the display of the device. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor.
- unlock
On App Start Enabled This property is required. boolean - If true, indicates that the system should require the user to unlock the client App whenever the App is started. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor.
- device_
protection_ policy This property is required. str - Indicates what protection policy that the system applies on a device. By default, the value is NONE, which indicates that the system applies no protection policy. A value of APP_PIN indicates that the system requires a Personal Identification Number (PIN). A value of DEVICE_BIOMETRIC_OR_APP_PIN indicates that either a PIN or a biometric authentication factor is required.
- initial_
lockout_ period_ in_ secs This property is required. int - The period of time in seconds that the system will lock a user out of the service after that user exceeds the maximum number of login failures
- key_
pair_ length This property is required. int - The size of the key that the system uses to generate the public-private key pair
- lockout_
escalation_ pattern This property is required. str - The pattern of escalation that the system follows, in locking a particular user out of the service.
- max_
failures_ before_ lockout This property is required. int - The maximum number of times that a particular user can fail to login before the system locks that user out of the service
- max_
failures_ before_ warning This property is required. int - The maximum number of login failures that the system will allow before raising a warning and sending an alert via email
- max_
lockout_ interval_ in_ secs This property is required. int - The maximum period of time that the system will lock a particular user out of the service regardless of what the configured pattern of escalation would otherwise dictate
- min_
pin_ length This property is required. int - Minimum length of the Personal Identification Number (PIN)
- policy_
update_ freq_ in_ days This property is required. int - The period of time in days after which a client should refresh its policy by re-reading that policy from the server
- request_
signing_ algo This property is required. str - Indicates which algorithm the system will use to sign requests
This property is required. str- Indicates the type of encoding that the system should use to generate a shared secret
- unlock_
app_ for_ each_ request_ enabled This property is required. bool - If true, indicates that the system should require the user to unlock the client app for each request. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor.
- unlock_
app_ interval_ in_ secs This property is required. int - Specifies the period of time in seconds after which the client App should require the user to unlock the App. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor. A value of zero means that it is disabled.
- unlock_
on_ app_ foreground_ enabled This property is required. bool - If true, indicates that the system should require the user to unlock the client App, when the client App comes to the foreground in the display of the device. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor.
- unlock_
on_ app_ start_ enabled This property is required. bool - If true, indicates that the system should require the user to unlock the client App whenever the App is started. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor.
- device
Protection Policy This property is required. String - Indicates what protection policy that the system applies on a device. By default, the value is NONE, which indicates that the system applies no protection policy. A value of APP_PIN indicates that the system requires a Personal Identification Number (PIN). A value of DEVICE_BIOMETRIC_OR_APP_PIN indicates that either a PIN or a biometric authentication factor is required.
- initial
Lockout Period In Secs This property is required. Number - The period of time in seconds that the system will lock a user out of the service after that user exceeds the maximum number of login failures
- key
Pair Length This property is required. Number - The size of the key that the system uses to generate the public-private key pair
- lockout
Escalation Pattern This property is required. String - The pattern of escalation that the system follows, in locking a particular user out of the service.
- max
Failures Before Lockout This property is required. Number - The maximum number of times that a particular user can fail to login before the system locks that user out of the service
- max
Failures Before Warning This property is required. Number - The maximum number of login failures that the system will allow before raising a warning and sending an alert via email
- max
Lockout Interval In Secs This property is required. Number - The maximum period of time that the system will lock a particular user out of the service regardless of what the configured pattern of escalation would otherwise dictate
- min
Pin Length This property is required. Number - Minimum length of the Personal Identification Number (PIN)
- policy
Update Freq In Days This property is required. Number - The period of time in days after which a client should refresh its policy by re-reading that policy from the server
- request
Signing Algo This property is required. String - Indicates which algorithm the system will use to sign requests
This property is required. String- Indicates the type of encoding that the system should use to generate a shared secret
- unlock
App For Each Request Enabled This property is required. Boolean - If true, indicates that the system should require the user to unlock the client app for each request. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor.
- unlock
App Interval In Secs This property is required. Number - Specifies the period of time in seconds after which the client App should require the user to unlock the App. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor. A value of zero means that it is disabled.
- unlock
On App Foreground Enabled This property is required. Boolean - If true, indicates that the system should require the user to unlock the client App, when the client App comes to the foreground in the display of the device. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor.
- unlock
On App Start Enabled This property is required. Boolean - If true, indicates that the system should require the user to unlock the client App whenever the App is started. In order to unlock the App, the user must supply a Personal Identification Number (PIN) or a biometric authentication-factor.
GetDomainsAuthenticationFactorSettingsAuthenticationFactorSettingCompliancePolicy
GetDomainsAuthenticationFactorSettingsAuthenticationFactorSettingEmailSetting
- Email
Link Custom Url This property is required. string - Custom redirect Url which will be used in email link
- Email
Link Enabled This property is required. bool - Specifies whether Email link is enabled or not.
- Email
Link Custom Url This property is required. string - Custom redirect Url which will be used in email link
- Email
Link Enabled This property is required. bool - Specifies whether Email link is enabled or not.
- email
Link Custom Url This property is required. String - Custom redirect Url which will be used in email link
- email
Link Enabled This property is required. Boolean - Specifies whether Email link is enabled or not.
- email
Link Custom Url This property is required. string - Custom redirect Url which will be used in email link
- email
Link Enabled This property is required. boolean - Specifies whether Email link is enabled or not.
- email_
link_ custom_ url This property is required. str - Custom redirect Url which will be used in email link
- email_
link_ enabled This property is required. bool - Specifies whether Email link is enabled or not.
- email
Link Custom Url This property is required. String - Custom redirect Url which will be used in email link
- email
Link Enabled This property is required. Boolean - Specifies whether Email link is enabled or not.
GetDomainsAuthenticationFactorSettingsAuthenticationFactorSettingEndpointRestriction
- Max
Endpoint Trust Duration In Days This property is required. int - Maximum number of days until an endpoint can be trusted
- Max
Enrolled Devices This property is required. int - Maximum number of enrolled devices per user
- Max
Incorrect Attempts This property is required. int - An integer that represents the maximum number of failed MFA logins before an account is locked
- Max
Trusted Endpoints This property is required. int - Max number of trusted endpoints per user
- Trusted
Endpoints Enabled This property is required. bool - Specify if trusted endpoints are enabled
- Max
Endpoint Trust Duration In Days This property is required. int - Maximum number of days until an endpoint can be trusted
- Max
Enrolled Devices This property is required. int - Maximum number of enrolled devices per user
- Max
Incorrect Attempts This property is required. int - An integer that represents the maximum number of failed MFA logins before an account is locked
- Max
Trusted Endpoints This property is required. int - Max number of trusted endpoints per user
- Trusted
Endpoints Enabled This property is required. bool - Specify if trusted endpoints are enabled
- max
Endpoint Trust Duration In Days This property is required. Integer - Maximum number of days until an endpoint can be trusted
- max
Enrolled Devices This property is required. Integer - Maximum number of enrolled devices per user
- max
Incorrect Attempts This property is required. Integer - An integer that represents the maximum number of failed MFA logins before an account is locked
- max
Trusted Endpoints This property is required. Integer - Max number of trusted endpoints per user
- trusted
Endpoints Enabled This property is required. Boolean - Specify if trusted endpoints are enabled
- max
Endpoint Trust Duration In Days This property is required. number - Maximum number of days until an endpoint can be trusted
- max
Enrolled Devices This property is required. number - Maximum number of enrolled devices per user
- max
Incorrect Attempts This property is required. number - An integer that represents the maximum number of failed MFA logins before an account is locked
- max
Trusted Endpoints This property is required. number - Max number of trusted endpoints per user
- trusted
Endpoints Enabled This property is required. boolean - Specify if trusted endpoints are enabled
- max_
endpoint_ trust_ duration_ in_ days This property is required. int - Maximum number of days until an endpoint can be trusted
- max_
enrolled_ devices This property is required. int - Maximum number of enrolled devices per user
- max_
incorrect_ attempts This property is required. int - An integer that represents the maximum number of failed MFA logins before an account is locked
- max_
trusted_ endpoints This property is required. int - Max number of trusted endpoints per user
- trusted_
endpoints_ enabled This property is required. bool - Specify if trusted endpoints are enabled
- max
Endpoint Trust Duration In Days This property is required. Number - Maximum number of days until an endpoint can be trusted
- max
Enrolled Devices This property is required. Number - Maximum number of enrolled devices per user
- max
Incorrect Attempts This property is required. Number - An integer that represents the maximum number of failed MFA logins before an account is locked
- max
Trusted Endpoints This property is required. Number - Max number of trusted endpoints per user
- trusted
Endpoints Enabled This property is required. Boolean - Specify if trusted endpoints are enabled
GetDomainsAuthenticationFactorSettingsAuthenticationFactorSettingIdcsCreatedBy
- Display
This property is required. string - The displayName of the User or App who modified this Resource
- Ocid
This property is required. string - Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
- Ref
This property is required. string - The URI of the SCIM resource that represents the User or App who modified this Resource
- Type
This property is required. string - The type of resource, User or App, that modified this Resource
- Value
This property is required. string - Value of the tag.
- Display
This property is required. string - The displayName of the User or App who modified this Resource
- Ocid
This property is required. string - Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
- Ref
This property is required. string - The URI of the SCIM resource that represents the User or App who modified this Resource
- Type
This property is required. string - The type of resource, User or App, that modified this Resource
- Value
This property is required. string - Value of the tag.
- display
This property is required. String - The displayName of the User or App who modified this Resource
- ocid
This property is required. String - Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
- ref
This property is required. String - The URI of the SCIM resource that represents the User or App who modified this Resource
- type
This property is required. String - The type of resource, User or App, that modified this Resource
- value
This property is required. String - Value of the tag.
- display
This property is required. string - The displayName of the User or App who modified this Resource
- ocid
This property is required. string - Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
- ref
This property is required. string - The URI of the SCIM resource that represents the User or App who modified this Resource
- type
This property is required. string - The type of resource, User or App, that modified this Resource
- value
This property is required. string - Value of the tag.
- display
This property is required. str - The displayName of the User or App who modified this Resource
- ocid
This property is required. str - Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
- ref
This property is required. str - The URI of the SCIM resource that represents the User or App who modified this Resource
- type
This property is required. str - The type of resource, User or App, that modified this Resource
- value
This property is required. str - Value of the tag.
- display
This property is required. String - The displayName of the User or App who modified this Resource
- ocid
This property is required. String - Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
- ref
This property is required. String - The URI of the SCIM resource that represents the User or App who modified this Resource
- type
This property is required. String - The type of resource, User or App, that modified this Resource
- value
This property is required. String - Value of the tag.
GetDomainsAuthenticationFactorSettingsAuthenticationFactorSettingIdcsLastModifiedBy
- Display
This property is required. string - The displayName of the User or App who modified this Resource
- Ocid
This property is required. string - Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
- Ref
This property is required. string - The URI of the SCIM resource that represents the User or App who modified this Resource
- Type
This property is required. string - The type of resource, User or App, that modified this Resource
- Value
This property is required. string - Value of the tag.
- Display
This property is required. string - The displayName of the User or App who modified this Resource
- Ocid
This property is required. string - Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
- Ref
This property is required. string - The URI of the SCIM resource that represents the User or App who modified this Resource
- Type
This property is required. string - The type of resource, User or App, that modified this Resource
- Value
This property is required. string - Value of the tag.
- display
This property is required. String - The displayName of the User or App who modified this Resource
- ocid
This property is required. String - Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
- ref
This property is required. String - The URI of the SCIM resource that represents the User or App who modified this Resource
- type
This property is required. String - The type of resource, User or App, that modified this Resource
- value
This property is required. String - Value of the tag.
- display
This property is required. string - The displayName of the User or App who modified this Resource
- ocid
This property is required. string - Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
- ref
This property is required. string - The URI of the SCIM resource that represents the User or App who modified this Resource
- type
This property is required. string - The type of resource, User or App, that modified this Resource
- value
This property is required. string - Value of the tag.
- display
This property is required. str - The displayName of the User or App who modified this Resource
- ocid
This property is required. str - Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
- ref
This property is required. str - The URI of the SCIM resource that represents the User or App who modified this Resource
- type
This property is required. str - The type of resource, User or App, that modified this Resource
- value
This property is required. str - Value of the tag.
- display
This property is required. String - The displayName of the User or App who modified this Resource
- ocid
This property is required. String - Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
- ref
This property is required. String - The URI of the SCIM resource that represents the User or App who modified this Resource
- type
This property is required. String - The type of resource, User or App, that modified this Resource
- value
This property is required. String - Value of the tag.
GetDomainsAuthenticationFactorSettingsAuthenticationFactorSettingIdentityStoreSetting
- Mobile
Number Enabled This property is required. bool - If true, indicates that Multi-Factor Authentication should use the mobile number in the identity store
- Mobile
Number Update Enabled This property is required. bool - If true, indicates that the user can update the mobile number in the user's Multi-Factor Authentication profile
- Mobile
Number Enabled This property is required. bool - If true, indicates that Multi-Factor Authentication should use the mobile number in the identity store
- Mobile
Number Update Enabled This property is required. bool - If true, indicates that the user can update the mobile number in the user's Multi-Factor Authentication profile
- mobile
Number Enabled This property is required. Boolean - If true, indicates that Multi-Factor Authentication should use the mobile number in the identity store
- mobile
Number Update Enabled This property is required. Boolean - If true, indicates that the user can update the mobile number in the user's Multi-Factor Authentication profile
- mobile
Number Enabled This property is required. boolean - If true, indicates that Multi-Factor Authentication should use the mobile number in the identity store
- mobile
Number Update Enabled This property is required. boolean - If true, indicates that the user can update the mobile number in the user's Multi-Factor Authentication profile
- mobile_
number_ enabled This property is required. bool - If true, indicates that Multi-Factor Authentication should use the mobile number in the identity store
- mobile_
number_ update_ enabled This property is required. bool - If true, indicates that the user can update the mobile number in the user's Multi-Factor Authentication profile
- mobile
Number Enabled This property is required. Boolean - If true, indicates that Multi-Factor Authentication should use the mobile number in the identity store
- mobile
Number Update Enabled This property is required. Boolean - If true, indicates that the user can update the mobile number in the user's Multi-Factor Authentication profile
GetDomainsAuthenticationFactorSettingsAuthenticationFactorSettingMeta
- Created
This property is required. string - The DateTime the Resource was added to the Service Provider
- Last
Modified This property is required. string - The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
- Location
This property is required. string - The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
- Resource
Type This property is required. string - Name of the resource type of the resource--for example, Users or Groups
- Version
This property is required. string - The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
- Created
This property is required. string - The DateTime the Resource was added to the Service Provider
- Last
Modified This property is required. string - The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
- Location
This property is required. string - The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
- Resource
Type This property is required. string - Name of the resource type of the resource--for example, Users or Groups
- Version
This property is required. string - The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
- created
This property is required. String - The DateTime the Resource was added to the Service Provider
- last
Modified This property is required. String - The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
- location
This property is required. String - The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
- resource
Type This property is required. String - Name of the resource type of the resource--for example, Users or Groups
- version
This property is required. String - The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
- created
This property is required. string - The DateTime the Resource was added to the Service Provider
- last
Modified This property is required. string - The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
- location
This property is required. string - The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
- resource
Type This property is required. string - Name of the resource type of the resource--for example, Users or Groups
- version
This property is required. string - The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
- created
This property is required. str - The DateTime the Resource was added to the Service Provider
- last_
modified This property is required. str - The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
- location
This property is required. str - The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
- resource_
type This property is required. str - Name of the resource type of the resource--for example, Users or Groups
- version
This property is required. str - The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
- created
This property is required. String - The DateTime the Resource was added to the Service Provider
- last
Modified This property is required. String - The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
- location
This property is required. String - The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
- resource
Type This property is required. String - Name of the resource type of the resource--for example, Users or Groups
- version
This property is required. String - The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
GetDomainsAuthenticationFactorSettingsAuthenticationFactorSettingNotificationSetting
- Pull
Enabled This property is required. bool - If true, indicates that the Mobile App Pull Notification channel is enabled for authentication
- Pull
Enabled This property is required. bool - If true, indicates that the Mobile App Pull Notification channel is enabled for authentication
- pull
Enabled This property is required. Boolean - If true, indicates that the Mobile App Pull Notification channel is enabled for authentication
- pull
Enabled This property is required. boolean - If true, indicates that the Mobile App Pull Notification channel is enabled for authentication
- pull_
enabled This property is required. bool - If true, indicates that the Mobile App Pull Notification channel is enabled for authentication
- pull
Enabled This property is required. Boolean - If true, indicates that the Mobile App Pull Notification channel is enabled for authentication
GetDomainsAuthenticationFactorSettingsAuthenticationFactorSettingTag
GetDomainsAuthenticationFactorSettingsAuthenticationFactorSettingThirdPartyFactor
- Duo
Security This property is required. bool - To enable Duo Security factor
- Duo
Security This property is required. bool - To enable Duo Security factor
- duo
Security This property is required. Boolean - To enable Duo Security factor
- duo
Security This property is required. boolean - To enable Duo Security factor
- duo_
security This property is required. bool - To enable Duo Security factor
- duo
Security This property is required. Boolean - To enable Duo Security factor
GetDomainsAuthenticationFactorSettingsAuthenticationFactorSettingTotpSetting
- Email
Otp Validity Duration In Mins This property is required. int - The period of time (in minutes) that a one-time passcode remains valid that the system sends by email.
- Email
Passcode Length This property is required. int - Exact length of the email one-time passcode.
- Hashing
Algorithm This property is required. string - The hashing algorithm to be used to calculate a One-Time Passcode. By default, the system uses SHA1.
- Jwt
Validity Duration In Secs This property is required. int - The period of time (in seconds) that a JSON Web Token (JWT) is valid
- Key
Refresh Interval In Days This property is required. int - The duration of time (in days) after which the shared secret has to be refreshed
- Passcode
Length This property is required. int - Exact length of the One-Time Passcode that the system should generate
- Sms
Otp Validity Duration In Mins This property is required. int - The period of time (in minutes) for which a One-Time Passcode that the system sends by Short Message Service (SMS) or by voice remains valid
- Sms
Passcode Length This property is required. int - Exact length of the Short Message Service (SMS) One-Time Passcode
- Time
Step In Secs This property is required. int - Time (in secs) to be used as the time step
- Time
Step Tolerance This property is required. int - The tolerance/step-size that the system should use when validating a One-Time Passcode
- Email
Otp Validity Duration In Mins This property is required. int - The period of time (in minutes) that a one-time passcode remains valid that the system sends by email.
- Email
Passcode Length This property is required. int - Exact length of the email one-time passcode.
- Hashing
Algorithm This property is required. string - The hashing algorithm to be used to calculate a One-Time Passcode. By default, the system uses SHA1.
- Jwt
Validity Duration In Secs This property is required. int - The period of time (in seconds) that a JSON Web Token (JWT) is valid
- Key
Refresh Interval In Days This property is required. int - The duration of time (in days) after which the shared secret has to be refreshed
- Passcode
Length This property is required. int - Exact length of the One-Time Passcode that the system should generate
- Sms
Otp Validity Duration In Mins This property is required. int - The period of time (in minutes) for which a One-Time Passcode that the system sends by Short Message Service (SMS) or by voice remains valid
- Sms
Passcode Length This property is required. int - Exact length of the Short Message Service (SMS) One-Time Passcode
- Time
Step In Secs This property is required. int - Time (in secs) to be used as the time step
- Time
Step Tolerance This property is required. int - The tolerance/step-size that the system should use when validating a One-Time Passcode
- email
Otp Validity Duration In Mins This property is required. Integer - The period of time (in minutes) that a one-time passcode remains valid that the system sends by email.
- email
Passcode Length This property is required. Integer - Exact length of the email one-time passcode.
- hashing
Algorithm This property is required. String - The hashing algorithm to be used to calculate a One-Time Passcode. By default, the system uses SHA1.
- jwt
Validity Duration In Secs This property is required. Integer - The period of time (in seconds) that a JSON Web Token (JWT) is valid
- key
Refresh Interval In Days This property is required. Integer - The duration of time (in days) after which the shared secret has to be refreshed
- passcode
Length This property is required. Integer - Exact length of the One-Time Passcode that the system should generate
- sms
Otp Validity Duration In Mins This property is required. Integer - The period of time (in minutes) for which a One-Time Passcode that the system sends by Short Message Service (SMS) or by voice remains valid
- sms
Passcode Length This property is required. Integer - Exact length of the Short Message Service (SMS) One-Time Passcode
- time
Step In Secs This property is required. Integer - Time (in secs) to be used as the time step
- time
Step Tolerance This property is required. Integer - The tolerance/step-size that the system should use when validating a One-Time Passcode
- email
Otp Validity Duration In Mins This property is required. number - The period of time (in minutes) that a one-time passcode remains valid that the system sends by email.
- email
Passcode Length This property is required. number - Exact length of the email one-time passcode.
- hashing
Algorithm This property is required. string - The hashing algorithm to be used to calculate a One-Time Passcode. By default, the system uses SHA1.
- jwt
Validity Duration In Secs This property is required. number - The period of time (in seconds) that a JSON Web Token (JWT) is valid
- key
Refresh Interval In Days This property is required. number - The duration of time (in days) after which the shared secret has to be refreshed
- passcode
Length This property is required. number - Exact length of the One-Time Passcode that the system should generate
- sms
Otp Validity Duration In Mins This property is required. number - The period of time (in minutes) for which a One-Time Passcode that the system sends by Short Message Service (SMS) or by voice remains valid
- sms
Passcode Length This property is required. number - Exact length of the Short Message Service (SMS) One-Time Passcode
- time
Step In Secs This property is required. number - Time (in secs) to be used as the time step
- time
Step Tolerance This property is required. number - The tolerance/step-size that the system should use when validating a One-Time Passcode
- email_
otp_ validity_ duration_ in_ mins This property is required. int - The period of time (in minutes) that a one-time passcode remains valid that the system sends by email.
- email_
passcode_ length This property is required. int - Exact length of the email one-time passcode.
- hashing_
algorithm This property is required. str - The hashing algorithm to be used to calculate a One-Time Passcode. By default, the system uses SHA1.
- jwt_
validity_ duration_ in_ secs This property is required. int - The period of time (in seconds) that a JSON Web Token (JWT) is valid
- key_
refresh_ interval_ in_ days This property is required. int - The duration of time (in days) after which the shared secret has to be refreshed
- passcode_
length This property is required. int - Exact length of the One-Time Passcode that the system should generate
- sms_
otp_ validity_ duration_ in_ mins This property is required. int - The period of time (in minutes) for which a One-Time Passcode that the system sends by Short Message Service (SMS) or by voice remains valid
- sms_
passcode_ length This property is required. int - Exact length of the Short Message Service (SMS) One-Time Passcode
- time_
step_ in_ secs This property is required. int - Time (in secs) to be used as the time step
- time_
step_ tolerance This property is required. int - The tolerance/step-size that the system should use when validating a One-Time Passcode
- email
Otp Validity Duration In Mins This property is required. Number - The period of time (in minutes) that a one-time passcode remains valid that the system sends by email.
- email
Passcode Length This property is required. Number - Exact length of the email one-time passcode.
- hashing
Algorithm This property is required. String - The hashing algorithm to be used to calculate a One-Time Passcode. By default, the system uses SHA1.
- jwt
Validity Duration In Secs This property is required. Number - The period of time (in seconds) that a JSON Web Token (JWT) is valid
- key
Refresh Interval In Days This property is required. Number - The duration of time (in days) after which the shared secret has to be refreshed
- passcode
Length This property is required. Number - Exact length of the One-Time Passcode that the system should generate
- sms
Otp Validity Duration In Mins This property is required. Number - The period of time (in minutes) for which a One-Time Passcode that the system sends by Short Message Service (SMS) or by voice remains valid
- sms
Passcode Length This property is required. Number - Exact length of the Short Message Service (SMS) One-Time Passcode
- time
Step In Secs This property is required. Number - Time (in secs) to be used as the time step
- time
Step Tolerance This property is required. Number - The tolerance/step-size that the system should use when validating a One-Time Passcode
GetDomainsAuthenticationFactorSettingsAuthenticationFactorSettingUrnietfparamsscimschemasoracleidcsextensionfidoAuthenticationFactorSetting
- Attestation
This property is required. string - Attribute used to define the type of attestation required.
- Authenticator
Selection Attachment This property is required. string - Attribute used to define authenticator selection attachment.
- Authenticator
Selection Require Resident Key This property is required. bool - Flag used to indicate authenticator selection is required or not
- Authenticator
Selection Resident Key This property is required. string - Attribute used to define authenticator selection resident key requirement.
- Authenticator
Selection User Verification This property is required. string - Attribute used to define authenticator selection verification.
- Domain
Validation Level This property is required. int - Number of domain levels Oracle Identity Cloud Service should use for origin comparision
- Exclude
Credentials This property is required. bool - Flag used to indicate whether we need to restrict creation of multiple credentials in same authenticator
- Public
Key Types This property is required. List<string> - List of server supported public key algorithms
- Timeout
This property is required. int - Timeout for the fido authentication to complete
- Attestation
This property is required. string - Attribute used to define the type of attestation required.
- Authenticator
Selection Attachment This property is required. string - Attribute used to define authenticator selection attachment.
- Authenticator
Selection Require Resident Key This property is required. bool - Flag used to indicate authenticator selection is required or not
- Authenticator
Selection Resident Key This property is required. string - Attribute used to define authenticator selection resident key requirement.
- Authenticator
Selection User Verification This property is required. string - Attribute used to define authenticator selection verification.
- Domain
Validation Level This property is required. int - Number of domain levels Oracle Identity Cloud Service should use for origin comparision
- Exclude
Credentials This property is required. bool - Flag used to indicate whether we need to restrict creation of multiple credentials in same authenticator
- Public
Key Types This property is required. []string - List of server supported public key algorithms
- Timeout
This property is required. int - Timeout for the fido authentication to complete
- attestation
This property is required. String - Attribute used to define the type of attestation required.
- authenticator
Selection Attachment This property is required. String - Attribute used to define authenticator selection attachment.
- authenticator
Selection Require Resident Key This property is required. Boolean - Flag used to indicate authenticator selection is required or not
- authenticator
Selection Resident Key This property is required. String - Attribute used to define authenticator selection resident key requirement.
- authenticator
Selection User Verification This property is required. String - Attribute used to define authenticator selection verification.
- domain
Validation Level This property is required. Integer - Number of domain levels Oracle Identity Cloud Service should use for origin comparision
- exclude
Credentials This property is required. Boolean - Flag used to indicate whether we need to restrict creation of multiple credentials in same authenticator
- public
Key Types This property is required. List<String> - List of server supported public key algorithms
- timeout
This property is required. Integer - Timeout for the fido authentication to complete
- attestation
This property is required. string - Attribute used to define the type of attestation required.
- authenticator
Selection Attachment This property is required. string - Attribute used to define authenticator selection attachment.
- authenticator
Selection Require Resident Key This property is required. boolean - Flag used to indicate authenticator selection is required or not
- authenticator
Selection Resident Key This property is required. string - Attribute used to define authenticator selection resident key requirement.
- authenticator
Selection User Verification This property is required. string - Attribute used to define authenticator selection verification.
- domain
Validation Level This property is required. number - Number of domain levels Oracle Identity Cloud Service should use for origin comparision
- exclude
Credentials This property is required. boolean - Flag used to indicate whether we need to restrict creation of multiple credentials in same authenticator
- public
Key Types This property is required. string[] - List of server supported public key algorithms
- timeout
This property is required. number - Timeout for the fido authentication to complete
- attestation
This property is required. str - Attribute used to define the type of attestation required.
- authenticator_
selection_ attachment This property is required. str - Attribute used to define authenticator selection attachment.
- authenticator_
selection_ require_ resident_ key This property is required. bool - Flag used to indicate authenticator selection is required or not
- authenticator_
selection_ resident_ key This property is required. str - Attribute used to define authenticator selection resident key requirement.
- authenticator_
selection_ user_ verification This property is required. str - Attribute used to define authenticator selection verification.
- domain_
validation_ level This property is required. int - Number of domain levels Oracle Identity Cloud Service should use for origin comparision
- exclude_
credentials This property is required. bool - Flag used to indicate whether we need to restrict creation of multiple credentials in same authenticator
- public_
key_ types This property is required. Sequence[str] - List of server supported public key algorithms
- timeout
This property is required. int - Timeout for the fido authentication to complete
- attestation
This property is required. String - Attribute used to define the type of attestation required.
- authenticator
Selection Attachment This property is required. String - Attribute used to define authenticator selection attachment.
- authenticator
Selection Require Resident Key This property is required. Boolean - Flag used to indicate authenticator selection is required or not
- authenticator
Selection Resident Key This property is required. String - Attribute used to define authenticator selection resident key requirement.
- authenticator
Selection User Verification This property is required. String - Attribute used to define authenticator selection verification.
- domain
Validation Level This property is required. Number - Number of domain levels Oracle Identity Cloud Service should use for origin comparision
- exclude
Credentials This property is required. Boolean - Flag used to indicate whether we need to restrict creation of multiple credentials in same authenticator
- public
Key Types This property is required. List<String> - List of server supported public key algorithms
- timeout
This property is required. Number - Timeout for the fido authentication to complete
GetDomainsAuthenticationFactorSettingsAuthenticationFactorSettingUrnietfparamsscimschemasoracleidcsextensionthirdPartyAuthenticationFactorSetting
- Duo
Security Settings This property is required. List<GetDomains Authentication Factor Settings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionthird Party Authentication Factor Setting Duo Security Setting> - Settings related to Duo Security
- Duo
Security Settings This property is required. []GetDomains Authentication Factor Settings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionthird Party Authentication Factor Setting Duo Security Setting - Settings related to Duo Security
- duo
Security Settings This property is required. List<GetDomains Authentication Factor Settings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionthird Party Authentication Factor Setting Duo Security Setting> - Settings related to Duo Security
- duo
Security Settings This property is required. GetDomains Authentication Factor Settings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionthird Party Authentication Factor Setting Duo Security Setting[] - Settings related to Duo Security
- duo_
security_ settings This property is required. Sequence[identity.Get Domains Authentication Factor Settings Authentication Factor Setting Urnietfparamsscimschemasoracleidcsextensionthird Party Authentication Factor Setting Duo Security Setting] - Settings related to Duo Security
- duo
Security Settings This property is required. List<Property Map> - Settings related to Duo Security
GetDomainsAuthenticationFactorSettingsAuthenticationFactorSettingUrnietfparamsscimschemasoracleidcsextensionthirdPartyAuthenticationFactorSettingDuoSecuritySetting
- Api
Hostname This property is required. string - Hostname to access the Duo security account
- Attestation
Key This property is required. string - Attestation key to attest the request and response between Duo Security
- Integration
Key This property is required. string - Integration key from Duo Security authenticator
- Secret
Key This property is required. string - Secret key from Duo Security authenticator
- User
Mapping Attribute This property is required. string - User attribute mapping value
- Api
Hostname This property is required. string - Hostname to access the Duo security account
- Attestation
Key This property is required. string - Attestation key to attest the request and response between Duo Security
- Integration
Key This property is required. string - Integration key from Duo Security authenticator
- Secret
Key This property is required. string - Secret key from Duo Security authenticator
- User
Mapping Attribute This property is required. string - User attribute mapping value
- api
Hostname This property is required. String - Hostname to access the Duo security account
- attestation
Key This property is required. String - Attestation key to attest the request and response between Duo Security
- integration
Key This property is required. String - Integration key from Duo Security authenticator
- secret
Key This property is required. String - Secret key from Duo Security authenticator
- user
Mapping Attribute This property is required. String - User attribute mapping value
- api
Hostname This property is required. string - Hostname to access the Duo security account
- attestation
Key This property is required. string - Attestation key to attest the request and response between Duo Security
- integration
Key This property is required. string - Integration key from Duo Security authenticator
- secret
Key This property is required. string - Secret key from Duo Security authenticator
- user
Mapping Attribute This property is required. string - User attribute mapping value
- api_
hostname This property is required. str - Hostname to access the Duo security account
- attestation_
key This property is required. str - Attestation key to attest the request and response between Duo Security
- integration_
key This property is required. str - Integration key from Duo Security authenticator
- secret_
key This property is required. str - Secret key from Duo Security authenticator
- user_
mapping_ attribute This property is required. str - User attribute mapping value
- api
Hostname This property is required. String - Hostname to access the Duo security account
- attestation
Key This property is required. String - Attestation key to attest the request and response between Duo Security
- integration
Key This property is required. String - Integration key from Duo Security authenticator
- secret
Key This property is required. String - Secret key from Duo Security authenticator
- user
Mapping Attribute This property is required. String - User attribute mapping value
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.