GetSecurityProfileResult

data class GetSecurityProfileResult(val allowedAccessControlHierarchyGroupId: String? = null, val allowedAccessControlTags: List<SecurityProfileTag>? = null, val applications: List<SecurityProfileApplication>? = null, val description: String? = null, val hierarchyRestrictedResources: List<String>? = null, val lastModifiedRegion: String? = null, val lastModifiedTime: Double? = null, val permissions: List<String>? = null, val securityProfileArn: String? = null, val tagRestrictedResources: List<String>? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(allowedAccessControlHierarchyGroupId: String? = null, allowedAccessControlTags: List<SecurityProfileTag>? = null, applications: List<SecurityProfileApplication>? = null, description: String? = null, hierarchyRestrictedResources: List<String>? = null, lastModifiedRegion: String? = null, lastModifiedTime: Double? = null, permissions: List<String>? = null, securityProfileArn: String? = null, tagRestrictedResources: List<String>? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identifier of the hierarchy group that a security profile uses to restrict access to resources in Amazon Connect.

Link copied to clipboard

The list of tags that a security profile uses to restrict access to resources in Amazon Connect.

Link copied to clipboard

A list of third-party applications that the security profile will give access to.

Link copied to clipboard
val description: String? = null

The description of the security profile.

Link copied to clipboard

The list of resources that a security profile applies hierarchy restrictions to in Amazon Connect.

Link copied to clipboard

The AWS Region where this resource was last modified.

Link copied to clipboard

The timestamp when this resource was last modified.

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

Permissions assigned to the security profile.

Link copied to clipboard

The Amazon Resource Name (ARN) for the security profile.

Link copied to clipboard

The list of resources that a security profile applies tag restrictions to in Amazon Connect.

Link copied to clipboard
val tags: List<Tag>? = null

The tags used to organize, track, or control access for this resource.