UserExtApiKeys¶
-
class
oci.identity_domains.models.
UserExtApiKeys
(**kwargs)¶ Bases:
object
A list of API keys corresponding to user.
Added In: 2012271618
SCIM++ Properties: - idcsCompositeKey: [value] - idcsSearchable: true - multiValued: true - mutability: readOnly - required: false - returned: request - type: complex - uniqueness: none
Methods
__init__
(**kwargs)Initializes a new UserExtApiKeys object with values from keyword arguments. Attributes
key
Gets the key of this UserExtApiKeys. ocid
Gets the ocid of this UserExtApiKeys. ref
Gets the ref of this UserExtApiKeys. value
Gets the value of this UserExtApiKeys. -
__init__
(**kwargs)¶ Initializes a new UserExtApiKeys object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - key (str) – The value to assign to the key property of this UserExtApiKeys.
- value (str) – The value to assign to the value property of this UserExtApiKeys.
- ocid (str) – The value to assign to the ocid property of this UserExtApiKeys.
- ref (str) – The value to assign to the ref property of this UserExtApiKeys.
-
key
¶ Gets the key of this UserExtApiKeys. The user’s API key value.
Added In: 2106240046
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
Returns: The key of this UserExtApiKeys. Return type: str
-
ocid
¶ Gets the ocid of this UserExtApiKeys. The user’s API key OCID.
Added In: 2012271618
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
Returns: The ocid of this UserExtApiKeys. Return type: str
-
ref
¶ Gets the ref of this UserExtApiKeys. The URI of the corresponding ApiKey resource to which the user belongs.
Added In: 2012271618
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
Returns: The ref of this UserExtApiKeys. Return type: str
-
value
¶ Gets the value of this UserExtApiKeys. The user’s API key identifier.
Added In: 2012271618
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: always
- type: string
- uniqueness: none
Returns: The value of this UserExtApiKeys. Return type: str
-