NamedCredentialSummary

class oci.management_agent.models.NamedCredentialSummary(**kwargs)

Bases: object

A representation of a named credential in the Management Agent.

Methods

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

Attributes

defined_tags [Required] Gets the defined_tags of this NamedCredentialSummary.
description Gets the description of this NamedCredentialSummary.
freeform_tags [Required] Gets the freeform_tags of this NamedCredentialSummary.
id [Required] Gets the id of this NamedCredentialSummary.
lifecycle_state [Required] Gets the lifecycle_state of this NamedCredentialSummary.
management_agent_id [Required] Gets the management_agent_id of this NamedCredentialSummary.
name [Required] Gets the name of this NamedCredentialSummary.
properties [Required] Gets the properties of this NamedCredentialSummary.
system_tags Gets the system_tags of this NamedCredentialSummary.
time_created [Required] Gets the time_created of this NamedCredentialSummary.
time_updated Gets the time_updated of this NamedCredentialSummary.
type [Required] Gets the type of this NamedCredentialSummary.
__init__(**kwargs)

Initializes a new NamedCredentialSummary 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 NamedCredentialSummary.
  • name (str) – The value to assign to the name property of this NamedCredentialSummary.
  • type (str) – The value to assign to the type property of this NamedCredentialSummary.
  • management_agent_id (str) – The value to assign to the management_agent_id property of this NamedCredentialSummary.
  • description (str) – The value to assign to the description property of this NamedCredentialSummary.
  • time_created (datetime) – The value to assign to the time_created property of this NamedCredentialSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this NamedCredentialSummary.
  • properties (list[oci.management_agent.models.NamedCredentialProperty]) – The value to assign to the properties property of this NamedCredentialSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this NamedCredentialSummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this NamedCredentialSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this NamedCredentialSummary.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this NamedCredentialSummary.
defined_tags

[Required] Gets the defined_tags of this NamedCredentialSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this NamedCredentialSummary.
Return type:dict(str, dict(str, object))
description

Gets the description of this NamedCredentialSummary. Description of the Named Credential.

Returns:The description of this NamedCredentialSummary.
Return type:str
freeform_tags

[Required] Gets the freeform_tags of this NamedCredentialSummary. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this NamedCredentialSummary.
Return type:dict(str, str)
id

[Required] Gets the id of this NamedCredentialSummary. Identifier for Named Credential. This is the NamedCredential resource OCID.

Returns:The id of this NamedCredentialSummary.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this NamedCredentialSummary. The current state of the named credential

Returns:The lifecycle_state of this NamedCredentialSummary.
Return type:str
management_agent_id

[Required] Gets the management_agent_id of this NamedCredentialSummary. The Management Agent this named credential is associated with. This is the ManagementAgent resource OCID.

Returns:The management_agent_id of this NamedCredentialSummary.
Return type:str
name

[Required] Gets the name of this NamedCredentialSummary. Name for Named Credential. This is unique for the Management Agent.

Returns:The name of this NamedCredentialSummary.
Return type:str
properties

[Required] Gets the properties of this NamedCredentialSummary. Properties for the named credential

Returns:The properties of this NamedCredentialSummary.
Return type:list[oci.management_agent.models.NamedCredentialProperty]
system_tags

Gets the system_tags of this NamedCredentialSummary. Usage of system tag keys. These predefined keys are scoped to namespaces. Example: { “orcl-cloud”: { “free-tier-retained”: “true” } }

Returns:The system_tags of this NamedCredentialSummary.
Return type:dict(str, dict(str, object))
time_created

[Required] Gets the time_created of this NamedCredentialSummary. The time the Named Credential was created. An RFC3339 formatted datetime string

Returns:The time_created of this NamedCredentialSummary.
Return type:datetime
time_updated

Gets the time_updated of this NamedCredentialSummary. The time the Named Credential data was last updated. An RFC3339 formatted datetime string

Returns:The time_updated of this NamedCredentialSummary.
Return type:datetime
type

[Required] Gets the type of this NamedCredentialSummary. Type of the Named Credential

Returns:The type of this NamedCredentialSummary.
Return type:str