CreateFleetCredentialDetails

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

Bases: object

The information about new FleetCredential.

Methods

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

Attributes

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

Initializes a new CreateFleetCredentialDetails 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 CreateFleetCredentialDetails. Tenancy OCID

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

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

[Required] Gets the entity_specifics of this CreateFleetCredentialDetails.

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

[Required] Gets the password of this CreateFleetCredentialDetails.

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

[Required] Gets the user of this CreateFleetCredentialDetails.

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