Get Regional Secrets Plain Args
data class GetRegionalSecretsPlainArgs(val filter: String? = null, val location: String, val project: String? = null) : ConvertibleToJava<GetRegionalSecretsPlainArgs>
A collection of arguments for invoking getRegionalSecrets.
Properties
Link copied to clipboard
Filter string, adhering to the rules in List-operation filtering. List only secrets matching the filter. If filter is empty, all regional secrets are listed from the specified location.