Values.GetRepositorySyncStatusInputSourceGet 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.
type nonrec t = {branch : GitBranchName.t;The repository branch.
*)repositoryName : RepositoryName.t;The repository name.
*)repositoryProvider : RepositoryProvider.t;The repository provider.
*)syncType : SyncType.t;The repository sync type.
*)}val make :
branch:GitBranchName.t ->
repositoryName:RepositoryName.t ->
repositoryProvider:RepositoryProvider.t ->
syncType:SyncType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of GitBranchName.t ]) list ]