NamedCredentialsMetadatum¶
-
class
oci.management_agent.models.
NamedCredentialsMetadatum
(**kwargs)¶ Bases:
object
Supported named credentials for the given management agent.
Methods
__init__
(**kwargs)Initializes a new NamedCredentialsMetadatum object with values from keyword arguments. Attributes
metadata
[Required] Gets the metadata of this NamedCredentialsMetadatum. -
__init__
(**kwargs)¶ Initializes a new NamedCredentialsMetadatum object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: metadata (list[oci.management_agent.models.NamedCredentialMetadataDefinition]) – The value to assign to the metadata property of this NamedCredentialsMetadatum.
-
metadata
¶ [Required] Gets the metadata of this NamedCredentialsMetadatum. List of supported metadata definitions.
Returns: The metadata of this NamedCredentialsMetadatum. Return type: list[oci.management_agent.models.NamedCredentialMetadataDefinition]
-