Get Secret Iam Policy Plain Args
data class GetSecretIamPolicyPlainArgs(val optionsRequestedPolicyVersion: Int? = null, val project: String? = null, val secretId: String) : ConvertibleToJava<GetSecretIamPolicyPlainArgs>
Constructors
Link copied to clipboard
fun GetSecretIamPolicyPlainArgs(optionsRequestedPolicyVersion: Int? = null, project: String? = null, secretId: String)