GetAccessPolicyResult

data class GetAccessPolicyResult(val id: String, val name: String, val parent: String, val scopes: List<String>? = null, val title: String)

A collection of values returned by getAccessPolicy.

Constructors

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

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

Resource name of the AccessPolicy.

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

Human readable title. Does not affect behavior.