Get Testable Permissions Plain Args
data class GetTestablePermissionsPlainArgs(val customSupportLevel: String? = null, val fullResourceName: String, val stages: List<String>? = null) : ConvertibleToJava<GetTestablePermissionsPlainArgs>
A collection of arguments for invoking getTestablePermissions.
Properties
Link copied to clipboard
The level of support for custom roles. Can be one of "NOT_SUPPORTED", "SUPPORTED", "TESTING". Default is "SUPPORTED"
Link copied to clipboard
See full resource name documentation for more detail.
Link copied to clipboard