ListCustomVCSIntegrationsResponse
Response containing a list of all custom VCS integrations configured for an organization.
Properties
- List of custom VCS integrations for the organization
- ↳
idstring requiredUnique identifier (UUID) for this integration - ↳
namestring requiredHuman-readable name for the integration - ↳
baseUrlstring requiredURL prefix for repositories covered by this integration - ↳
environmentstring requiredESC environment reference in ‘project/envName’ format containing VCS credentials - ↳
vcsTypeenum requiredVersion control system typeValues:git,hg - ↳
webhookUrlstring optionalFull webhook endpoint URL that the external VCS should POST events to. This URL is generated by the service and includes the integration ID. - ↳
webhookSecretstring optionalHMAC secret for webhook signature verification. Only returned on integration creation; subsequent GET requests omit this field. - List of repositories configured on this integration
- ↳
createdstring requiredISO 8601 timestamp of when the integration was created - ↳
modifiedstring requiredISO 8601 timestamp of when the integration was last modified
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.