GetTestablePermissionsPlainArgs

data class GetTestablePermissionsPlainArgs(val customSupportLevel: String? = null, val fullResourceName: String, val stages: List<String>? = null) : ConvertibleToJava<GetTestablePermissionsPlainArgs>

A collection of arguments for invoking getTestablePermissions.

Constructors

Link copied to clipboard
constructor(customSupportLevel: String? = null, fullResourceName: String, stages: List<String>? = null)

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
Link copied to clipboard
val stages: List<String>? = null

The acceptable release stages of the permission in the output. Note that BETA does not include permissions in GA, but you can specify both with ["GA", "BETA"] for example. Can be a list of "ALPHA", "BETA", "GA", "DEPRECATED". Default is ["GA"].

Functions

Link copied to clipboard
open override fun toJava(): GetTestablePermissionsPlainArgs