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 PossibleValuesForTrustedAccessRoleBindingProvisioningState() []string + func ValidateLocationID(input interface{}, key string) (warnings []string, errors []error) + func ValidateTrustedAccessRoleBindingID(input interface{}, key string) (warnings []string, errors []error) + type LocationId struct + LocationName string + SubscriptionId string + func NewLocationID(subscriptionId string, locationName string) LocationId + func ParseLocationID(input string) (*LocationId, error) + func ParseLocationIDInsensitively(input string) (*LocationId, error) + func (id *LocationId) FromParseResult(input resourceids.ParseResult) error + func (id LocationId) ID() string + func (id LocationId) Segments() []resourceids.Segment + func (id LocationId) String() string + type RoleBindingsCreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *TrustedAccessRoleBinding + OData *odata.OData + Poller pollers.Poller + type RoleBindingsDeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type RoleBindingsGetOperationResponse struct + HttpResponse *http.Response + Model *TrustedAccessRoleBinding + OData *odata.OData + type RoleBindingsListCompleteResult struct + Items []TrustedAccessRoleBinding + LatestHttpResponse *http.Response + type RoleBindingsListCustomPager struct + NextLink *odata.Link + func (p *RoleBindingsListCustomPager) NextPageLink() *odata.Link + type RoleBindingsListOperationResponse struct + HttpResponse *http.Response + Model *[]TrustedAccessRoleBinding + OData *odata.OData + type RolesListCompleteResult struct + Items []TrustedAccessRole + LatestHttpResponse *http.Response + type RolesListCustomPager struct + NextLink *odata.Link + func (p *RolesListCustomPager) NextPageLink() *odata.Link + type RolesListOperationResponse struct + HttpResponse *http.Response + Model *[]TrustedAccessRole + OData *odata.OData + type TrustedAccessClient struct + Client *resourcemanager.Client + func NewTrustedAccessClientWithBaseURI(sdkApi sdkEnv.Api) (*TrustedAccessClient, error) + func (c TrustedAccessClient) RoleBindingsCreateOrUpdate(ctx context.Context, id TrustedAccessRoleBindingId, ...) (result RoleBindingsCreateOrUpdateOperationResponse, err error) + func (c TrustedAccessClient) RoleBindingsCreateOrUpdateThenPoll(ctx context.Context, id TrustedAccessRoleBindingId, ...) error + func (c TrustedAccessClient) RoleBindingsDelete(ctx context.Context, id TrustedAccessRoleBindingId) (result RoleBindingsDeleteOperationResponse, err error) + func (c TrustedAccessClient) RoleBindingsDeleteThenPoll(ctx context.Context, id TrustedAccessRoleBindingId) error + func (c TrustedAccessClient) RoleBindingsGet(ctx context.Context, id TrustedAccessRoleBindingId) (result RoleBindingsGetOperationResponse, err error) + func (c TrustedAccessClient) RoleBindingsList(ctx context.Context, id commonids.KubernetesClusterId) (result RoleBindingsListOperationResponse, err error) + func (c TrustedAccessClient) RoleBindingsListComplete(ctx context.Context, id commonids.KubernetesClusterId) (RoleBindingsListCompleteResult, error) + func (c TrustedAccessClient) RoleBindingsListCompleteMatchingPredicate(ctx context.Context, id commonids.KubernetesClusterId, ...) (result RoleBindingsListCompleteResult, err error) + func (c TrustedAccessClient) RolesList(ctx context.Context, id LocationId) (result RolesListOperationResponse, err error) + func (c TrustedAccessClient) RolesListComplete(ctx context.Context, id LocationId) (RolesListCompleteResult, error) + func (c TrustedAccessClient) RolesListCompleteMatchingPredicate(ctx context.Context, id LocationId, ...) (result RolesListCompleteResult, err error) + type TrustedAccessRole struct + Name *string + Rules *[]TrustedAccessRoleRule + SourceResourceType *string + type TrustedAccessRoleBinding struct + Id *string + Name *string + Properties TrustedAccessRoleBindingProperties + SystemData *systemdata.SystemData + Type *string + type TrustedAccessRoleBindingId struct + ManagedClusterName string + ResourceGroupName string + SubscriptionId string + TrustedAccessRoleBindingName string + func NewTrustedAccessRoleBindingID(subscriptionId string, resourceGroupName string, managedClusterName string, ...) TrustedAccessRoleBindingId + func ParseTrustedAccessRoleBindingID(input string) (*TrustedAccessRoleBindingId, error) + func ParseTrustedAccessRoleBindingIDInsensitively(input string) (*TrustedAccessRoleBindingId, error) + func (id *TrustedAccessRoleBindingId) FromParseResult(input resourceids.ParseResult) error + func (id TrustedAccessRoleBindingId) ID() string + func (id TrustedAccessRoleBindingId) Segments() []resourceids.Segment + func (id TrustedAccessRoleBindingId) String() string + type TrustedAccessRoleBindingOperationPredicate struct + Id *string + Name *string + Type *string + func (p TrustedAccessRoleBindingOperationPredicate) Matches(input TrustedAccessRoleBinding) bool + type TrustedAccessRoleBindingProperties struct + ProvisioningState *TrustedAccessRoleBindingProvisioningState + Roles []string + SourceResourceId string + type TrustedAccessRoleBindingProvisioningState string + const TrustedAccessRoleBindingProvisioningStateCanceled + const TrustedAccessRoleBindingProvisioningStateDeleting + const TrustedAccessRoleBindingProvisioningStateFailed + const TrustedAccessRoleBindingProvisioningStateSucceeded + const TrustedAccessRoleBindingProvisioningStateUpdating + func (s *TrustedAccessRoleBindingProvisioningState) UnmarshalJSON(bytes []byte) error + type TrustedAccessRoleOperationPredicate struct + Name *string + SourceResourceType *string + func (p TrustedAccessRoleOperationPredicate) Matches(input TrustedAccessRole) bool + type TrustedAccessRoleRule struct + ApiGroups *[]string + NonResourceURLs *[]string + ResourceNames *[]string + Resources *[]string + Verbs *[]string