FleetCredentialEntitySpecificDetails

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

Bases: oci.fleet_apps_management.models.credential_entity_specific_details.CredentialEntitySpecificDetails

Fleet credential details.

Attributes

CREDENTIAL_LEVEL_FLEET str(object=’’) -> str
CREDENTIAL_LEVEL_RESOURCE str(object=’’) -> str
CREDENTIAL_LEVEL_TARGET str(object=’’) -> str
credential_level [Required] Gets the credential_level of this CredentialEntitySpecificDetails.
variables Gets the variables of this FleetCredentialEntitySpecificDetails.

Methods

__init__(**kwargs) Initializes a new FleetCredentialEntitySpecificDetails object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
CREDENTIAL_LEVEL_FLEET = 'FLEET'
CREDENTIAL_LEVEL_RESOURCE = 'RESOURCE'
CREDENTIAL_LEVEL_TARGET = 'TARGET'
__init__(**kwargs)

Initializes a new FleetCredentialEntitySpecificDetails object with values from keyword arguments. The default value of the credential_level attribute of this class is FLEET and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • credential_level (str) – The value to assign to the credential_level property of this FleetCredentialEntitySpecificDetails. Allowed values for this property are: “FLEET”, “RESOURCE”, “TARGET”
  • variables (list[oci.fleet_apps_management.models.Variable]) – The value to assign to the variables property of this FleetCredentialEntitySpecificDetails.
credential_level

[Required] Gets the credential_level of this CredentialEntitySpecificDetails. At what level the credential is provided?

Allowed values for this property are: “FLEET”, “RESOURCE”, “TARGET”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The credential_level of this CredentialEntitySpecificDetails.
Return type:str
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

variables

Gets the variables of this FleetCredentialEntitySpecificDetails. List of fleet credential variables.

Returns:The variables of this FleetCredentialEntitySpecificDetails.
Return type:list[oci.fleet_apps_management.models.Variable]