MyTrustedUserAgentTrustedFactors¶
-
class
oci.identity_domains.models.
MyTrustedUserAgentTrustedFactors
(**kwargs)¶ Bases:
object
Trusted 2FA Factors
Attributes
CATEGORY_LOCAL
A constant which can be used with the category property of a MyTrustedUserAgentTrustedFactors. CATEGORY_SAML
A constant which can be used with the category property of a MyTrustedUserAgentTrustedFactors. CATEGORY_SOCIAL
A constant which can be used with the category property of a MyTrustedUserAgentTrustedFactors. CATEGORY_THIRDPARTY
A constant which can be used with the category property of a MyTrustedUserAgentTrustedFactors. CATEGORY_X509
A constant which can be used with the category property of a MyTrustedUserAgentTrustedFactors. category
Gets the category of this MyTrustedUserAgentTrustedFactors. creation_time
[Required] Gets the creation_time of this MyTrustedUserAgentTrustedFactors. type
[Required] Gets the type of this MyTrustedUserAgentTrustedFactors. Methods
__init__
(**kwargs)Initializes a new MyTrustedUserAgentTrustedFactors object with values from keyword arguments. -
CATEGORY_LOCAL
= 'LOCAL'¶ A constant which can be used with the category property of a MyTrustedUserAgentTrustedFactors. This constant has a value of “LOCAL”
-
CATEGORY_SAML
= 'SAML'¶ A constant which can be used with the category property of a MyTrustedUserAgentTrustedFactors. This constant has a value of “SAML”
-
CATEGORY_SOCIAL
= 'SOCIAL'¶ A constant which can be used with the category property of a MyTrustedUserAgentTrustedFactors. This constant has a value of “SOCIAL”
-
CATEGORY_THIRDPARTY
= 'THIRDPARTY'¶ A constant which can be used with the category property of a MyTrustedUserAgentTrustedFactors. This constant has a value of “THIRDPARTY”
-
CATEGORY_X509
= 'X509'¶ A constant which can be used with the category property of a MyTrustedUserAgentTrustedFactors. This constant has a value of “X509”
-
__init__
(**kwargs)¶ Initializes a new MyTrustedUserAgentTrustedFactors object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - type (str) – The value to assign to the type property of this MyTrustedUserAgentTrustedFactors.
- category (str) – The value to assign to the category property of this MyTrustedUserAgentTrustedFactors. Allowed values for this property are: “SAML”, “LOCAL”, “SOCIAL”, “X509”, “THIRDPARTY”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- creation_time (str) – The value to assign to the creation_time property of this MyTrustedUserAgentTrustedFactors.
-
category
¶ Gets the category of this MyTrustedUserAgentTrustedFactors. Trusted Factor Type. Local, X509, SAML SOCIAL
Added In: 2111190457
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- idcsRequiresWriteForAccessFlows: true
- required: false
- returned: default
- type: string
- uniqueness: none
Allowed values for this property are: “SAML”, “LOCAL”, “SOCIAL”, “X509”, “THIRDPARTY”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The category of this MyTrustedUserAgentTrustedFactors. Return type: str
-
creation_time
¶ [Required] Gets the creation_time of this MyTrustedUserAgentTrustedFactors. trust factor creation time
Added In: 19.2.1
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- idcsRequiresWriteForAccessFlows: true
- required: true
- returned: default
- type: dateTime
- uniqueness: none
Returns: The creation_time of this MyTrustedUserAgentTrustedFactors. Return type: str
-
type
¶ [Required] Gets the type of this MyTrustedUserAgentTrustedFactors. Trusted Factor
Added In: 19.2.1
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- idcsRequiresWriteForAccessFlows: true
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The type of this MyTrustedUserAgentTrustedFactors. Return type: str
-