Module Values.GetRepositorySyncStatusInputSource

Get the sync status of a repository used for Proton template sync. For more information about template sync, see . A repository sync status isn't tied to the Proton Repository resource (or any other Proton resource). Therefore, tags on an Proton Repository resource have no effect on this action. Specifically, you can't use these tags to control access to this action using Attribute-based access control (ABAC). For more information about ABAC, see ABAC in the Proton User Guide.

Sourcetype nonrec t = {
  1. branch : GitBranchName.t;
    (*

    The repository branch.

    *)
  2. repositoryName : RepositoryName.t;
    (*

    The repository name.

    *)
  3. repositoryProvider : RepositoryProvider.t;
    (*

    The repository provider.

    *)
  4. syncType : SyncType.t;
    (*

    The repository sync type.

    *)
}
Sourceval context_ : string
Sourceval make : branch:GitBranchName.t -> repositoryName:RepositoryName.t -> repositoryProvider:RepositoryProvider.t -> syncType:SyncType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of GitBranchName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t