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 PossibleValuesForAccessIdName() []string + func ValidateAccessID(input interface{}, key string) (warnings []string, errors []error) + type AccessId struct + AccessName AccessIdName + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewAccessID(subscriptionId string, resourceGroupName string, serviceName string, ...) AccessId + func ParseAccessID(input string) (*AccessId, error) + func ParseAccessIDInsensitively(input string) (*AccessId, error) + func (id *AccessId) FromParseResult(input resourceids.ParseResult) error + func (id AccessId) ID() string + func (id AccessId) Segments() []resourceids.Segment + func (id AccessId) String() string + type AccessIdName string + const AccessIdNameAccess + const AccessIdNameGitAccess + func (s *AccessIdName) UnmarshalJSON(bytes []byte) error + type RegeneratePrimaryKeyOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type RegenerateSecondaryKeyOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type TenantAccessGitClient struct + Client *resourcemanager.Client + func NewTenantAccessGitClientWithBaseURI(sdkApi sdkEnv.Api) (*TenantAccessGitClient, error) + func (c TenantAccessGitClient) RegeneratePrimaryKey(ctx context.Context, id AccessId) (result RegeneratePrimaryKeyOperationResponse, err error) + func (c TenantAccessGitClient) RegenerateSecondaryKey(ctx context.Context, id AccessId) (result RegenerateSecondaryKeyOperationResponse, err error)