AccessPointPolicyStatus

data class AccessPointPolicyStatus(val isPublic: Boolean? = null)

Constructors

Link copied to clipboard
constructor(isPublic: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val isPublic: Boolean? = null

Specifies whether the Object lambda Access Point Policy is Public or not. Object lambda Access Points are private by default.