GetPolicySetDefinitionPlainArgs

data class GetPolicySetDefinitionPlainArgs(val displayName: String? = null, val managementGroupName: String? = null, val name: String? = null) : ConvertibleToJava<GetPolicySetDefinitionPlainArgs>

A collection of arguments for invoking getPolicySetDefinition.

Constructors

Link copied to clipboard
constructor(displayName: String? = null, managementGroupName: String? = null, name: String? = null)

Properties

Link copied to clipboard
val displayName: String? = null

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

Only retrieve Policy Set Definitions from this Management Group.

Link copied to clipboard
val name: String? = null

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

Functions

Link copied to clipboard
open override fun toJava(): GetPolicySetDefinitionPlainArgs