FleetCredentialSummary¶
-
class
oci.fleet_apps_management.models.
FleetCredentialSummary
(**kwargs)¶ Bases:
object
Summary of the FleetCredential.
Methods
__init__
(**kwargs)Initializes a new FleetCredentialSummary object with values from keyword arguments. Attributes
compartment_id
Gets the compartment_id of this FleetCredentialSummary. display_name
[Required] Gets the display_name of this FleetCredentialSummary. entity_specifics
[Required] Gets the entity_specifics of this FleetCredentialSummary. id
[Required] Gets the id of this FleetCredentialSummary. lifecycle_details
Gets the lifecycle_details of this FleetCredentialSummary. lifecycle_state
[Required] Gets the lifecycle_state of this FleetCredentialSummary. password
Gets the password of this FleetCredentialSummary. system_tags
Gets the system_tags of this FleetCredentialSummary. time_created
[Required] Gets the time_created of this FleetCredentialSummary. time_updated
Gets the time_updated of this FleetCredentialSummary. user
Gets the user of this FleetCredentialSummary. -
__init__
(**kwargs)¶ Initializes a new FleetCredentialSummary 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 FleetCredentialSummary.
- display_name (str) – The value to assign to the display_name property of this FleetCredentialSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this FleetCredentialSummary.
- time_created (datetime) – The value to assign to the time_created property of this FleetCredentialSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this FleetCredentialSummary.
- entity_specifics (oci.fleet_apps_management.models.CredentialEntitySpecificDetails) – The value to assign to the entity_specifics property of this FleetCredentialSummary.
- user (oci.fleet_apps_management.models.CredentialDetails) – The value to assign to the user property of this FleetCredentialSummary.
- password (oci.fleet_apps_management.models.CredentialDetails) – The value to assign to the password property of this FleetCredentialSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this FleetCredentialSummary.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this FleetCredentialSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this FleetCredentialSummary.
-
compartment_id
¶ Gets the compartment_id of this FleetCredentialSummary. Tenancy OCID
Returns: The compartment_id of this FleetCredentialSummary. Return type: str
-
display_name
¶ [Required] Gets the display_name of this FleetCredentialSummary. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Example: My new resource
Returns: The display_name of this FleetCredentialSummary. Return type: str
-
entity_specifics
¶ [Required] Gets the entity_specifics of this FleetCredentialSummary.
Returns: The entity_specifics of this FleetCredentialSummary. Return type: oci.fleet_apps_management.models.CredentialEntitySpecificDetails
-
id
¶ [Required] Gets the id of this FleetCredentialSummary. The unique id of the resource.
Returns: The id of this FleetCredentialSummary. Return type: str
-
lifecycle_details
¶ Gets the lifecycle_details of this FleetCredentialSummary. A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
Returns: The lifecycle_details of this FleetCredentialSummary. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this FleetCredentialSummary. The current state of the FleetCredential.
Returns: The lifecycle_state of this FleetCredentialSummary. Return type: str
-
password
¶ Gets the password of this FleetCredentialSummary.
Returns: The password of this FleetCredentialSummary. Return type: oci.fleet_apps_management.models.CredentialDetails
Gets the system_tags of this FleetCredentialSummary. System tags for this resource. Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
Returns: The system_tags of this FleetCredentialSummary. Return type: dict(str, dict(str, object))
-
time_created
¶ [Required] Gets the time_created of this FleetCredentialSummary. The time this resource was created. An RFC3339 formatted datetime string.
Returns: The time_created of this FleetCredentialSummary. Return type: datetime
-
time_updated
¶ Gets the time_updated of this FleetCredentialSummary. The time this resource was last updated. An RFC3339 formatted datetime string.
Returns: The time_updated of this FleetCredentialSummary. Return type: datetime
-
user
¶ Gets the user of this FleetCredentialSummary.
Returns: The user of this FleetCredentialSummary. Return type: oci.fleet_apps_management.models.CredentialDetails
-