MyAuthenticationFactorValidator¶
-
class
oci.identity_domains.models.
MyAuthenticationFactorValidator
(**kwargs)¶ Bases:
object
Validate any given Authentication Factor
Attributes
AUTH_FACTOR_BYPASSCODE
A constant which can be used with the auth_factor property of a MyAuthenticationFactorValidator. AUTH_FACTOR_EMAIL
A constant which can be used with the auth_factor property of a MyAuthenticationFactorValidator. AUTH_FACTOR_FIDO_AUTHENTICATOR
A constant which can be used with the auth_factor property of a MyAuthenticationFactorValidator. AUTH_FACTOR_KMSI_TOKEN
A constant which can be used with the auth_factor property of a MyAuthenticationFactorValidator. AUTH_FACTOR_PHONE_CALL
A constant which can be used with the auth_factor property of a MyAuthenticationFactorValidator. AUTH_FACTOR_PUSH
A constant which can be used with the auth_factor property of a MyAuthenticationFactorValidator. AUTH_FACTOR_SECURITY_QUESTIONS
A constant which can be used with the auth_factor property of a MyAuthenticationFactorValidator. AUTH_FACTOR_SMS
A constant which can be used with the auth_factor property of a MyAuthenticationFactorValidator. AUTH_FACTOR_THIRDPARTY
A constant which can be used with the auth_factor property of a MyAuthenticationFactorValidator. AUTH_FACTOR_TOTP
A constant which can be used with the auth_factor property of a MyAuthenticationFactorValidator. AUTH_FACTOR_TRUST_TOKEN
A constant which can be used with the auth_factor property of a MyAuthenticationFactorValidator. AUTH_FACTOR_USERNAME_PASSWORD
A constant which can be used with the auth_factor property of a MyAuthenticationFactorValidator. AUTH_FACTOR_VOICE
A constant which can be used with the auth_factor property of a MyAuthenticationFactorValidator. AUTH_FACTOR_YUBICO_OTP
A constant which can be used with the auth_factor property of a MyAuthenticationFactorValidator. IDCS_PREVENTED_OPERATIONS_DELETE
A constant which can be used with the idcs_prevented_operations property of a MyAuthenticationFactorValidator. IDCS_PREVENTED_OPERATIONS_REPLACE
A constant which can be used with the idcs_prevented_operations property of a MyAuthenticationFactorValidator. IDCS_PREVENTED_OPERATIONS_UPDATE
A constant which can be used with the idcs_prevented_operations property of a MyAuthenticationFactorValidator. PREFERENCE_TYPE_MFA
A constant which can be used with the preference_type property of a MyAuthenticationFactorValidator. PREFERENCE_TYPE_PASSWORDLESS
A constant which can be used with the preference_type property of a MyAuthenticationFactorValidator. SCENARIO_AUTHENTICATION
A constant which can be used with the scenario property of a MyAuthenticationFactorValidator. SCENARIO_ENROLLMENT
A constant which can be used with the scenario property of a MyAuthenticationFactorValidator. STATUS_FAILURE
A constant which can be used with the status property of a MyAuthenticationFactorValidator. STATUS_SUCCESS
A constant which can be used with the status property of a MyAuthenticationFactorValidator. TYPE_OIDC
A constant which can be used with the type property of a MyAuthenticationFactorValidator. TYPE_SAML
A constant which can be used with the type property of a MyAuthenticationFactorValidator. additional_attributes
Gets the additional_attributes of this MyAuthenticationFactorValidator. auth_factor
[Required] Gets the auth_factor of this MyAuthenticationFactorValidator. compartment_ocid
Gets the compartment_ocid of this MyAuthenticationFactorValidator. create_kmsi_token
Gets the create_kmsi_token of this MyAuthenticationFactorValidator. create_trusted_agent
Gets the create_trusted_agent of this MyAuthenticationFactorValidator. delete_in_progress
Gets the delete_in_progress of this MyAuthenticationFactorValidator. device_id
Gets the device_id of this MyAuthenticationFactorValidator. display_name
Gets the display_name of this MyAuthenticationFactorValidator. domain_ocid
Gets the domain_ocid of this MyAuthenticationFactorValidator. id
Gets the id of this MyAuthenticationFactorValidator. idcs_created_by
Gets the idcs_created_by of this MyAuthenticationFactorValidator. idcs_last_modified_by
Gets the idcs_last_modified_by of this MyAuthenticationFactorValidator. idcs_last_upgraded_in_release
Gets the idcs_last_upgraded_in_release of this MyAuthenticationFactorValidator. idcs_prevented_operations
Gets the idcs_prevented_operations of this MyAuthenticationFactorValidator. is_acc_rec_enabled
Gets the is_acc_rec_enabled of this MyAuthenticationFactorValidator. kmsi_token_id
Gets the kmsi_token_id of this MyAuthenticationFactorValidator. location
Gets the location of this MyAuthenticationFactorValidator. message
Gets the message of this MyAuthenticationFactorValidator. meta
Gets the meta of this MyAuthenticationFactorValidator. name
Gets the name of this MyAuthenticationFactorValidator. ocid
Gets the ocid of this MyAuthenticationFactorValidator. otp_code
Gets the otp_code of this MyAuthenticationFactorValidator. platform
Gets the platform of this MyAuthenticationFactorValidator. policy_enabled_second_factors
Gets the policy_enabled_second_factors of this MyAuthenticationFactorValidator. policy_trusted_frequency_mins
Gets the policy_trusted_frequency_mins of this MyAuthenticationFactorValidator. preference_type
Gets the preference_type of this MyAuthenticationFactorValidator. request_id
Gets the request_id of this MyAuthenticationFactorValidator. scenario
[Required] Gets the scenario of this MyAuthenticationFactorValidator. schemas
[Required] Gets the schemas of this MyAuthenticationFactorValidator. security_questions
Gets the security_questions of this MyAuthenticationFactorValidator. status
Gets the status of this MyAuthenticationFactorValidator. tags
Gets the tags of this MyAuthenticationFactorValidator. tenancy_ocid
Gets the tenancy_ocid of this MyAuthenticationFactorValidator. third_party_factor
Gets the third_party_factor of this MyAuthenticationFactorValidator. trusted_token_id
Gets the trusted_token_id of this MyAuthenticationFactorValidator. type
Gets the type of this MyAuthenticationFactorValidator. update_user_preference
Gets the update_user_preference of this MyAuthenticationFactorValidator. user_id
Gets the user_id of this MyAuthenticationFactorValidator. user_name
Gets the user_name of this MyAuthenticationFactorValidator. Methods
__init__
(**kwargs)Initializes a new MyAuthenticationFactorValidator object with values from keyword arguments. -
AUTH_FACTOR_BYPASSCODE
= 'BYPASSCODE'¶ A constant which can be used with the auth_factor property of a MyAuthenticationFactorValidator. This constant has a value of “BYPASSCODE”
-
AUTH_FACTOR_EMAIL
= 'EMAIL'¶ A constant which can be used with the auth_factor property of a MyAuthenticationFactorValidator. This constant has a value of “EMAIL”
-
AUTH_FACTOR_FIDO_AUTHENTICATOR
= 'FIDO_AUTHENTICATOR'¶ A constant which can be used with the auth_factor property of a MyAuthenticationFactorValidator. This constant has a value of “FIDO_AUTHENTICATOR”
-
AUTH_FACTOR_KMSI_TOKEN
= 'KMSI_TOKEN'¶ A constant which can be used with the auth_factor property of a MyAuthenticationFactorValidator. This constant has a value of “KMSI_TOKEN”
-
AUTH_FACTOR_PHONE_CALL
= 'PHONE_CALL'¶ A constant which can be used with the auth_factor property of a MyAuthenticationFactorValidator. This constant has a value of “PHONE_CALL”
-
AUTH_FACTOR_PUSH
= 'PUSH'¶ A constant which can be used with the auth_factor property of a MyAuthenticationFactorValidator. This constant has a value of “PUSH”
-
AUTH_FACTOR_SECURITY_QUESTIONS
= 'SECURITY_QUESTIONS'¶ A constant which can be used with the auth_factor property of a MyAuthenticationFactorValidator. This constant has a value of “SECURITY_QUESTIONS”
-
AUTH_FACTOR_SMS
= 'SMS'¶ A constant which can be used with the auth_factor property of a MyAuthenticationFactorValidator. This constant has a value of “SMS”
-
AUTH_FACTOR_THIRDPARTY
= 'THIRDPARTY'¶ A constant which can be used with the auth_factor property of a MyAuthenticationFactorValidator. This constant has a value of “THIRDPARTY”
-
AUTH_FACTOR_TOTP
= 'TOTP'¶ A constant which can be used with the auth_factor property of a MyAuthenticationFactorValidator. This constant has a value of “TOTP”
-
AUTH_FACTOR_TRUST_TOKEN
= 'TRUST_TOKEN'¶ A constant which can be used with the auth_factor property of a MyAuthenticationFactorValidator. This constant has a value of “TRUST_TOKEN”
-
AUTH_FACTOR_USERNAME_PASSWORD
= 'USERNAME_PASSWORD'¶ A constant which can be used with the auth_factor property of a MyAuthenticationFactorValidator. This constant has a value of “USERNAME_PASSWORD”
-
AUTH_FACTOR_VOICE
= 'VOICE'¶ A constant which can be used with the auth_factor property of a MyAuthenticationFactorValidator. This constant has a value of “VOICE”
-
AUTH_FACTOR_YUBICO_OTP
= 'YUBICO_OTP'¶ A constant which can be used with the auth_factor property of a MyAuthenticationFactorValidator. This constant has a value of “YUBICO_OTP”
-
IDCS_PREVENTED_OPERATIONS_DELETE
= 'delete'¶ A constant which can be used with the idcs_prevented_operations property of a MyAuthenticationFactorValidator. This constant has a value of “delete”
-
IDCS_PREVENTED_OPERATIONS_REPLACE
= 'replace'¶ A constant which can be used with the idcs_prevented_operations property of a MyAuthenticationFactorValidator. This constant has a value of “replace”
-
IDCS_PREVENTED_OPERATIONS_UPDATE
= 'update'¶ A constant which can be used with the idcs_prevented_operations property of a MyAuthenticationFactorValidator. This constant has a value of “update”
-
PREFERENCE_TYPE_MFA
= 'MFA'¶ A constant which can be used with the preference_type property of a MyAuthenticationFactorValidator. This constant has a value of “MFA”
-
PREFERENCE_TYPE_PASSWORDLESS
= 'PASSWORDLESS'¶ A constant which can be used with the preference_type property of a MyAuthenticationFactorValidator. This constant has a value of “PASSWORDLESS”
-
SCENARIO_AUTHENTICATION
= 'AUTHENTICATION'¶ A constant which can be used with the scenario property of a MyAuthenticationFactorValidator. This constant has a value of “AUTHENTICATION”
-
SCENARIO_ENROLLMENT
= 'ENROLLMENT'¶ A constant which can be used with the scenario property of a MyAuthenticationFactorValidator. This constant has a value of “ENROLLMENT”
-
STATUS_FAILURE
= 'FAILURE'¶ A constant which can be used with the status property of a MyAuthenticationFactorValidator. This constant has a value of “FAILURE”
-
STATUS_SUCCESS
= 'SUCCESS'¶ A constant which can be used with the status property of a MyAuthenticationFactorValidator. This constant has a value of “SUCCESS”
-
TYPE_OIDC
= 'OIDC'¶ A constant which can be used with the type property of a MyAuthenticationFactorValidator. This constant has a value of “OIDC”
-
TYPE_SAML
= 'SAML'¶ A constant which can be used with the type property of a MyAuthenticationFactorValidator. This constant has a value of “SAML”
-
__init__
(**kwargs)¶ Initializes a new MyAuthenticationFactorValidator object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this MyAuthenticationFactorValidator.
- ocid (str) – The value to assign to the ocid property of this MyAuthenticationFactorValidator.
- schemas (list[str]) – The value to assign to the schemas property of this MyAuthenticationFactorValidator.
- meta (oci.identity_domains.models.Meta) – The value to assign to the meta property of this MyAuthenticationFactorValidator.
- idcs_created_by (oci.identity_domains.models.IdcsCreatedBy) – The value to assign to the idcs_created_by property of this MyAuthenticationFactorValidator.
- idcs_last_modified_by (oci.identity_domains.models.IdcsLastModifiedBy) – The value to assign to the idcs_last_modified_by property of this MyAuthenticationFactorValidator.
- idcs_prevented_operations (list[str]) – The value to assign to the idcs_prevented_operations property of this MyAuthenticationFactorValidator. Allowed values for items in this list are: “replace”, “update”, “delete”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- tags (list[oci.identity_domains.models.Tags]) – The value to assign to the tags property of this MyAuthenticationFactorValidator.
- delete_in_progress (bool) – The value to assign to the delete_in_progress property of this MyAuthenticationFactorValidator.
- idcs_last_upgraded_in_release (str) – The value to assign to the idcs_last_upgraded_in_release property of this MyAuthenticationFactorValidator.
- domain_ocid (str) – The value to assign to the domain_ocid property of this MyAuthenticationFactorValidator.
- compartment_ocid (str) – The value to assign to the compartment_ocid property of this MyAuthenticationFactorValidator.
- tenancy_ocid (str) – The value to assign to the tenancy_ocid property of this MyAuthenticationFactorValidator.
- auth_factor (str) – The value to assign to the auth_factor property of this MyAuthenticationFactorValidator. Allowed values for this property are: “USERNAME_PASSWORD”, “PUSH”, “TOTP”, “EMAIL”, “SMS”, “VOICE”, “BYPASSCODE”, “SECURITY_QUESTIONS”, “TRUST_TOKEN”, “PHONE_CALL”, “THIRDPARTY”, “FIDO_AUTHENTICATOR”, “YUBICO_OTP”, “KMSI_TOKEN”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- scenario (str) – The value to assign to the scenario property of this MyAuthenticationFactorValidator. Allowed values for this property are: “ENROLLMENT”, “AUTHENTICATION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- request_id (str) – The value to assign to the request_id property of this MyAuthenticationFactorValidator.
- otp_code (str) – The value to assign to the otp_code property of this MyAuthenticationFactorValidator.
- device_id (str) – The value to assign to the device_id property of this MyAuthenticationFactorValidator.
- status (str) – The value to assign to the status property of this MyAuthenticationFactorValidator. Allowed values for this property are: “SUCCESS”, “FAILURE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- user_id (str) – The value to assign to the user_id property of this MyAuthenticationFactorValidator.
- user_name (str) – The value to assign to the user_name property of this MyAuthenticationFactorValidator.
- display_name (str) – The value to assign to the display_name property of this MyAuthenticationFactorValidator.
- message (str) – The value to assign to the message property of this MyAuthenticationFactorValidator.
- type (str) – The value to assign to the type property of this MyAuthenticationFactorValidator. Allowed values for this property are: “SAML”, “OIDC”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- update_user_preference (bool) – The value to assign to the update_user_preference property of this MyAuthenticationFactorValidator.
- preference_type (str) – The value to assign to the preference_type property of this MyAuthenticationFactorValidator. Allowed values for this property are: “PASSWORDLESS”, “MFA”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- security_questions (list[oci.identity_domains.models.MyAuthenticationFactorValidatorSecurityQuestions]) – The value to assign to the security_questions property of this MyAuthenticationFactorValidator.
- name (str) – The value to assign to the name property of this MyAuthenticationFactorValidator.
- platform (str) – The value to assign to the platform property of this MyAuthenticationFactorValidator.
- location (str) – The value to assign to the location property of this MyAuthenticationFactorValidator.
- trusted_token_id (str) – The value to assign to the trusted_token_id property of this MyAuthenticationFactorValidator.
- kmsi_token_id (str) – The value to assign to the kmsi_token_id property of this MyAuthenticationFactorValidator.
- policy_enabled_second_factors (list[str]) – The value to assign to the policy_enabled_second_factors property of this MyAuthenticationFactorValidator.
- create_trusted_agent (bool) – The value to assign to the create_trusted_agent property of this MyAuthenticationFactorValidator.
- create_kmsi_token (bool) – The value to assign to the create_kmsi_token property of this MyAuthenticationFactorValidator.
- is_acc_rec_enabled (bool) – The value to assign to the is_acc_rec_enabled property of this MyAuthenticationFactorValidator.
- policy_trusted_frequency_mins (int) – The value to assign to the policy_trusted_frequency_mins property of this MyAuthenticationFactorValidator.
- third_party_factor (oci.identity_domains.models.MyAuthenticationFactorValidatorThirdPartyFactor) – The value to assign to the third_party_factor property of this MyAuthenticationFactorValidator.
- additional_attributes (list[oci.identity_domains.models.MyAuthenticationFactorValidatorAdditionalAttributes]) – The value to assign to the additional_attributes property of this MyAuthenticationFactorValidator.
-
additional_attributes
¶ Gets the additional_attributes of this MyAuthenticationFactorValidator. Additional attributes which will be sent as part of a push notification
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
Returns: The additional_attributes of this MyAuthenticationFactorValidator. Return type: list[oci.identity_domains.models.MyAuthenticationFactorValidatorAdditionalAttributes]
-
auth_factor
¶ [Required] Gets the auth_factor of this MyAuthenticationFactorValidator. Authentication Factor which is being validated
- SCIM++ Properties:
- type: string
- multiValued: false
- required: true
- mutability: readWrite
- returned: default
- uniqueness: none
- idcsSearchable: false
Allowed values for this property are: “USERNAME_PASSWORD”, “PUSH”, “TOTP”, “EMAIL”, “SMS”, “VOICE”, “BYPASSCODE”, “SECURITY_QUESTIONS”, “TRUST_TOKEN”, “PHONE_CALL”, “THIRDPARTY”, “FIDO_AUTHENTICATOR”, “YUBICO_OTP”, “KMSI_TOKEN”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The auth_factor of this MyAuthenticationFactorValidator. Return type: str
-
compartment_ocid
¶ Gets the compartment_ocid of this MyAuthenticationFactorValidator. OCI Compartment Id (ocid) in which the resource lives.
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The compartment_ocid of this MyAuthenticationFactorValidator. Return type: str
-
create_kmsi_token
¶ Gets the create_kmsi_token of this MyAuthenticationFactorValidator. Indicates to create kmsi token.
- SCIM++ Properties:
- type: boolean
- multiValued: false
- required: false
- mutability: writeOnly
- returned: never
- uniqueness: none
Returns: The create_kmsi_token of this MyAuthenticationFactorValidator. Return type: bool
-
create_trusted_agent
¶ Gets the create_trusted_agent of this MyAuthenticationFactorValidator. Indicates to create trust token.
- SCIM++ Properties:
- type: boolean
- multiValued: false
- required: false
- mutability: writeOnly
- returned: never
- uniqueness: none
Returns: The create_trusted_agent of this MyAuthenticationFactorValidator. Return type: bool
-
delete_in_progress
¶ Gets the delete_in_progress of this MyAuthenticationFactorValidator. 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.
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
Returns: The delete_in_progress of this MyAuthenticationFactorValidator. Return type: bool
-
device_id
¶ Gets the device_id of this MyAuthenticationFactorValidator. Device id whose factor is being validated
- SCIM++ Properties:
- type: string
- multiValued: false
- required: false
- mutability: readWrite
- returned: default
- uniqueness: none
- idcsSearchable: false
Returns: The device_id of this MyAuthenticationFactorValidator. Return type: str
-
display_name
¶ Gets the display_name of this MyAuthenticationFactorValidator. Display name of the verified device
- SCIM++ Properties:
- type: string
- multiValued: false
- required: false
- mutability: readWrite
- returned: default
- uniqueness: none
- idcsSearchable: false
Returns: The display_name of this MyAuthenticationFactorValidator. Return type: str
-
domain_ocid
¶ Gets the domain_ocid of this MyAuthenticationFactorValidator. OCI Domain Id (ocid) in which the resource lives.
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The domain_ocid of this MyAuthenticationFactorValidator. Return type: str
-
id
¶ Gets the id of this MyAuthenticationFactorValidator. 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.
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: global
Returns: The id of this MyAuthenticationFactorValidator. Return type: str
-
idcs_created_by
¶ Gets the idcs_created_by of this MyAuthenticationFactorValidator.
Returns: The idcs_created_by of this MyAuthenticationFactorValidator. Return type: oci.identity_domains.models.IdcsCreatedBy
-
idcs_last_modified_by
¶ Gets the idcs_last_modified_by of this MyAuthenticationFactorValidator.
Returns: The idcs_last_modified_by of this MyAuthenticationFactorValidator. Return type: oci.identity_domains.models.IdcsLastModifiedBy
-
idcs_last_upgraded_in_release
¶ Gets the idcs_last_upgraded_in_release of this MyAuthenticationFactorValidator. The release number when the resource was upgraded.
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
Returns: The idcs_last_upgraded_in_release of this MyAuthenticationFactorValidator. Return type: str
-
idcs_prevented_operations
¶ Gets the idcs_prevented_operations of this MyAuthenticationFactorValidator. Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
Allowed values for items in this list are: “replace”, “update”, “delete”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The idcs_prevented_operations of this MyAuthenticationFactorValidator. Return type: list[str]
-
is_acc_rec_enabled
¶ Gets the is_acc_rec_enabled of this MyAuthenticationFactorValidator. Flag indicates whether the factor is enrolled in account recovery. If the value is not provided or false, then it will be treated as MFA factor validation.
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
Returns: The is_acc_rec_enabled of this MyAuthenticationFactorValidator. Return type: bool
-
kmsi_token_id
¶ Gets the kmsi_token_id of this MyAuthenticationFactorValidator. KMSI token resource identifier.
- SCIM++ Properties:
- type: string
- multiValued: false
- required: false
- mutability: writeOnly
- returned: never
- uniqueness: none
Returns: The kmsi_token_id of this MyAuthenticationFactorValidator. Return type: str
-
location
¶ Gets the location of this MyAuthenticationFactorValidator. Location of the trusted client.
- SCIM++ Properties:
- type: string
- multiValued: false
- required: false
- mutability: writeOnly
- returned: never
- uniqueness: none
Returns: The location of this MyAuthenticationFactorValidator. Return type: str
-
message
¶ Gets the message of this MyAuthenticationFactorValidator. Validator message which is passed by the client. When it is a PUSH notification, it can be a rejection message.
- SCIM++ Properties:
- type: string
- multiValued: false
- required: false
- mutability: readWrite
- returned: default
- uniqueness: none
- idcsSearchable: false
Returns: The message of this MyAuthenticationFactorValidator. Return type: str
-
meta
¶ Gets the meta of this MyAuthenticationFactorValidator.
Returns: The meta of this MyAuthenticationFactorValidator. Return type: oci.identity_domains.models.Meta
-
name
¶ Gets the name of this MyAuthenticationFactorValidator. Name of the client to be trusted
- SCIM++ Properties:
- type: string
- multiValued: false
- required: false
- mutability: writeOnly
- returned: never
- uniqueness: none
Returns: The name of this MyAuthenticationFactorValidator. Return type: str
-
ocid
¶ Gets the ocid of this MyAuthenticationFactorValidator. Unique OCI identifier for the SCIM Resource.
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: default
- type: string
- uniqueness: global
Returns: The ocid of this MyAuthenticationFactorValidator. Return type: str
-
otp_code
¶ Gets the otp_code of this MyAuthenticationFactorValidator. The One Time Passcode which needs to be validated
- SCIM++ Properties:
- type: string
- multiValued: false
- required: false
- mutability: readWrite
- returned: never
- uniqueness: none
- idcsSensitive: encrypt
- idcsSearchable: false
Returns: The otp_code of this MyAuthenticationFactorValidator. Return type: str
-
platform
¶ Gets the platform of this MyAuthenticationFactorValidator. Platform of the client to be trusted
- SCIM++ Properties:
- type: string
- multiValued: false
- required: false
- mutability: writeOnly
- returned: never
- uniqueness: none
Returns: The platform of this MyAuthenticationFactorValidator. Return type: str
-
policy_enabled_second_factors
¶ Gets the policy_enabled_second_factors of this MyAuthenticationFactorValidator. Sign-On Policy dictated allowed second factors.
- SCIM++ Properties:
- type: string
- multiValued: true
- required: false
- mutability: writeOnly
- returned: never
- uniqueness: none
Returns: The policy_enabled_second_factors of this MyAuthenticationFactorValidator. Return type: list[str]
-
policy_trusted_frequency_mins
¶ Gets the policy_trusted_frequency_mins of this MyAuthenticationFactorValidator. Sign-On Policy dictated validity duration for trusted client in Minutes.
- SCIM++ Properties:
- type: integer
- multiValued: false
- required: false
- mutability: writeOnly
- returned: never
- uniqueness: none
Returns: The policy_trusted_frequency_mins of this MyAuthenticationFactorValidator. Return type: int
-
preference_type
¶ Gets the preference_type of this MyAuthenticationFactorValidator. Indicates whether to user passwordless factor to be updated or mfa factor to be updated
- SCIM++ Properties:
- type: string
- multiValued: false
- required: false
- mutability: writeOnly
- returned: never
- uniqueness: none
Allowed values for this property are: “PASSWORDLESS”, “MFA”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The preference_type of this MyAuthenticationFactorValidator. Return type: str
-
request_id
¶ Gets the request_id of this MyAuthenticationFactorValidator. Request ID which is being validated
- SCIM++ Properties:
- type: string
- multiValued: false
- required: false
- mutability: readWrite
- returned: default
- uniqueness: none
- idcsSearchable: false
Returns: The request_id of this MyAuthenticationFactorValidator. Return type: str
-
scenario
¶ [Required] Gets the scenario of this MyAuthenticationFactorValidator. Specifies whether the service is being used to enroll or validate a factor
- SCIM++ Properties:
- type: string
- multiValued: false
- required: true
- mutability: readWrite
- returned: default
- uniqueness: none
- idcsSearchable: false
Allowed values for this property are: “ENROLLMENT”, “AUTHENTICATION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The scenario of this MyAuthenticationFactorValidator. Return type: str
-
schemas
¶ [Required] Gets the schemas of this MyAuthenticationFactorValidator. 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.
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The schemas of this MyAuthenticationFactorValidator. Return type: list[str]
-
security_questions
¶ Gets the security_questions of this MyAuthenticationFactorValidator. List of security questions the user has submitted to get authenticated.
- SCIM++ Properties:
- type: complex
- multiValued: true
- required: false
- mutability: writeOnly
- returned: never
- uniqueness: none
- idcsSearchable: false
Returns: The security_questions of this MyAuthenticationFactorValidator. Return type: list[oci.identity_domains.models.MyAuthenticationFactorValidatorSecurityQuestions]
-
status
¶ Gets the status of this MyAuthenticationFactorValidator. Validation status returned in the response
- SCIM++ Properties:
- type: string
- multiValued: false
- required: false
- mutability: readOnly
- returned: default
- uniqueness: none
- idcsSearchable: false
Allowed values for this property are: “SUCCESS”, “FAILURE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The status of this MyAuthenticationFactorValidator. Return type: str
Gets the tags of this MyAuthenticationFactorValidator. A list of tags on this resource.
- SCIM++ Properties:
- idcsCompositeKey: [key, value]
- idcsSearchable: true
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: complex
- uniqueness: none
Returns: The tags of this MyAuthenticationFactorValidator. Return type: list[oci.identity_domains.models.Tags]
-
tenancy_ocid
¶ Gets the tenancy_ocid of this MyAuthenticationFactorValidator. OCI Tenant Id (ocid) in which the resource lives.
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The tenancy_ocid of this MyAuthenticationFactorValidator. Return type: str
-
third_party_factor
¶ Gets the third_party_factor of this MyAuthenticationFactorValidator.
Returns: The third_party_factor of this MyAuthenticationFactorValidator. Return type: oci.identity_domains.models.MyAuthenticationFactorValidatorThirdPartyFactor
-
trusted_token_id
¶ Gets the trusted_token_id of this MyAuthenticationFactorValidator. Trusted token resource identifier.
- SCIM++ Properties:
- type: string
- multiValued: false
- required: false
- mutability: writeOnly
- returned: never
- uniqueness: none
Returns: The trusted_token_id of this MyAuthenticationFactorValidator. Return type: str
-
type
¶ Gets the type of this MyAuthenticationFactorValidator. type indicating whether the flow is OIDC, SAML etc.,
- SCIM++ Properties:
- type: string
- multiValued: false
- required: false
- mutability: writeOnly
- returned: default
- uniqueness: none
Allowed values for this property are: “SAML”, “OIDC”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this MyAuthenticationFactorValidator. Return type: str
-
update_user_preference
¶ Gets the update_user_preference of this MyAuthenticationFactorValidator. Indicates whether to update user preferred mfa factor or not
- SCIM++ Properties:
- type: boolean
- multiValued: false
- required: false
- mutability: writeOnly
- returned: never
- uniqueness: none
Returns: The update_user_preference of this MyAuthenticationFactorValidator. Return type: bool
-
user_id
¶ Gets the user_id of this MyAuthenticationFactorValidator. User guid for whom the validation has initiated. Optional.
- SCIM++ Properties:
- type: string
- multiValued: false
- required: false
- mutability: readWrite
- returned: default
- uniqueness: none
- idcsSearchable: false
Returns: The user_id of this MyAuthenticationFactorValidator. Return type: str
-
user_name
¶ Gets the user_name of this MyAuthenticationFactorValidator. User name for whom the validation has initiated
- SCIM++ Properties:
- type: string
- multiValued: false
- required: false
- mutability: readWrite
- returned: default
- uniqueness: none
- idcsSearchable: false
- idcsPii: true
Returns: The user_name of this MyAuthenticationFactorValidator. Return type: str
-