GetPolicySetDefinitionPolicyDefinitionGroup

data class GetPolicySetDefinitionPolicyDefinitionGroup(val additionalMetadataResourceId: String, val category: String, val description: String, val displayName: String, val name: String)

Constructors

constructor(additionalMetadataResourceId: String, category: String, description: String, displayName: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of a resource that contains additional metadata about this policy definition group.

Link copied to clipboard

The category of this policy definition group.

Link copied to clipboard

The description of this policy definition group.

Link copied to clipboard

Specifies the display name of the Policy Set Definition. Conflicts with name. NOTE As display_name is not unique errors may occur when there are multiple policy set definitions with same display name.

Link copied to clipboard

Specifies the name of the Policy Set Definition. Conflicts with display_name.