UserExtBypassCodes¶
-
class
oci.identity_domains.models.
UserExtBypassCodes
(**kwargs)¶ Bases:
object
A list of bypass codes that belongs to the user.
Added In: 18.3.6
SCIM++ Properties: - idcsCompositeKey: [value] - multiValued: true - mutability: readOnly - required: false - returned: request - type: complex - uniqueness: none
Methods
__init__
(**kwargs)Initializes a new UserExtBypassCodes object with values from keyword arguments. Attributes
ref
Gets the ref of this UserExtBypassCodes. value
[Required] Gets the value of this UserExtBypassCodes. -
__init__
(**kwargs)¶ Initializes a new UserExtBypassCodes 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 UserExtBypassCodes.
- ref (str) – The value to assign to the ref property of this UserExtBypassCodes.
-
ref
¶ Gets the ref of this UserExtBypassCodes. The URI of the corresponding BypassCode resource which belongs to user
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 UserExtBypassCodes. Return type: str
-
value
¶ [Required] Gets the value of this UserExtBypassCodes. The user’s bypass code identifier.
Added In: 18.3.6
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: always
- type: string
- uniqueness: none
Returns: The value of this UserExtBypassCodes. Return type: str
-