IdentityConfigurationSummary¶
-
class
oci.bds.models.
IdentityConfigurationSummary
(**kwargs)¶ Bases:
object
Summary of the identity config
Methods
__init__
(**kwargs)Initializes a new IdentityConfigurationSummary object with values from keyword arguments. Attributes
display_name
[Required] Gets the display_name of this IdentityConfigurationSummary. id
[Required] Gets the id of this IdentityConfigurationSummary. lifecycle_state
[Required] Gets the lifecycle_state of this IdentityConfigurationSummary. -
__init__
(**kwargs)¶ Initializes a new IdentityConfigurationSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this IdentityConfigurationSummary.
- display_name (str) – The value to assign to the display_name property of this IdentityConfigurationSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this IdentityConfigurationSummary.
-
display_name
¶ [Required] Gets the display_name of this IdentityConfigurationSummary. Display name of the identity config
Returns: The display_name of this IdentityConfigurationSummary. Return type: str
-
id
¶ [Required] Gets the id of this IdentityConfigurationSummary. The id of the identity config
Returns: The id of this IdentityConfigurationSummary. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this IdentityConfigurationSummary. Lifecycle state of the identity config
Returns: The lifecycle_state of this IdentityConfigurationSummary. Return type: str
-