GetShareAcl

data class GetShareAcl(val accessPolicies: List<GetShareAclAccessPolicy>, val id: String) : ConvertibleToJava<GetShareAcl>

Constructors

Link copied to clipboard
constructor(accessPolicies: List<GetShareAclAccessPolicy>, id: String)

Properties

Link copied to clipboard

An access_policy block as defined below.

Link copied to clipboard
val id: String

The ID which should be used for this Shared Identifier.

Functions

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