UserExtTrustedUserAgents¶
-
class
oci.identity_domains.models.
UserExtTrustedUserAgents
(**kwargs)¶ Bases:
object
A list of trusted User Agents owned by this user. Multi-Factored Authentication uses Trusted User Agents to authenticate users. A User Agent is software application that a user uses to issue requests. For example, a User Agent could be a particular browser (possibly one of several executing on a desktop or laptop) or a particular mobile application (again, oneof several executing on a particular mobile device). A User Agent is trusted once the Multi-Factor Authentication has verified it in some way.
Added In: 18.3.6
SCIM++ Properties: - idcsCompositeKey: [value] - multiValued: true - mutability: readWrite - required: false - returned: request - type: complex - uniqueness: none
Methods
__init__
(**kwargs)Initializes a new UserExtTrustedUserAgents object with values from keyword arguments. Attributes
display
Gets the display of this UserExtTrustedUserAgents. ref
Gets the ref of this UserExtTrustedUserAgents. value
[Required] Gets the value of this UserExtTrustedUserAgents. -
__init__
(**kwargs)¶ Initializes a new UserExtTrustedUserAgents object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - value (str) – The value to assign to the value property of this UserExtTrustedUserAgents.
- ref (str) – The value to assign to the ref property of this UserExtTrustedUserAgents.
- display (str) – The value to assign to the display property of this UserExtTrustedUserAgents.
-
display
¶ Gets the display of this UserExtTrustedUserAgents. A human-readable identifier for this trusted user agent, used primarily for display purposes. READ-ONLY.
Added In: 18.3.6
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The display of this UserExtTrustedUserAgents. Return type: str
-
ref
¶ Gets the ref of this UserExtTrustedUserAgents. The URI of the corresponding trusted user agent resource.
Added In: 18.3.6
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
Returns: The ref of this UserExtTrustedUserAgents. Return type: str
-
value
¶ [Required] Gets the value of this UserExtTrustedUserAgents. The user’s trusted user agent identifier.
Added In: 18.3.6
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: none
Returns: The value of this UserExtTrustedUserAgents. Return type: str
-