Get Group Policy Plain Args
data class GetGroupPolicyPlainArgs(val groupName: String, val policyName: String) : ConvertibleToJava<GetGroupPolicyPlainArgs>
Properties
Link copied to clipboard
The name of the group to associate the policy with. This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-.
Link copied to clipboard
The name of the policy document. This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-