Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class V1beta1IamBinding : KotlinCustomResource

Sets the access control policy for an Identity-Aware Proxy protected resource. Replaces any existing policy. More information about managing access via IAP can be found at: https://cloud.google.com/iap/docs/managing-access#managing_access_via_the_api

Link copied to clipboard
data class V1beta1IamBindingArgs(val condition: Output<ConditionArgs>? = null, val members: Output<List<String>>? = null, val name: Output<String>? = null, val role: Output<String>? = null) : ConvertibleToJava<V1beta1IamBindingArgs>

Sets the access control policy for an Identity-Aware Proxy protected resource. Replaces any existing policy. More information about managing access via IAP can be found at: https://cloud.google.com/iap/docs/managing-access#managing_access_via_the_api

Link copied to clipboard
object V1beta1IamBindingMapper : ResourceMapper<V1beta1IamBinding>
Link copied to clipboard
class V1beta1IamMember : KotlinCustomResource

Sets the access control policy for an Identity-Aware Proxy protected resource. Replaces any existing policy. More information about managing access via IAP can be found at: https://cloud.google.com/iap/docs/managing-access#managing_access_via_the_api

Link copied to clipboard
data class V1beta1IamMemberArgs(val condition: Output<ConditionArgs>? = null, val member: Output<String>? = null, val name: Output<String>? = null, val role: Output<String>? = null) : ConvertibleToJava<V1beta1IamMemberArgs>

Sets the access control policy for an Identity-Aware Proxy protected resource. Replaces any existing policy. More information about managing access via IAP can be found at: https://cloud.google.com/iap/docs/managing-access#managing_access_via_the_api

Link copied to clipboard
object V1beta1IamMemberMapper : ResourceMapper<V1beta1IamMember>
Link copied to clipboard
class V1beta1IamPolicy : KotlinCustomResource

Sets the access control policy for an Identity-Aware Proxy protected resource. Replaces any existing policy. More information about managing access via IAP can be found at: https://cloud.google.com/iap/docs/managing-access#managing_access_via_the_api Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.

Link copied to clipboard
data class V1beta1IamPolicyArgs(val bindings: Output<List<BindingArgs>>? = null, val etag: Output<String>? = null, val v1beta1Id: Output<String>? = null, val version: Output<Int>? = null) : ConvertibleToJava<V1beta1IamPolicyArgs>

Sets the access control policy for an Identity-Aware Proxy protected resource. Replaces any existing policy. More information about managing access via IAP can be found at: https://cloud.google.com/iap/docs/managing-access#managing_access_via_the_api Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.

Link copied to clipboard
object V1beta1IamPolicyMapper : ResourceMapper<V1beta1IamPolicy>

Functions

Link copied to clipboard
Link copied to clipboard