Class NamedCredentialMetadataDefinition
A named credential metadata definition
Inherited Members
Namespace: Oci.ManagementagentService.Models
Assembly: OCI.DotNetSDK.Managementagent.dll
Syntax
public class NamedCredentialMetadataDefinition
Properties
DisplayName
Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | Display name for this type of Named Credential |
Remarks
Required
MinimumAgentVersion
Declaration
[Required(ErrorMessage = "MinimumAgentVersion is required.")]
[JsonProperty(PropertyName = "minimumAgentVersion")]
public string MinimumAgentVersion { get; set; }
Property Value
Type | Description |
---|---|
string | This Named Credential type is supported on management agents at this version or above. |
Remarks
Required
Properties
Declaration
[Required(ErrorMessage = "Properties is required.")]
[JsonProperty(PropertyName = "properties")]
public List<NamedCredentialFieldDefinition> Properties { get; set; }
Property Value
Type | Description |
---|---|
List<NamedCredentialFieldDefinition> | The property definitions for this named credential metadata |
Remarks
Required
Type
Declaration
[Required(ErrorMessage = "Type is required.")]
[JsonProperty(PropertyName = "type")]
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string | The type of the Named Credential. |
Remarks
Required