Interface TaskSpecContainerSpecSecretsInner

TaskSpecContainerSpecSecretsInner

interface TaskSpecContainerSpecSecretsInner {
    File?: TaskSpecContainerSpecSecretsInnerFile;
    SecretID?: string;
    SecretName?: string;
}

Properties

SecretID?: string

SecretID represents the ID of the specific secret that we're referencing.

SecretName?: string

SecretName is the name of the secret that this references, but this is just provided for lookup/display purposes. The secret in the reference will be identified by its ID.