GetTestablePermissionsPermission

data class GetTestablePermissionsPermission(val apiDisabled: Boolean, val customSupportLevel: String, val name: String, val stage: String, val title: String)

Constructors

Link copied to clipboard
constructor(apiDisabled: Boolean, customSupportLevel: String, name: String, stage: String, title: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether the corresponding API has been enabled for the resource.

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

Name of the permission.

Link copied to clipboard

Release stage of the permission.

Link copied to clipboard

Human readable title of the permission.