Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForAccessIdName ¶
func PossibleValuesForAccessIdName() []string
func ValidateAccesID ¶
ValidateAccesID checks that 'input' can be parsed as a Acces ID
Types ¶
type AccesId ¶
type AccesId struct { SubscriptionId string ResourceGroupName string ServiceName string AccessName AccessIdName }
AccesId is a struct representing the Resource ID for a Acces
func NewAccesID ¶
func NewAccesID(subscriptionId string, resourceGroupName string, serviceName string, accessName AccessIdName) AccesId
NewAccesID returns a new AccesId struct
func ParseAccesID ¶
ParseAccesID parses 'input' into a AccesId
func ParseAccesIDInsensitively ¶
ParseAccesIDInsensitively parses 'input' case-insensitively into a AccesId note: this method should only be used for API response data and not user input
func (AccesId) Segments ¶
func (id AccesId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Acces 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 AccesId) (result RegeneratePrimaryKeyOperationResponse, err error)
RegeneratePrimaryKey ...
func (TenantAccessGitClient) RegenerateSecondaryKey ¶
func (c TenantAccessGitClient) RegenerateSecondaryKey(ctx context.Context, id AccesId) (result RegenerateSecondaryKeyOperationResponse, err error)
RegenerateSecondaryKey ...
Click to show internal directories.
Click to hide internal directories.