AssociatedFleetCredentialDetails

class oci.fleet_apps_management.models.AssociatedFleetCredentialDetails(**kwargs)

Bases: object

The information about new FleetCredential.

Methods

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

Attributes

compartment_id [Required] Gets the compartment_id of this AssociatedFleetCredentialDetails.
display_name [Required] Gets the display_name of this AssociatedFleetCredentialDetails.
entity_specifics [Required] Gets the entity_specifics of this AssociatedFleetCredentialDetails.
password [Required] Gets the password of this AssociatedFleetCredentialDetails.
user [Required] Gets the user of this AssociatedFleetCredentialDetails.
__init__(**kwargs)

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

Parameters:
compartment_id

[Required] Gets the compartment_id of this AssociatedFleetCredentialDetails. Tenancy OCID

Returns:The compartment_id of this AssociatedFleetCredentialDetails.
Return type:str
display_name

[Required] Gets the display_name of this AssociatedFleetCredentialDetails. 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 AssociatedFleetCredentialDetails.
Return type:str
entity_specifics

[Required] Gets the entity_specifics of this AssociatedFleetCredentialDetails.

Returns:The entity_specifics of this AssociatedFleetCredentialDetails.
Return type:oci.fleet_apps_management.models.CredentialEntitySpecificDetails
password

[Required] Gets the password of this AssociatedFleetCredentialDetails.

Returns:The password of this AssociatedFleetCredentialDetails.
Return type:oci.fleet_apps_management.models.CredentialDetails
user

[Required] Gets the user of this AssociatedFleetCredentialDetails.

Returns:The user of this AssociatedFleetCredentialDetails.
Return type:oci.fleet_apps_management.models.CredentialDetails