GitHubIntegrationPermissions
GitHubIntegrationPermissions describes per-integration permissions for the current user.
Properties
idstring requiredPulumi installation IDcanCreateRepoboolean requiredWhether the user can create repos under this installationcanCreateRepoReasonenum optionalWhy the user cannot create repos under this installation, when canCreateRepo is false. Null when they can, or when the reason could not be determined. Creating a repository writes as the user’s own GitHub identity, so the answer is often about which GitHub account is connected rather than about permissions, and each cause has a different remedy. Clients should treat an unrecognized value as a generic unavailable case.Values:internalError,appNotInstalled,badCredentials,accountNotOrgMember,individualAccessRequired,selectedReposOnly,repoCreationDenied