UserPermissionPermission

data class UserPermissionPermission(val isCustom: Boolean? = null, val isRamRole: Boolean? = null, val roleName: String? = null, val roleType: String? = null, val serviceMeshId: String? = null)

Constructors

Link copied to clipboard
constructor(isCustom: Boolean? = null, isRamRole: Boolean? = null, roleName: String? = null, roleType: String? = null, serviceMeshId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val isCustom: Boolean? = null

Whether the grant object is a RAM role.

Link copied to clipboard
val isRamRole: Boolean? = null

Whether the grant object is an entity.

Link copied to clipboard
val roleName: String? = null

The permission name. Valid values: istio-admin, istio-ops, istio-readonly.

Link copied to clipboard
val roleType: String? = null

The role type. Valid Value: custom.

Link copied to clipboard
val serviceMeshId: String? = null

The service mesh id.