UpdateUserCapabilitiesDetails¶
-
class
oci.identity.models.
UpdateUserCapabilitiesDetails
(**kwargs)¶ Bases:
object
UpdateUserCapabilitiesDetails model.
Methods
__init__
(**kwargs)Initializes a new UpdateUserCapabilitiesDetails object with values from keyword arguments. Attributes
can_use_api_keys
Gets the can_use_api_keys of this UpdateUserCapabilitiesDetails. can_use_auth_tokens
Gets the can_use_auth_tokens of this UpdateUserCapabilitiesDetails. can_use_console_password
Gets the can_use_console_password of this UpdateUserCapabilitiesDetails. can_use_customer_secret_keys
Gets the can_use_customer_secret_keys of this UpdateUserCapabilitiesDetails. can_use_db_credentials
Gets the can_use_db_credentials of this UpdateUserCapabilitiesDetails. can_use_o_auth2_client_credentials
Gets the can_use_o_auth2_client_credentials of this UpdateUserCapabilitiesDetails. can_use_smtp_credentials
Gets the can_use_smtp_credentials of this UpdateUserCapabilitiesDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateUserCapabilitiesDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - can_use_console_password (bool) – The value to assign to the can_use_console_password property of this UpdateUserCapabilitiesDetails.
- can_use_api_keys (bool) – The value to assign to the can_use_api_keys property of this UpdateUserCapabilitiesDetails.
- can_use_auth_tokens (bool) – The value to assign to the can_use_auth_tokens property of this UpdateUserCapabilitiesDetails.
- can_use_smtp_credentials (bool) – The value to assign to the can_use_smtp_credentials property of this UpdateUserCapabilitiesDetails.
- can_use_db_credentials (bool) – The value to assign to the can_use_db_credentials property of this UpdateUserCapabilitiesDetails.
- can_use_customer_secret_keys (bool) – The value to assign to the can_use_customer_secret_keys property of this UpdateUserCapabilitiesDetails.
- can_use_o_auth2_client_credentials (bool) – The value to assign to the can_use_o_auth2_client_credentials property of this UpdateUserCapabilitiesDetails.
-
can_use_api_keys
¶ Gets the can_use_api_keys of this UpdateUserCapabilitiesDetails. Indicates if the user can use API keys.
Returns: The can_use_api_keys of this UpdateUserCapabilitiesDetails. Return type: bool
-
can_use_auth_tokens
¶ Gets the can_use_auth_tokens of this UpdateUserCapabilitiesDetails. Indicates if the user can use SWIFT passwords / auth tokens.
Returns: The can_use_auth_tokens of this UpdateUserCapabilitiesDetails. Return type: bool
-
can_use_console_password
¶ Gets the can_use_console_password of this UpdateUserCapabilitiesDetails. Indicates if the user can log in to the console.
Returns: The can_use_console_password of this UpdateUserCapabilitiesDetails. Return type: bool
-
can_use_customer_secret_keys
¶ Gets the can_use_customer_secret_keys of this UpdateUserCapabilitiesDetails. Indicates if the user can use SigV4 symmetric keys.
Returns: The can_use_customer_secret_keys of this UpdateUserCapabilitiesDetails. Return type: bool
-
can_use_db_credentials
¶ Gets the can_use_db_credentials of this UpdateUserCapabilitiesDetails. Indicates if the user can use DB passwords.
Returns: The can_use_db_credentials of this UpdateUserCapabilitiesDetails. Return type: bool
-
can_use_o_auth2_client_credentials
¶ Gets the can_use_o_auth2_client_credentials of this UpdateUserCapabilitiesDetails. Indicates if the user can use OAuth2 credentials and tokens.
Returns: The can_use_o_auth2_client_credentials of this UpdateUserCapabilitiesDetails. Return type: bool
-
can_use_smtp_credentials
¶ Gets the can_use_smtp_credentials of this UpdateUserCapabilitiesDetails. Indicates if the user can use SMTP passwords.
Returns: The can_use_smtp_credentials of this UpdateUserCapabilitiesDetails. Return type: bool
-