Module PCAConnectorAD.TemplateGroupAccessControlEntry

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorad-templategroupaccesscontrolentry.html

type access_rights = {
  1. enroll : string option;
  2. auto_enroll : string option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorad-templategroupaccesscontrolentry-accessrights.html

type properties = {
  1. access_rights : access_rights;
  2. template_arn : string option;
  3. group_display_name : string;
  4. 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 -> properties
val make_access_rights : ?enroll:string -> ?auto_enroll:string -> unit -> access_rights
val 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 ]
type attributes = {
  1. ref_ : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string