Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func PossibleValuesForActionableRemediationState() []string + func PossibleValuesForAnnotateDefaultBranchState() []string + func PossibleValuesForAutoDiscovery() []string + func PossibleValuesForDevOpsProvisioningState() []string + func PossibleValuesForInheritFromParentState() []string + func PossibleValuesForOnboardingState() []string + func PossibleValuesForRuleCategory() []string + func ValidateAzureDevOpsOrgID(input interface{}, key string) (warnings []string, errors []error) + func ValidateGitHubOwnerID(input interface{}, key string) (warnings []string, errors []error) + func ValidateGitLabGroupID(input interface{}, key string) (warnings []string, errors []error) + func ValidateGitLabGroupProjectID(input interface{}, key string) (warnings []string, errors []error) + func ValidateProjectID(input interface{}, key string) (warnings []string, errors []error) + func ValidateProjectRepoID(input interface{}, key string) (warnings []string, errors []error) + func ValidateRepoID(input interface{}, key string) (warnings []string, errors []error) + func ValidateSecurityConnectorID(input interface{}, key string) (warnings []string, errors []error) + type ActionableRemediation struct + BranchConfiguration *TargetBranchConfiguration + CategoryConfigurations *[]CategoryConfiguration + InheritFromParentState *InheritFromParentState + State *ActionableRemediationState + type ActionableRemediationState string + const ActionableRemediationStateDisabled + const ActionableRemediationStateEnabled + const ActionableRemediationStateNone + func (s *ActionableRemediationState) UnmarshalJSON(bytes []byte) error + type AnnotateDefaultBranchState string + const AnnotateDefaultBranchStateDisabled + const AnnotateDefaultBranchStateEnabled + func (s *AnnotateDefaultBranchState) UnmarshalJSON(bytes []byte) error + type Authorization struct + Code *string + type AutoDiscovery string + const AutoDiscoveryDisabled + const AutoDiscoveryEnabled + const AutoDiscoveryNotApplicable + func (s *AutoDiscovery) UnmarshalJSON(bytes []byte) error + type AzureDevOpsOrg struct + Id *string + Name *string + Properties *AzureDevOpsOrgProperties + SystemData *systemdata.SystemData + Type *string + type AzureDevOpsOrgId struct + AzureDevOpsOrgName string + ResourceGroupName string + SecurityConnectorName string + SubscriptionId string + func NewAzureDevOpsOrgID(subscriptionId string, resourceGroupName string, securityConnectorName string, ...) AzureDevOpsOrgId + func ParseAzureDevOpsOrgID(input string) (*AzureDevOpsOrgId, error) + func ParseAzureDevOpsOrgIDInsensitively(input string) (*AzureDevOpsOrgId, error) + func (id *AzureDevOpsOrgId) FromParseResult(input resourceids.ParseResult) error + func (id AzureDevOpsOrgId) ID() string + func (id AzureDevOpsOrgId) Segments() []resourceids.Segment + func (id AzureDevOpsOrgId) String() string + type AzureDevOpsOrgOperationPredicate struct + Id *string + Name *string + Type *string + func (p AzureDevOpsOrgOperationPredicate) Matches(input AzureDevOpsOrg) bool + type AzureDevOpsOrgProperties struct + ActionableRemediation *ActionableRemediation + OnboardingState *OnboardingState + ProvisioningState *DevOpsProvisioningState + ProvisioningStatusMessage *string + ProvisioningStatusUpdateTimeUtc *string + func (o *AzureDevOpsOrgProperties) GetProvisioningStatusUpdateTimeUtcAsTime() (*time.Time, error) + func (o *AzureDevOpsOrgProperties) SetProvisioningStatusUpdateTimeUtcAsTime(input time.Time) + type AzureDevOpsOrgsCreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *AzureDevOpsOrg + OData *odata.OData + Poller pollers.Poller + type AzureDevOpsOrgsGetOperationResponse struct + HttpResponse *http.Response + Model *AzureDevOpsOrg + OData *odata.OData + type AzureDevOpsOrgsListAvailableCompleteResult struct + Items []AzureDevOpsOrg + LatestHttpResponse *http.Response + type AzureDevOpsOrgsListAvailableCustomPager struct + NextLink *odata.Link + func (p *AzureDevOpsOrgsListAvailableCustomPager) NextPageLink() *odata.Link + type AzureDevOpsOrgsListAvailableOperationResponse struct + HttpResponse *http.Response + Model *[]AzureDevOpsOrg + OData *odata.OData + type AzureDevOpsOrgsListCompleteResult struct + Items []AzureDevOpsOrg + LatestHttpResponse *http.Response + type AzureDevOpsOrgsListCustomPager struct + NextLink *odata.Link + func (p *AzureDevOpsOrgsListCustomPager) NextPageLink() *odata.Link + type AzureDevOpsOrgsListOperationResponse struct + HttpResponse *http.Response + Model *[]AzureDevOpsOrg + OData *odata.OData + type AzureDevOpsOrgsUpdateOperationResponse struct + HttpResponse *http.Response + Model *AzureDevOpsOrg + OData *odata.OData + Poller pollers.Poller + type AzureDevOpsProject struct + Id *string + Name *string + Properties *AzureDevOpsProjectProperties + SystemData *systemdata.SystemData + Type *string + type AzureDevOpsProjectOperationPredicate struct + Id *string + Name *string + Type *string + func (p AzureDevOpsProjectOperationPredicate) Matches(input AzureDevOpsProject) bool + type AzureDevOpsProjectProperties struct + ActionableRemediation *ActionableRemediation + OnboardingState *OnboardingState + ParentOrgName *string + ProjectId *string + ProvisioningState *DevOpsProvisioningState + ProvisioningStatusMessage *string + ProvisioningStatusUpdateTimeUtc *string + func (o *AzureDevOpsProjectProperties) GetProvisioningStatusUpdateTimeUtcAsTime() (*time.Time, error) + func (o *AzureDevOpsProjectProperties) SetProvisioningStatusUpdateTimeUtcAsTime(input time.Time) + type AzureDevOpsProjectsCreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *AzureDevOpsProject + OData *odata.OData + Poller pollers.Poller + type AzureDevOpsProjectsGetOperationResponse struct + HttpResponse *http.Response + Model *AzureDevOpsProject + OData *odata.OData + type AzureDevOpsProjectsListCompleteResult struct + Items []AzureDevOpsProject + LatestHttpResponse *http.Response + type AzureDevOpsProjectsListCustomPager struct + NextLink *odata.Link + func (p *AzureDevOpsProjectsListCustomPager) NextPageLink() *odata.Link + type AzureDevOpsProjectsListOperationResponse struct + HttpResponse *http.Response + Model *[]AzureDevOpsProject + OData *odata.OData + type AzureDevOpsProjectsUpdateOperationResponse struct + HttpResponse *http.Response + Model *AzureDevOpsProject + OData *odata.OData + Poller pollers.Poller + type AzureDevOpsReposCreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *AzureDevOpsRepository + OData *odata.OData + Poller pollers.Poller + type AzureDevOpsReposGetOperationResponse struct + HttpResponse *http.Response + Model *AzureDevOpsRepository + OData *odata.OData + type AzureDevOpsReposListCompleteResult struct + Items []AzureDevOpsRepository + LatestHttpResponse *http.Response + type AzureDevOpsReposListCustomPager struct + NextLink *odata.Link + func (p *AzureDevOpsReposListCustomPager) NextPageLink() *odata.Link + type AzureDevOpsReposListOperationResponse struct + HttpResponse *http.Response + Model *[]AzureDevOpsRepository + OData *odata.OData + type AzureDevOpsReposUpdateOperationResponse struct + HttpResponse *http.Response + Model *AzureDevOpsRepository + OData *odata.OData + Poller pollers.Poller + type AzureDevOpsRepository struct + Id *string + Name *string + Properties *AzureDevOpsRepositoryProperties + SystemData *systemdata.SystemData + Type *string + type AzureDevOpsRepositoryOperationPredicate struct + Id *string + Name *string + Type *string + func (p AzureDevOpsRepositoryOperationPredicate) Matches(input AzureDevOpsRepository) bool + type AzureDevOpsRepositoryProperties struct + ActionableRemediation *ActionableRemediation + OnboardingState *OnboardingState + ParentOrgName *string + ParentProjectName *string + ProvisioningState *DevOpsProvisioningState + ProvisioningStatusMessage *string + ProvisioningStatusUpdateTimeUtc *string + RepoId *string + RepoURL *string + Visibility *string + func (o *AzureDevOpsRepositoryProperties) GetProvisioningStatusUpdateTimeUtcAsTime() (*time.Time, error) + func (o *AzureDevOpsRepositoryProperties) SetProvisioningStatusUpdateTimeUtcAsTime(input time.Time) + type CategoryConfiguration struct + Category *RuleCategory + MinimumSeverityLevel *string + type ConfigurationsCreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *DevOpsConfiguration + OData *odata.OData + Poller pollers.Poller + type ConfigurationsDeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type ConfigurationsGetOperationResponse struct + HttpResponse *http.Response + Model *DevOpsConfiguration + OData *odata.OData + type ConfigurationsListCompleteResult struct + Items []DevOpsConfiguration + LatestHttpResponse *http.Response + type ConfigurationsListCustomPager struct + NextLink *odata.Link + func (p *ConfigurationsListCustomPager) NextPageLink() *odata.Link + type ConfigurationsListOperationResponse struct + HttpResponse *http.Response + Model *[]DevOpsConfiguration + OData *odata.OData + type ConfigurationsUpdateOperationResponse struct + HttpResponse *http.Response + Model *DevOpsConfiguration + OData *odata.OData + Poller pollers.Poller + type DevOpsCapability struct + Name *string + Value *string + type DevOpsClient struct + Client *resourcemanager.Client + func NewDevOpsClientWithBaseURI(sdkApi sdkEnv.Api) (*DevOpsClient, error) + func (c DevOpsClient) AzureDevOpsOrgsCreateOrUpdate(ctx context.Context, id AzureDevOpsOrgId, input AzureDevOpsOrg) (result AzureDevOpsOrgsCreateOrUpdateOperationResponse, err error) + func (c DevOpsClient) AzureDevOpsOrgsCreateOrUpdateThenPoll(ctx context.Context, id AzureDevOpsOrgId, input AzureDevOpsOrg) error + func (c DevOpsClient) AzureDevOpsOrgsGet(ctx context.Context, id AzureDevOpsOrgId) (result AzureDevOpsOrgsGetOperationResponse, err error) + func (c DevOpsClient) AzureDevOpsOrgsList(ctx context.Context, id SecurityConnectorId) (result AzureDevOpsOrgsListOperationResponse, err error) + func (c DevOpsClient) AzureDevOpsOrgsListAvailable(ctx context.Context, id SecurityConnectorId) (result AzureDevOpsOrgsListAvailableOperationResponse, err error) + func (c DevOpsClient) AzureDevOpsOrgsListAvailableComplete(ctx context.Context, id SecurityConnectorId) (AzureDevOpsOrgsListAvailableCompleteResult, error) + func (c DevOpsClient) AzureDevOpsOrgsListAvailableCompleteMatchingPredicate(ctx context.Context, id SecurityConnectorId, ...) (result AzureDevOpsOrgsListAvailableCompleteResult, err error) + func (c DevOpsClient) AzureDevOpsOrgsListComplete(ctx context.Context, id SecurityConnectorId) (AzureDevOpsOrgsListCompleteResult, error) + func (c DevOpsClient) AzureDevOpsOrgsListCompleteMatchingPredicate(ctx context.Context, id SecurityConnectorId, ...) (result AzureDevOpsOrgsListCompleteResult, err error) + func (c DevOpsClient) AzureDevOpsOrgsUpdate(ctx context.Context, id AzureDevOpsOrgId, input AzureDevOpsOrg) (result AzureDevOpsOrgsUpdateOperationResponse, err error) + func (c DevOpsClient) AzureDevOpsOrgsUpdateThenPoll(ctx context.Context, id AzureDevOpsOrgId, input AzureDevOpsOrg) error + func (c DevOpsClient) AzureDevOpsProjectsCreateOrUpdate(ctx context.Context, id ProjectId, input AzureDevOpsProject) (result AzureDevOpsProjectsCreateOrUpdateOperationResponse, err error) + func (c DevOpsClient) AzureDevOpsProjectsCreateOrUpdateThenPoll(ctx context.Context, id ProjectId, input AzureDevOpsProject) error + func (c DevOpsClient) AzureDevOpsProjectsGet(ctx context.Context, id ProjectId) (result AzureDevOpsProjectsGetOperationResponse, err error) + func (c DevOpsClient) AzureDevOpsProjectsList(ctx context.Context, id AzureDevOpsOrgId) (result AzureDevOpsProjectsListOperationResponse, err error) + func (c DevOpsClient) AzureDevOpsProjectsListComplete(ctx context.Context, id AzureDevOpsOrgId) (AzureDevOpsProjectsListCompleteResult, error) + func (c DevOpsClient) AzureDevOpsProjectsListCompleteMatchingPredicate(ctx context.Context, id AzureDevOpsOrgId, ...) (result AzureDevOpsProjectsListCompleteResult, err error) + func (c DevOpsClient) AzureDevOpsProjectsUpdate(ctx context.Context, id ProjectId, input AzureDevOpsProject) (result AzureDevOpsProjectsUpdateOperationResponse, err error) + func (c DevOpsClient) AzureDevOpsProjectsUpdateThenPoll(ctx context.Context, id ProjectId, input AzureDevOpsProject) error + func (c DevOpsClient) AzureDevOpsReposCreateOrUpdate(ctx context.Context, id ProjectRepoId, input AzureDevOpsRepository) (result AzureDevOpsReposCreateOrUpdateOperationResponse, err error) + func (c DevOpsClient) AzureDevOpsReposCreateOrUpdateThenPoll(ctx context.Context, id ProjectRepoId, input AzureDevOpsRepository) error + func (c DevOpsClient) AzureDevOpsReposGet(ctx context.Context, id ProjectRepoId) (result AzureDevOpsReposGetOperationResponse, err error) + func (c DevOpsClient) AzureDevOpsReposList(ctx context.Context, id ProjectId) (result AzureDevOpsReposListOperationResponse, err error) + func (c DevOpsClient) AzureDevOpsReposListComplete(ctx context.Context, id ProjectId) (AzureDevOpsReposListCompleteResult, error) + func (c DevOpsClient) AzureDevOpsReposListCompleteMatchingPredicate(ctx context.Context, id ProjectId, ...) (result AzureDevOpsReposListCompleteResult, err error) + func (c DevOpsClient) AzureDevOpsReposUpdate(ctx context.Context, id ProjectRepoId, input AzureDevOpsRepository) (result AzureDevOpsReposUpdateOperationResponse, err error) + func (c DevOpsClient) AzureDevOpsReposUpdateThenPoll(ctx context.Context, id ProjectRepoId, input AzureDevOpsRepository) error + func (c DevOpsClient) ConfigurationsCreateOrUpdate(ctx context.Context, id SecurityConnectorId, input DevOpsConfiguration) (result ConfigurationsCreateOrUpdateOperationResponse, err error) + func (c DevOpsClient) ConfigurationsCreateOrUpdateThenPoll(ctx context.Context, id SecurityConnectorId, input DevOpsConfiguration) error + func (c DevOpsClient) ConfigurationsDelete(ctx context.Context, id SecurityConnectorId) (result ConfigurationsDeleteOperationResponse, err error) + func (c DevOpsClient) ConfigurationsDeleteThenPoll(ctx context.Context, id SecurityConnectorId) error + func (c DevOpsClient) ConfigurationsGet(ctx context.Context, id SecurityConnectorId) (result ConfigurationsGetOperationResponse, err error) + func (c DevOpsClient) ConfigurationsList(ctx context.Context, id SecurityConnectorId) (result ConfigurationsListOperationResponse, err error) + func (c DevOpsClient) ConfigurationsListComplete(ctx context.Context, id SecurityConnectorId) (ConfigurationsListCompleteResult, error) + func (c DevOpsClient) ConfigurationsListCompleteMatchingPredicate(ctx context.Context, id SecurityConnectorId, ...) (result ConfigurationsListCompleteResult, err error) + func (c DevOpsClient) ConfigurationsUpdate(ctx context.Context, id SecurityConnectorId, input DevOpsConfiguration) (result ConfigurationsUpdateOperationResponse, err error) + func (c DevOpsClient) ConfigurationsUpdateThenPoll(ctx context.Context, id SecurityConnectorId, input DevOpsConfiguration) error + func (c DevOpsClient) GitHubOwnersGet(ctx context.Context, id GitHubOwnerId) (result GitHubOwnersGetOperationResponse, err error) + func (c DevOpsClient) GitHubOwnersList(ctx context.Context, id SecurityConnectorId) (result GitHubOwnersListOperationResponse, err error) + func (c DevOpsClient) GitHubOwnersListAvailable(ctx context.Context, id SecurityConnectorId) (result GitHubOwnersListAvailableOperationResponse, err error) + func (c DevOpsClient) GitHubOwnersListAvailableComplete(ctx context.Context, id SecurityConnectorId) (GitHubOwnersListAvailableCompleteResult, error) + func (c DevOpsClient) GitHubOwnersListAvailableCompleteMatchingPredicate(ctx context.Context, id SecurityConnectorId, ...) (result GitHubOwnersListAvailableCompleteResult, err error) + func (c DevOpsClient) GitHubOwnersListComplete(ctx context.Context, id SecurityConnectorId) (GitHubOwnersListCompleteResult, error) + func (c DevOpsClient) GitHubOwnersListCompleteMatchingPredicate(ctx context.Context, id SecurityConnectorId, ...) (result GitHubOwnersListCompleteResult, err error) + func (c DevOpsClient) GitHubReposGet(ctx context.Context, id RepoId) (result GitHubReposGetOperationResponse, err error) + func (c DevOpsClient) GitHubReposList(ctx context.Context, id GitHubOwnerId) (result GitHubReposListOperationResponse, err error) + func (c DevOpsClient) GitHubReposListComplete(ctx context.Context, id GitHubOwnerId) (GitHubReposListCompleteResult, error) + func (c DevOpsClient) GitHubReposListCompleteMatchingPredicate(ctx context.Context, id GitHubOwnerId, ...) (result GitHubReposListCompleteResult, err error) + func (c DevOpsClient) GitLabGroupsGet(ctx context.Context, id GitLabGroupId) (result GitLabGroupsGetOperationResponse, err error) + func (c DevOpsClient) GitLabGroupsList(ctx context.Context, id SecurityConnectorId) (result GitLabGroupsListOperationResponse, err error) + func (c DevOpsClient) GitLabGroupsListAvailable(ctx context.Context, id SecurityConnectorId) (result GitLabGroupsListAvailableOperationResponse, err error) + func (c DevOpsClient) GitLabGroupsListAvailableComplete(ctx context.Context, id SecurityConnectorId) (GitLabGroupsListAvailableCompleteResult, error) + func (c DevOpsClient) GitLabGroupsListAvailableCompleteMatchingPredicate(ctx context.Context, id SecurityConnectorId, ...) (result GitLabGroupsListAvailableCompleteResult, err error) + func (c DevOpsClient) GitLabGroupsListComplete(ctx context.Context, id SecurityConnectorId) (GitLabGroupsListCompleteResult, error) + func (c DevOpsClient) GitLabGroupsListCompleteMatchingPredicate(ctx context.Context, id SecurityConnectorId, ...) (result GitLabGroupsListCompleteResult, err error) + func (c DevOpsClient) GitLabProjectsGet(ctx context.Context, id GitLabGroupProjectId) (result GitLabProjectsGetOperationResponse, err error) + func (c DevOpsClient) GitLabProjectsList(ctx context.Context, id GitLabGroupId) (result GitLabProjectsListOperationResponse, err error) + func (c DevOpsClient) GitLabProjectsListComplete(ctx context.Context, id GitLabGroupId) (GitLabProjectsListCompleteResult, error) + func (c DevOpsClient) GitLabProjectsListCompleteMatchingPredicate(ctx context.Context, id GitLabGroupId, ...) (result GitLabProjectsListCompleteResult, err error) + func (c DevOpsClient) GitLabSubgroupsList(ctx context.Context, id GitLabGroupId) (result GitLabSubgroupsListOperationResponse, err error) + func (c DevOpsClient) GitLabSubgroupsListComplete(ctx context.Context, id GitLabGroupId) (GitLabSubgroupsListCompleteResult, error) + func (c DevOpsClient) GitLabSubgroupsListCompleteMatchingPredicate(ctx context.Context, id GitLabGroupId, predicate GitLabGroupOperationPredicate) (result GitLabSubgroupsListCompleteResult, err error) + type DevOpsConfiguration struct + Id *string + Name *string + Properties *DevOpsConfigurationProperties + SystemData *systemdata.SystemData + Type *string + type DevOpsConfigurationOperationPredicate struct + Id *string + Name *string + Type *string + func (p DevOpsConfigurationOperationPredicate) Matches(input DevOpsConfiguration) bool + type DevOpsConfigurationProperties struct + Authorization *Authorization + AutoDiscovery *AutoDiscovery + Capabilities *[]DevOpsCapability + ProvisioningState *DevOpsProvisioningState + ProvisioningStatusMessage *string + ProvisioningStatusUpdateTimeUtc *string + TopLevelInventoryList *[]string + func (o *DevOpsConfigurationProperties) GetProvisioningStatusUpdateTimeUtcAsTime() (*time.Time, error) + func (o *DevOpsConfigurationProperties) SetProvisioningStatusUpdateTimeUtcAsTime(input time.Time) + type DevOpsProvisioningState string + const DevOpsProvisioningStateCanceled + const DevOpsProvisioningStateDeletionFailure + const DevOpsProvisioningStateDeletionSuccess + const DevOpsProvisioningStateFailed + const DevOpsProvisioningStatePending + const DevOpsProvisioningStatePendingDeletion + const DevOpsProvisioningStateSucceeded + func (s *DevOpsProvisioningState) UnmarshalJSON(bytes []byte) error + type GitHubOwner struct + Id *string + Name *string + Properties *GitHubOwnerProperties + SystemData *systemdata.SystemData + Type *string + type GitHubOwnerId struct + GitHubOwnerName string + ResourceGroupName string + SecurityConnectorName string + SubscriptionId string + func NewGitHubOwnerID(subscriptionId string, resourceGroupName string, securityConnectorName string, ...) GitHubOwnerId + func ParseGitHubOwnerID(input string) (*GitHubOwnerId, error) + func ParseGitHubOwnerIDInsensitively(input string) (*GitHubOwnerId, error) + func (id *GitHubOwnerId) FromParseResult(input resourceids.ParseResult) error + func (id GitHubOwnerId) ID() string + func (id GitHubOwnerId) Segments() []resourceids.Segment + func (id GitHubOwnerId) String() string + type GitHubOwnerOperationPredicate struct + Id *string + Name *string + Type *string + func (p GitHubOwnerOperationPredicate) Matches(input GitHubOwner) bool + type GitHubOwnerProperties struct + GitHubInternalId *string + OnboardingState *OnboardingState + OwnerURL *string + ProvisioningState *DevOpsProvisioningState + ProvisioningStatusMessage *string + ProvisioningStatusUpdateTimeUtc *string + func (o *GitHubOwnerProperties) GetProvisioningStatusUpdateTimeUtcAsTime() (*time.Time, error) + func (o *GitHubOwnerProperties) SetProvisioningStatusUpdateTimeUtcAsTime(input time.Time) + type GitHubOwnersGetOperationResponse struct + HttpResponse *http.Response + Model *GitHubOwner + OData *odata.OData + type GitHubOwnersListAvailableCompleteResult struct + Items []GitHubOwner + LatestHttpResponse *http.Response + type GitHubOwnersListAvailableCustomPager struct + NextLink *odata.Link + func (p *GitHubOwnersListAvailableCustomPager) NextPageLink() *odata.Link + type GitHubOwnersListAvailableOperationResponse struct + HttpResponse *http.Response + Model *[]GitHubOwner + OData *odata.OData + type GitHubOwnersListCompleteResult struct + Items []GitHubOwner + LatestHttpResponse *http.Response + type GitHubOwnersListCustomPager struct + NextLink *odata.Link + func (p *GitHubOwnersListCustomPager) NextPageLink() *odata.Link + type GitHubOwnersListOperationResponse struct + HttpResponse *http.Response + Model *[]GitHubOwner + OData *odata.OData + type GitHubReposGetOperationResponse struct + HttpResponse *http.Response + Model *GitHubRepository + OData *odata.OData + type GitHubReposListCompleteResult struct + Items []GitHubRepository + LatestHttpResponse *http.Response + type GitHubReposListCustomPager struct + NextLink *odata.Link + func (p *GitHubReposListCustomPager) NextPageLink() *odata.Link + type GitHubReposListOperationResponse struct + HttpResponse *http.Response + Model *[]GitHubRepository + OData *odata.OData + type GitHubRepository struct + Id *string + Name *string + Properties *GitHubRepositoryProperties + SystemData *systemdata.SystemData + Type *string + type GitHubRepositoryOperationPredicate struct + Id *string + Name *string + Type *string + func (p GitHubRepositoryOperationPredicate) Matches(input GitHubRepository) bool + type GitHubRepositoryProperties struct + OnboardingState *OnboardingState + ParentOwnerName *string + ProvisioningState *DevOpsProvisioningState + ProvisioningStatusMessage *string + ProvisioningStatusUpdateTimeUtc *string + RepoFullName *string + RepoId *string + RepoName *string + RepoURL *string + func (o *GitHubRepositoryProperties) GetProvisioningStatusUpdateTimeUtcAsTime() (*time.Time, error) + func (o *GitHubRepositoryProperties) SetProvisioningStatusUpdateTimeUtcAsTime(input time.Time) + type GitLabGroup struct + Id *string + Name *string + Properties *GitLabGroupProperties + SystemData *systemdata.SystemData + Type *string + type GitLabGroupId struct + GitLabGroupName string + ResourceGroupName string + SecurityConnectorName string + SubscriptionId string + func NewGitLabGroupID(subscriptionId string, resourceGroupName string, securityConnectorName string, ...) GitLabGroupId + func ParseGitLabGroupID(input string) (*GitLabGroupId, error) + func ParseGitLabGroupIDInsensitively(input string) (*GitLabGroupId, error) + func (id *GitLabGroupId) FromParseResult(input resourceids.ParseResult) error + func (id GitLabGroupId) ID() string + func (id GitLabGroupId) Segments() []resourceids.Segment + func (id GitLabGroupId) String() string + type GitLabGroupOperationPredicate struct + Id *string + Name *string + Type *string + func (p GitLabGroupOperationPredicate) Matches(input GitLabGroup) bool + type GitLabGroupProjectId struct + GitLabGroupName string + ProjectName string + ResourceGroupName string + SecurityConnectorName string + SubscriptionId string + func NewGitLabGroupProjectID(subscriptionId string, resourceGroupName string, securityConnectorName string, ...) GitLabGroupProjectId + func ParseGitLabGroupProjectID(input string) (*GitLabGroupProjectId, error) + func ParseGitLabGroupProjectIDInsensitively(input string) (*GitLabGroupProjectId, error) + func (id *GitLabGroupProjectId) FromParseResult(input resourceids.ParseResult) error + func (id GitLabGroupProjectId) ID() string + func (id GitLabGroupProjectId) Segments() []resourceids.Segment + func (id GitLabGroupProjectId) String() string + type GitLabGroupProperties struct + FullyQualifiedFriendlyName *string + FullyQualifiedName *string + OnboardingState *OnboardingState + ProvisioningState *DevOpsProvisioningState + ProvisioningStatusMessage *string + ProvisioningStatusUpdateTimeUtc *string + Url *string + func (o *GitLabGroupProperties) GetProvisioningStatusUpdateTimeUtcAsTime() (*time.Time, error) + func (o *GitLabGroupProperties) SetProvisioningStatusUpdateTimeUtcAsTime(input time.Time) + type GitLabGroupsGetOperationResponse struct + HttpResponse *http.Response + Model *GitLabGroup + OData *odata.OData + type GitLabGroupsListAvailableCompleteResult struct + Items []GitLabGroup + LatestHttpResponse *http.Response + type GitLabGroupsListAvailableCustomPager struct + NextLink *odata.Link + func (p *GitLabGroupsListAvailableCustomPager) NextPageLink() *odata.Link + type GitLabGroupsListAvailableOperationResponse struct + HttpResponse *http.Response + Model *[]GitLabGroup + OData *odata.OData + type GitLabGroupsListCompleteResult struct + Items []GitLabGroup + LatestHttpResponse *http.Response + type GitLabGroupsListCustomPager struct + NextLink *odata.Link + func (p *GitLabGroupsListCustomPager) NextPageLink() *odata.Link + type GitLabGroupsListOperationResponse struct + HttpResponse *http.Response + Model *[]GitLabGroup + OData *odata.OData + type GitLabProject struct + Id *string + Name *string + Properties *GitLabProjectProperties + SystemData *systemdata.SystemData + Type *string + type GitLabProjectOperationPredicate struct + Id *string + Name *string + Type *string + func (p GitLabProjectOperationPredicate) Matches(input GitLabProject) bool + type GitLabProjectProperties struct + FullyQualifiedFriendlyName *string + FullyQualifiedName *string + FullyQualifiedParentGroupName *string + OnboardingState *OnboardingState + ProvisioningState *DevOpsProvisioningState + ProvisioningStatusMessage *string + ProvisioningStatusUpdateTimeUtc *string + Url *string + func (o *GitLabProjectProperties) GetProvisioningStatusUpdateTimeUtcAsTime() (*time.Time, error) + func (o *GitLabProjectProperties) SetProvisioningStatusUpdateTimeUtcAsTime(input time.Time) + type GitLabProjectsGetOperationResponse struct + HttpResponse *http.Response + Model *GitLabProject + OData *odata.OData + type GitLabProjectsListCompleteResult struct + Items []GitLabProject + LatestHttpResponse *http.Response + type GitLabProjectsListCustomPager struct + NextLink *odata.Link + func (p *GitLabProjectsListCustomPager) NextPageLink() *odata.Link + type GitLabProjectsListOperationResponse struct + HttpResponse *http.Response + Model *[]GitLabProject + OData *odata.OData + type GitLabSubgroupsListCompleteResult struct + Items []GitLabGroup + LatestHttpResponse *http.Response + type GitLabSubgroupsListCustomPager struct + NextLink *odata.Link + func (p *GitLabSubgroupsListCustomPager) NextPageLink() *odata.Link + type GitLabSubgroupsListOperationResponse struct + HttpResponse *http.Response + Model *[]GitLabGroup + OData *odata.OData + type InheritFromParentState string + const InheritFromParentStateDisabled + const InheritFromParentStateEnabled + func (s *InheritFromParentState) UnmarshalJSON(bytes []byte) error + type OnboardingState string + const OnboardingStateNotApplicable + const OnboardingStateNotOnboarded + const OnboardingStateOnboarded + const OnboardingStateOnboardedByOtherConnector + func (s *OnboardingState) UnmarshalJSON(bytes []byte) error + type ProjectId struct + AzureDevOpsOrgName string + ProjectName string + ResourceGroupName string + SecurityConnectorName string + SubscriptionId string + func NewProjectID(subscriptionId string, resourceGroupName string, securityConnectorName string, ...) ProjectId + func ParseProjectID(input string) (*ProjectId, error) + func ParseProjectIDInsensitively(input string) (*ProjectId, error) + func (id *ProjectId) FromParseResult(input resourceids.ParseResult) error + func (id ProjectId) ID() string + func (id ProjectId) Segments() []resourceids.Segment + func (id ProjectId) String() string + type ProjectRepoId struct + AzureDevOpsOrgName string + ProjectName string + RepoName string + ResourceGroupName string + SecurityConnectorName string + SubscriptionId string + func NewProjectRepoID(subscriptionId string, resourceGroupName string, securityConnectorName string, ...) ProjectRepoId + func ParseProjectRepoID(input string) (*ProjectRepoId, error) + func ParseProjectRepoIDInsensitively(input string) (*ProjectRepoId, error) + func (id *ProjectRepoId) FromParseResult(input resourceids.ParseResult) error + func (id ProjectRepoId) ID() string + func (id ProjectRepoId) Segments() []resourceids.Segment + func (id ProjectRepoId) String() string + type RepoId struct + GitHubOwnerName string + RepoName string + ResourceGroupName string + SecurityConnectorName string + SubscriptionId string + func NewRepoID(subscriptionId string, resourceGroupName string, securityConnectorName string, ...) RepoId + func ParseRepoID(input string) (*RepoId, error) + func ParseRepoIDInsensitively(input string) (*RepoId, error) + func (id *RepoId) FromParseResult(input resourceids.ParseResult) error + func (id RepoId) ID() string + func (id RepoId) Segments() []resourceids.Segment + func (id RepoId) String() string + type RuleCategory string + const RuleCategoryArtifacts + const RuleCategoryCode + const RuleCategoryContainers + const RuleCategoryDependencies + const RuleCategoryIaC + const RuleCategorySecrets + func (s *RuleCategory) UnmarshalJSON(bytes []byte) error + type SecurityConnectorId struct + ResourceGroupName string + SecurityConnectorName string + SubscriptionId string + func NewSecurityConnectorID(subscriptionId string, resourceGroupName string, securityConnectorName string) SecurityConnectorId + func ParseSecurityConnectorID(input string) (*SecurityConnectorId, error) + func ParseSecurityConnectorIDInsensitively(input string) (*SecurityConnectorId, error) + func (id *SecurityConnectorId) FromParseResult(input resourceids.ParseResult) error + func (id SecurityConnectorId) ID() string + func (id SecurityConnectorId) Segments() []resourceids.Segment + func (id SecurityConnectorId) String() string + type TargetBranchConfiguration struct + AnnotateDefaultBranch *AnnotateDefaultBranchState + BranchNames *[]string