GetPolicyDefinitionVersionAtManagementGroupPlainArgs

data class GetPolicyDefinitionVersionAtManagementGroupPlainArgs(val managementGroupName: String, val policyDefinitionName: String, val policyDefinitionVersion: String) : ConvertibleToJava<GetPolicyDefinitionVersionAtManagementGroupPlainArgs>

Constructors

constructor(managementGroupName: String, policyDefinitionName: String, policyDefinitionVersion: String)

Properties

Link copied to clipboard

The name of the management group. The name is case insensitive.

Link copied to clipboard

The name of the policy definition.

Link copied to clipboard

The policy 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

Functions

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