ExtensionCapabilitiesUser

class oci.identity_domains.models.ExtensionCapabilitiesUser(**kwargs)

Bases: object

User’s Capabilities

Methods

__init__(**kwargs) Initializes a new ExtensionCapabilitiesUser object with values from keyword arguments.

Attributes

can_use_api_keys Gets the can_use_api_keys of this ExtensionCapabilitiesUser.
can_use_auth_tokens Gets the can_use_auth_tokens of this ExtensionCapabilitiesUser.
can_use_console Gets the can_use_console of this ExtensionCapabilitiesUser.
can_use_console_password Gets the can_use_console_password of this ExtensionCapabilitiesUser.
can_use_customer_secret_keys Gets the can_use_customer_secret_keys of this ExtensionCapabilitiesUser.
can_use_db_credentials Gets the can_use_db_credentials of this ExtensionCapabilitiesUser.
can_use_o_auth2_client_credentials Gets the can_use_o_auth2_client_credentials of this ExtensionCapabilitiesUser.
can_use_smtp_credentials Gets the can_use_smtp_credentials of this ExtensionCapabilitiesUser.
__init__(**kwargs)

Initializes a new ExtensionCapabilitiesUser object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • can_use_api_keys (bool) – The value to assign to the can_use_api_keys property of this ExtensionCapabilitiesUser.
  • can_use_auth_tokens (bool) – The value to assign to the can_use_auth_tokens property of this ExtensionCapabilitiesUser.
  • can_use_console_password (bool) – The value to assign to the can_use_console_password property of this ExtensionCapabilitiesUser.
  • can_use_customer_secret_keys (bool) – The value to assign to the can_use_customer_secret_keys property of this ExtensionCapabilitiesUser.
  • can_use_o_auth2_client_credentials (bool) – The value to assign to the can_use_o_auth2_client_credentials property of this ExtensionCapabilitiesUser.
  • can_use_smtp_credentials (bool) – The value to assign to the can_use_smtp_credentials property of this ExtensionCapabilitiesUser.
  • can_use_db_credentials (bool) – The value to assign to the can_use_db_credentials property of this ExtensionCapabilitiesUser.
  • can_use_console (bool) – The value to assign to the can_use_console property of this ExtensionCapabilitiesUser.
can_use_api_keys

Gets the can_use_api_keys of this ExtensionCapabilitiesUser. Indicates whether a user can use API keys.

Added In: 2012271618

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
Returns:The can_use_api_keys of this ExtensionCapabilitiesUser.
Return type:bool
can_use_auth_tokens

Gets the can_use_auth_tokens of this ExtensionCapabilitiesUser. Indicates whether a user can use Auth tokens.

Added In: 2012271618

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
Returns:The can_use_auth_tokens of this ExtensionCapabilitiesUser.
Return type:bool
can_use_console

Gets the can_use_console of this ExtensionCapabilitiesUser. Specifies whether user can access the Console.

Added In: 2206280902

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
Returns:The can_use_console of this ExtensionCapabilitiesUser.
Return type:bool
can_use_console_password

Gets the can_use_console_password of this ExtensionCapabilitiesUser. Indicates whether a user can use Console passwords.

Added In: 2012271618

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
Returns:The can_use_console_password of this ExtensionCapabilitiesUser.
Return type:bool
can_use_customer_secret_keys

Gets the can_use_customer_secret_keys of this ExtensionCapabilitiesUser. Indicates whether a user can use customer secret keys.

Added In: 2012271618

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
Returns:The can_use_customer_secret_keys of this ExtensionCapabilitiesUser.
Return type:bool
can_use_db_credentials

Gets the can_use_db_credentials of this ExtensionCapabilitiesUser. Indicates whether a user can use database credentials.

Added In: 2012271618

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
Returns:The can_use_db_credentials of this ExtensionCapabilitiesUser.
Return type:bool
can_use_o_auth2_client_credentials

Gets the can_use_o_auth2_client_credentials of this ExtensionCapabilitiesUser. Indicates whether a user can use OAuth2 client credentials.

Added In: 2012271618

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
Returns:The can_use_o_auth2_client_credentials of this ExtensionCapabilitiesUser.
Return type:bool
can_use_smtp_credentials

Gets the can_use_smtp_credentials of this ExtensionCapabilitiesUser. Indicates whether a user can use SMTP credentials.

Added In: 2012271618

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none
Returns:The can_use_smtp_credentials of this ExtensionCapabilitiesUser.
Return type:bool