entities

package
v0.20230307.1160632 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 7, 2023 License: MPL-2.0 Imports: 7 Imported by: 1

README

github.com/hashicorp/go-azure-sdk/resource-manager/managementgroups/2020-05-01/entities Documentation

The entities SDK allows for interaction with the Azure Resource Manager Service managementgroups (API Version 2020-05-01).

This readme covers example usages, but further information on using this SDK can be found in the project root.

Import Path

import "github.com/hashicorp/go-azure-sdk/resource-manager/managementgroups/2020-05-01/entities"

Client Initialization

client := entities.NewEntitiesClientWithBaseURI("https://management.azure.com")
client.Client.Authorizer = authorizer

Example Usage: EntitiesClient.List

ctx := context.TODO()


// alternatively `client.List(ctx, entities.DefaultListOperationOptions())` can be used to do batched pagination
items, err := client.ListComplete(ctx, entities.DefaultListOperationOptions())
if err != nil {
	// handle the error
}
for _, item := range items {
	// do something
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PossibleValuesForInheritedPermissions

func PossibleValuesForInheritedPermissions() []string

func PossibleValuesForPermissions

func PossibleValuesForPermissions() []string

func PossibleValuesForSearch

func PossibleValuesForSearch() []string

func PossibleValuesForView

func PossibleValuesForView() []string

Types

type EntitiesClient

type EntitiesClient struct {
	Client autorest.Client
	// contains filtered or unexported fields
}

func NewEntitiesClientWithBaseURI

func NewEntitiesClientWithBaseURI(endpoint string) EntitiesClient

func (EntitiesClient) List

List ...

func (EntitiesClient) ListComplete

ListComplete retrieves all of the results into a single object

func (EntitiesClient) ListCompleteMatchingPredicate

func (c EntitiesClient) ListCompleteMatchingPredicate(ctx context.Context, options ListOperationOptions, predicate EntityInfoOperationPredicate) (resp ListCompleteResult, err error)

ListCompleteMatchingPredicate retrieves all of the results and then applied the predicate

type EntityInfo

type EntityInfo struct {
	Id         *string               `json:"id,omitempty"`
	Name       *string               `json:"name,omitempty"`
	Properties *EntityInfoProperties `json:"properties,omitempty"`
	Type       *string               `json:"type,omitempty"`
}

type EntityInfoOperationPredicate

type EntityInfoOperationPredicate struct {
	Id   *string
	Name *string
	Type *string
}

func (EntityInfoOperationPredicate) Matches

func (p EntityInfoOperationPredicate) Matches(input EntityInfo) bool

type EntityInfoProperties

type EntityInfoProperties struct {
	DisplayName            *string                `json:"displayName,omitempty"`
	InheritedPermissions   *InheritedPermissions  `json:"inheritedPermissions,omitempty"`
	NumberOfChildGroups    *int64                 `json:"numberOfChildGroups,omitempty"`
	NumberOfChildren       *int64                 `json:"numberOfChildren,omitempty"`
	NumberOfDescendants    *int64                 `json:"numberOfDescendants,omitempty"`
	Parent                 *EntityParentGroupInfo `json:"parent,omitempty"`
	ParentDisplayNameChain *[]string              `json:"parentDisplayNameChain,omitempty"`
	ParentNameChain        *[]string              `json:"parentNameChain,omitempty"`
	Permissions            *Permissions           `json:"permissions,omitempty"`
	TenantId               *string                `json:"tenantId,omitempty"`
}

type EntityParentGroupInfo

type EntityParentGroupInfo struct {
	Id *string `json:"id,omitempty"`
}

type InheritedPermissions

type InheritedPermissions string
const (
	InheritedPermissionsDelete   InheritedPermissions = "delete"
	InheritedPermissionsEdit     InheritedPermissions = "edit"
	InheritedPermissionsNoaccess InheritedPermissions = "noaccess"
	InheritedPermissionsView     InheritedPermissions = "view"
)

type ListCompleteResult

type ListCompleteResult struct {
	Items []EntityInfo
}

type ListOperationOptions

type ListOperationOptions struct {
	CacheControl *string
	Filter       *string
	GroupName    *string
	Search       *Search
	Select       *string
	Skip         *int64
	Top          *int64
	View         *View
}

func DefaultListOperationOptions

func DefaultListOperationOptions() ListOperationOptions

type ListOperationResponse

type ListOperationResponse struct {
	HttpResponse *http.Response
	Model        *[]EntityInfo
	// contains filtered or unexported fields
}

func (ListOperationResponse) HasMore

func (r ListOperationResponse) HasMore() bool

func (ListOperationResponse) LoadMore

func (r ListOperationResponse) LoadMore(ctx context.Context) (resp ListOperationResponse, err error)

type Permissions

type Permissions string
const (
	PermissionsDelete   Permissions = "delete"
	PermissionsEdit     Permissions = "edit"
	PermissionsNoaccess Permissions = "noaccess"
	PermissionsView     Permissions = "view"
)
type Search string
const (
	SearchAllowedChildren             Search = "AllowedChildren"
	SearchAllowedParents              Search = "AllowedParents"
	SearchChildrenOnly                Search = "ChildrenOnly"
	SearchParentAndFirstLevelChildren Search = "ParentAndFirstLevelChildren"
	SearchParentOnly                  Search = "ParentOnly"
)

type View

type View string
const (
	ViewAudit             View = "Audit"
	ViewFullHierarchy     View = "FullHierarchy"
	ViewGroupsOnly        View = "GroupsOnly"
	ViewSubscriptionsOnly View = "SubscriptionsOnly"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL