SecurityPolicyAssociationResponse

data class SecurityPolicyAssociationResponse(val attachmentId: String, val displayName: String, val name: String, val securityPolicyId: String)

Constructors

Link copied to clipboard
fun SecurityPolicyAssociationResponse(attachmentId: String, displayName: String, name: String, securityPolicyId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The resource that the security policy is attached to.

Link copied to clipboard

The display name of the security policy of the association.

Link copied to clipboard

The name for an association.

Link copied to clipboard

The security policy ID of the association.