PCAConnectorAD.TemplateGroupAccessControlEntrysee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorad-templategroupaccesscontrolentry.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-templategroupaccesscontrolentry-accessrights.html
type properties = {access_rights : access_rights;template_arn : string option;group_display_name : string;group_security_identifier : string option;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorad-templategroupaccesscontrolentry.html;
val make_properties :
access_rights:access_rights ->
?template_arn:string ->
group_display_name:string ->
?group_security_identifier:string ->
unit ->
propertiesval make_access_rights :
?enroll:string ->
?auto_enroll:string ->
unit ->
access_rightsval yojson_of_access_rights :
access_rights ->
[> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes