GetAccessPolicyResult

data class GetAccessPolicyResult(val accessPolicyArn: String? = null, val accessPolicyId: String? = null, val accessPolicyIdentity: AccessPolicyIdentity? = null, val accessPolicyPermission: String? = null, val accessPolicyResource: AccessPolicyResource? = null)

Constructors

Link copied to clipboard
constructor(accessPolicyArn: String? = null, accessPolicyId: String? = null, accessPolicyIdentity: AccessPolicyIdentity? = null, accessPolicyPermission: String? = null, accessPolicyResource: AccessPolicyResource? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accessPolicyArn: String? = null

The ARN of the access policy.

Link copied to clipboard
val accessPolicyId: String? = null

The ID of the access policy.

Link copied to clipboard

The identity for this access policy. Choose either a user or a group but not both.

Link copied to clipboard

The permission level for this access policy. Valid values are ADMINISTRATOR or VIEWER.

Link copied to clipboard

The AWS IoT SiteWise Monitor resource for this access policy. Choose either portal or project but not both.