EntitlementPrivilegedAccessGcpIamAccessArgs

data class EntitlementPrivilegedAccessGcpIamAccessArgs(val resource: Output<String>, val resourceType: Output<String>, val roleBindings: Output<List<EntitlementPrivilegedAccessGcpIamAccessRoleBindingArgs>>) : ConvertibleToJava<EntitlementPrivilegedAccessGcpIamAccessArgs>

Constructors

constructor(resource: Output<String>, resourceType: Output<String>, roleBindings: Output<List<EntitlementPrivilegedAccessGcpIamAccessRoleBindingArgs>>)

Properties

Link copied to clipboard
val resource: Output<String>

Name of the resource.

Link copied to clipboard
val resourceType: Output<String>

The type of this resource.

Link copied to clipboard

Role bindings to be created on successful grant. Structure is documented below.

Functions

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