Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForAccessIdName ¶
func PossibleValuesForAccessIdName() []string
func ValidateAccessID ¶
ValidateAccessID checks that 'input' can be parsed as a Access ID
Types ¶
type AccessId ¶
type AccessId struct { SubscriptionId string ResourceGroupName string ServiceName string AccessName AccessIdName }
AccessId is a struct representing the Resource ID for a Access
func NewAccessID ¶
func NewAccessID(subscriptionId string, resourceGroupName string, serviceName string, accessName AccessIdName) AccessId
NewAccessID returns a new AccessId struct
func ParseAccessID ¶
ParseAccessID parses 'input' into a AccessId
func ParseAccessIDInsensitively ¶
ParseAccessIDInsensitively parses 'input' case-insensitively into a AccessId note: this method should only be used for API response data and not user input
func (AccessId) Segments ¶
func (id AccessId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Access ID
type AccessIdName ¶
type AccessIdName string
const ( AccessIdNameAccess AccessIdName = "access" AccessIdNameGitAccess AccessIdName = "gitAccess" )
type TenantAccessGitClient ¶
type TenantAccessGitClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewTenantAccessGitClientWithBaseURI ¶
func NewTenantAccessGitClientWithBaseURI(endpoint string) TenantAccessGitClient
func (TenantAccessGitClient) RegeneratePrimaryKey ¶
func (c TenantAccessGitClient) RegeneratePrimaryKey(ctx context.Context, id AccessId) (result RegeneratePrimaryKeyOperationResponse, err error)
RegeneratePrimaryKey ...
func (TenantAccessGitClient) RegenerateSecondaryKey ¶
func (c TenantAccessGitClient) RegenerateSecondaryKey(ctx context.Context, id AccessId) (result RegenerateSecondaryKeyOperationResponse, err error)
RegenerateSecondaryKey ...
Click to show internal directories.
Click to hide internal directories.