Class VaultImagePullSecret
A VaultImagePullSecret is a ImagePullSecret which accepts secretId as credentials information.
Inherited Members
Namespace: Oci.ContainerinstancesService.Models
Assembly: OCI.DotNetSDK.Containerinstances.dll
Syntax
public class VaultImagePullSecret : ImagePullSecretProperties
SecretId
Declaration
[Required(ErrorMessage = "SecretId is required.")]
[JsonProperty(PropertyName = "secretId")]
public string SecretId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the secret for registry credentials. | 
Remarks
Required