GetIamCustomRolesResult

data class GetIamCustomRolesResult(val id: String, val project: String? = null, val roles: List<GetIamCustomRolesRole>, val showDeleted: Boolean? = null, val view: String? = null)

A collection of values returned by getIamCustomRoles.

Constructors

Link copied to clipboard
constructor(id: String, project: String? = null, roles: List<GetIamCustomRolesRole>, showDeleted: Boolean? = null, view: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val project: String? = null
Link copied to clipboard

A list of all retrieved custom roles roles. Structure is defined below.

Link copied to clipboard
val showDeleted: Boolean? = null
Link copied to clipboard
val view: String? = null