GetPolicySetDefinitionAtManagementGroupPlainArgs

data class GetPolicySetDefinitionAtManagementGroupPlainArgs(val expand: String? = null, val managementGroupId: String, val policySetDefinitionName: String) : ConvertibleToJava<GetPolicySetDefinitionAtManagementGroupPlainArgs>

Constructors

constructor(expand: String? = null, managementGroupId: String, policySetDefinitionName: String)

Properties

Link copied to clipboard
val expand: String? = null

Comma-separated list of additional properties to be included in the response. Supported values are 'LatestDefinitionVersion, EffectiveDefinitionVersion'.

Link copied to clipboard

The ID of the management group.

Link copied to clipboard

The name of the policy set definition to get.

Functions

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