Get Regional Secret Version Access Plain Args
data class GetRegionalSecretVersionAccessPlainArgs(val isSecretDataBase64: Boolean? = null, val location: String? = null, val project: String? = null, val secret: String, val version: String? = null) : ConvertibleToJava<GetRegionalSecretVersionAccessPlainArgs>
A collection of arguments for invoking getRegionalSecretVersionAccess.
Constructors
Properties
Link copied to clipboard
If set to 'true', the secret data is expected to be base64-encoded string.
Link copied to clipboard
The regional secret to get the secret version for. This can be either the reference of the regional secret as in projects/{{project}}/locations/{{location}}/secrets/{{secret_id}}
or only the name of the regional secret as in {{secret_id}}
. If only the name of the regional secret is provided, the location must also be provided.