Skip to content

Commit

Permalink
Updates to CSV
Browse files Browse the repository at this point in the history
  • Loading branch information
sabre1041 committed Jan 30, 2022
1 parent 1ff2172 commit 8711ed7
Showing 1 changed file with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,12 @@ spec:
path: providers[0].github.insecure
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- description: Map users by SCIM Id. This will usually match your IDP id, like
UPN when using AAD.
displayName: Map users by SCIM-ID
path: providers[0].github.mapByScimId
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:text
- description: Organization represents the location to source teams to synchronize
displayName: Organization to Synchronize
path: providers[0].github.organization
Expand All @@ -161,6 +167,11 @@ spec:
path: providers[0].github.url
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:text
- description: V4URL is the location of the GitHub server graphql endpoint.
displayName: GitHub v4URL (graphql)
path: providers[0].github.v4url
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:text
- description: GitLab represents the GitLab provider
displayName: GitLab Provider
path: providers[0].gitlab
Expand Down Expand Up @@ -217,7 +228,7 @@ spec:
path: providers[0].gitlab.insecure
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- description: URL is the location of the GitLub server
- description: URL is the location of the GitLab server
displayName: GitLab URL
path: providers[0].gitlab.url
x-descriptors:
Expand Down

0 comments on commit 8711ed7

Please sign in to comment.