ResourcePrincipalConfigurationSummary

class oci.bds.models.ResourcePrincipalConfigurationSummary(**kwargs)

Bases: object

Resource Principal Session Token Details.

Methods

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

Attributes

bds_instance_id [Required] Gets the bds_instance_id of this ResourcePrincipalConfigurationSummary.
display_name [Required] Gets the display_name of this ResourcePrincipalConfigurationSummary.
id [Required] Gets the id of this ResourcePrincipalConfigurationSummary.
lifecycle_state [Required] Gets the lifecycle_state of this ResourcePrincipalConfigurationSummary.
time_created [Required] Gets the time_created of this ResourcePrincipalConfigurationSummary.
time_token_expiry Gets the time_token_expiry of this ResourcePrincipalConfigurationSummary.
time_token_refreshed Gets the time_token_refreshed of this ResourcePrincipalConfigurationSummary.
time_updated [Required] Gets the time_updated of this ResourcePrincipalConfigurationSummary.
__init__(**kwargs)

Initializes a new ResourcePrincipalConfigurationSummary 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 ResourcePrincipalConfigurationSummary.
  • bds_instance_id (str) – The value to assign to the bds_instance_id property of this ResourcePrincipalConfigurationSummary.
  • display_name (str) – The value to assign to the display_name property of this ResourcePrincipalConfigurationSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this ResourcePrincipalConfigurationSummary.
  • time_token_refreshed (datetime) – The value to assign to the time_token_refreshed property of this ResourcePrincipalConfigurationSummary.
  • time_token_expiry (datetime) – The value to assign to the time_token_expiry property of this ResourcePrincipalConfigurationSummary.
  • time_created (datetime) – The value to assign to the time_created property of this ResourcePrincipalConfigurationSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this ResourcePrincipalConfigurationSummary.
bds_instance_id

[Required] Gets the bds_instance_id of this ResourcePrincipalConfigurationSummary. the OCID of the bdsInstance which is the parent resource id.

Returns:The bds_instance_id of this ResourcePrincipalConfigurationSummary.
Return type:str
display_name

[Required] Gets the display_name of this ResourcePrincipalConfigurationSummary. a user-friendly name. only ascii alphanumeric characters with no spaces allowed. the name does not have to be unique, and it may be changed. avoid entering confidential information.

Returns:The display_name of this ResourcePrincipalConfigurationSummary.
Return type:str
id

[Required] Gets the id of this ResourcePrincipalConfigurationSummary. the ID of the ResourcePrincipalConfiguration.

Returns:The id of this ResourcePrincipalConfigurationSummary.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this ResourcePrincipalConfigurationSummary. the state of the ResourcePrincipalConfiguration.

Returns:The lifecycle_state of this ResourcePrincipalConfigurationSummary.
Return type:str
time_created

[Required] Gets the time_created of this ResourcePrincipalConfigurationSummary. the time the ResourcePrincipalConfiguration was created, shown as an rfc 3339 formatted datetime string.

Returns:The time_created of this ResourcePrincipalConfigurationSummary.
Return type:datetime
time_token_expiry

Gets the time_token_expiry of this ResourcePrincipalConfigurationSummary. the time the resource principal session token will expired, shown as an rfc 3339 formatted datetime string.

Returns:The time_token_expiry of this ResourcePrincipalConfigurationSummary.
Return type:datetime
time_token_refreshed

Gets the time_token_refreshed of this ResourcePrincipalConfigurationSummary. the time the resource principal session token was refreshed, shown as an rfc 3339 formatted datetime string.

Returns:The time_token_refreshed of this ResourcePrincipalConfigurationSummary.
Return type:datetime
time_updated

[Required] Gets the time_updated of this ResourcePrincipalConfigurationSummary. the time the ResourcePrincipalConfiguration was updated, shown as an rfc 3339 formatted datetime string.

Returns:The time_updated of this ResourcePrincipalConfigurationSummary.
Return type:datetime