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 PossibleValuesForEntitySearchType() []string + func PossibleValuesForEntityViewParameterType() []string + func PossibleValuesForPermissions() []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 *Permissions + NumberOfChildGroups *int64 + NumberOfChildren *int64 + NumberOfDescendants *int64 + Parent *EntityParentGroupInfo + ParentDisplayNameChain *[]string + ParentNameChain *[]string + Permissions *Permissions + TenantId *string + type EntityParentGroupInfo struct + Id *string + type EntitySearchType string + const EntitySearchTypeAllowedChildren + const EntitySearchTypeAllowedParents + const EntitySearchTypeChildrenOnly + const EntitySearchTypeParentAndFirstLevelChildren + const EntitySearchTypeParentOnly + func (s *EntitySearchType) UnmarshalJSON(bytes []byte) error + type EntityViewParameterType string + const EntityViewParameterTypeAudit + const EntityViewParameterTypeFullHierarchy + const EntityViewParameterTypeGroupsOnly + const EntityViewParameterTypeSubscriptionsOnly + func (s *EntityViewParameterType) 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 *EntitySearchType + Select *string + Skip *int64 + Top *int64 + View *EntityViewParameterType + 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