Show / Hide Table of Contents

Class VaultImagePullSecret

A VaultImagePullSecret is a ImagePullSecret which accepts secretId as credentials information.

Inheritance
object
ImagePullSecret
VaultImagePullSecret
Inherited Members
ImagePullSecret.RegistryEndpoint
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ContainerinstancesService.Models
Assembly: OCI.DotNetSDK.Containerinstances.dll
Syntax
public class VaultImagePullSecret : ImagePullSecret

Properties

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

In this article
Back to top