GetAccessPolicyPlainArgs

data class GetAccessPolicyPlainArgs(val parent: String, val scopes: List<String>? = null) : ConvertibleToJava<GetAccessPolicyPlainArgs>

A collection of arguments for invoking getAccessPolicy.

Constructors

Link copied to clipboard
constructor(parent: String, scopes: List<String>? = null)

Properties

Link copied to clipboard

The parent of this AccessPolicy in the Cloud Resource Hierarchy. Format: organizations/{{organization_id}}

Link copied to clipboard
val scopes: List<String>? = null

Folder or project on which this policy is applicable. Format: folders/{{folder_id}} or projects/{{project_number}}

Functions

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