Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 751 Bytes

PolicyRepoRead.md

File metadata and controls

16 lines (11 loc) · 751 Bytes

PolicyRepoRead

Properties

Name Type Description Notes
id java.util.UUID Unique id of the policy repo
status PolicyRepoStatus
key kotlin.String A URL-friendly name of the policy repo (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the policy repo.
url kotlin.String
credentials SSHAuthData
mainBranchName kotlin.String [optional]
activateWhenValidated kotlin.Boolean if you want to change your policy repository to this repo right after it is validated [optional]