RoleSummary¶
-
class
oci.data_safe.models.
RoleSummary
(**kwargs)¶ Bases:
object
The details of a role fetched from the database.
Methods
__init__
(**kwargs)Initializes a new RoleSummary object with values from keyword arguments. Attributes
authentication_type
[Required] Gets the authentication_type of this RoleSummary. is_common
Gets the is_common of this RoleSummary. is_implicit
Gets the is_implicit of this RoleSummary. is_inherited
Gets the is_inherited of this RoleSummary. is_oracle_maintained
Gets the is_oracle_maintained of this RoleSummary. is_password_required
Gets the is_password_required of this RoleSummary. role_name
[Required] Gets the role_name of this RoleSummary. -
__init__
(**kwargs)¶ Initializes a new RoleSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - role_name (str) – The value to assign to the role_name property of this RoleSummary.
- authentication_type (str) – The value to assign to the authentication_type property of this RoleSummary.
- is_password_required (bool) – The value to assign to the is_password_required property of this RoleSummary.
- is_common (bool) – The value to assign to the is_common property of this RoleSummary.
- is_oracle_maintained (bool) – The value to assign to the is_oracle_maintained property of this RoleSummary.
- is_inherited (bool) – The value to assign to the is_inherited property of this RoleSummary.
- is_implicit (bool) – The value to assign to the is_implicit property of this RoleSummary.
-
authentication_type
¶ [Required] Gets the authentication_type of this RoleSummary. Type of authentication.
Returns: The authentication_type of this RoleSummary. Return type: str
-
is_common
¶ Gets the is_common of this RoleSummary. Is the role common.
Returns: The is_common of this RoleSummary. Return type: bool
-
is_implicit
¶ Gets the is_implicit of this RoleSummary. Is the role implicit.
Returns: The is_implicit of this RoleSummary. Return type: bool
-
is_inherited
¶ Gets the is_inherited of this RoleSummary. Is the role inherited.
Returns: The is_inherited of this RoleSummary. Return type: bool
-
is_oracle_maintained
¶ Gets the is_oracle_maintained of this RoleSummary. Is the role oracle maintained.
Returns: The is_oracle_maintained of this RoleSummary. Return type: bool
-
is_password_required
¶ Gets the is_password_required of this RoleSummary. Is password required.
Returns: The is_password_required of this RoleSummary. Return type: bool
-
role_name
¶ [Required] Gets the role_name of this RoleSummary. The name of the role.
Returns: The role_name of this RoleSummary. Return type: str
-