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 PossibleValuesForInheritedPermissions() []string + func PossibleValuesForPermissions() []string + func PossibleValuesForSearch() []string + func PossibleValuesForView() []string + type EntitiesClient struct + Client *resourcemanager.Client + func NewEntitiesClientWithBaseURI(sdkApi sdkEnv.Api) (*EntitiesClient, error) + func (c EntitiesClient) List(ctx context.Context, options ListOperationOptions) (result ListOperationResponse, err error) + func (c EntitiesClient) ListComplete(ctx context.Context, options ListOperationOptions) (ListCompleteResult, error) + func (c EntitiesClient) ListCompleteMatchingPredicate(ctx context.Context, options ListOperationOptions, ...) (result ListCompleteResult, err error) + type EntityInfo struct + Id *string + Name *string + Properties *EntityInfoProperties + Type *string + type EntityInfoOperationPredicate struct + Id *string + Name *string + Type *string + func (p EntityInfoOperationPredicate) Matches(input EntityInfo) bool + type EntityInfoProperties struct + DisplayName *string + InheritedPermissions *InheritedPermissions + NumberOfChildGroups *int64 + NumberOfChildren *int64 + NumberOfDescendants *int64 + Parent *EntityParentGroupInfo + ParentDisplayNameChain *[]string + ParentNameChain *[]string + Permissions *Permissions + TenantId *string + type EntityParentGroupInfo struct + Id *string + type InheritedPermissions string + const InheritedPermissionsDelete + const InheritedPermissionsEdit + const InheritedPermissionsNoaccess + const InheritedPermissionsView + func (s *InheritedPermissions) UnmarshalJSON(bytes []byte) error + type ListCompleteResult struct + Items []EntityInfo + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationOptions struct + CacheControl *string + Filter *string + GroupName *string + Search *Search + Select *string + Skip *int64 + Top *int64 + View *View + func DefaultListOperationOptions() ListOperationOptions + func (o ListOperationOptions) ToHeaders() *client.Headers + func (o ListOperationOptions) ToOData() *odata.Query + func (o ListOperationOptions) ToQuery() *client.QueryParams + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]EntityInfo + OData *odata.OData + type Permissions string + const PermissionsDelete + const PermissionsEdit + const PermissionsNoaccess + const PermissionsView + func (s *Permissions) UnmarshalJSON(bytes []byte) error + type Search string + const SearchAllowedChildren + const SearchAllowedParents + const SearchChildrenOnly + const SearchParentAndFirstLevelChildren + const SearchParentOnly + func (s *Search) UnmarshalJSON(bytes []byte) error + type View string + const ViewAudit + const ViewFullHierarchy + const ViewGroupsOnly + const ViewSubscriptionsOnly + func (s *View) UnmarshalJSON(bytes []byte) error