Get Policy Set Definition Plain Args
data class GetPolicySetDefinitionPlainArgs(val displayName: String? = null, val managementGroupName: String? = null, val name: String? = null) : ConvertibleToJava<GetPolicySetDefinitionPlainArgs>
A collection of arguments for invoking getPolicySetDefinition.
Properties
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
Only retrieve Policy Set Definitions from this Management Group.