GetPolicySetDefinitionVersionAtManagementGroupPlainArgs

data class GetPolicySetDefinitionVersionAtManagementGroupPlainArgs(val expand: String? = null, val managementGroupName: String, val policyDefinitionVersion: String, val policySetDefinitionName: String) : ConvertibleToJava<GetPolicySetDefinitionVersionAtManagementGroupPlainArgs>

Constructors

constructor(expand: String? = null, managementGroupName: String, policyDefinitionVersion: 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 name of the management group. The name is case insensitive.

Link copied to clipboard

The policy set definition version. The format is x.y.z where x is the major version number, y is the minor version number, and z is the patch number

Link copied to clipboard

The name of the policy set definition.

Functions

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