Unspecified

data class Unspecified(val value: Boolean) : EntityReference

Used to indicate that a principal or resource is not specified. This can be used to search for policies that are not associated with a specific principal or resource.

Constructors

Link copied to clipboard
constructor(value: Boolean)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Casts this EntityReference as a Unspecified and retrieves its kotlin.Boolean value. Throws an exception if the EntityReference is not a Unspecified.

Link copied to clipboard

Casts this EntityReference as a Unspecified and retrieves its kotlin.Boolean value. Returns null if the EntityReference is not a Unspecified.