ExtensionSffUser¶
-
class
oci.identity_domains.models.
ExtensionSffUser
(**kwargs)¶ Bases:
object
SFF Auth Keys User extension
Methods
__init__
(**kwargs)Initializes a new ExtensionSffUser object with values from keyword arguments. Attributes
sff_auth_keys
Gets the sff_auth_keys of this ExtensionSffUser. -
__init__
(**kwargs)¶ Initializes a new ExtensionSffUser object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: sff_auth_keys (str) – The value to assign to the sff_auth_keys property of this ExtensionSffUser.
-
sff_auth_keys
¶ Gets the sff_auth_keys of this ExtensionSffUser. SFF auth keys clob
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: request
- type: string
- uniqueness: none
Returns: The sff_auth_keys of this ExtensionSffUser. Return type: str
-