GetLogViewIamPolicyPlainArgs

data class GetLogViewIamPolicyPlainArgs(val bucket: String, val location: String? = null, val name: String, val parent: String) : ConvertibleToJava<GetLogViewIamPolicyPlainArgs>

A collection of arguments for invoking getLogViewIamPolicy.

Constructors

Link copied to clipboard
constructor(bucket: String, location: String? = null, name: String, parent: String)

Properties

Link copied to clipboard

The bucket of the resource Used to find the parent resource to bind the IAM policy to

Link copied to clipboard
val location: String? = null

The location of the resource. The supported locations are: global, us-central1, us-east1, us-west1, asia-east1, europe-west1. Used to find the parent resource to bind the IAM policy to. If not specified, the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no location is specified, it is taken from the provider configuration.

Link copied to clipboard

Used to find the parent resource to bind the IAM policy to

Link copied to clipboard

The parent of the resource. Used to find the parent resource to bind the IAM policy to

Functions

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