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 + type AttributeSetClient struct + Client *msgraph.Client + func NewAttributeSetClientWithBaseURI(sdkApi sdkEnv.Api) (*AttributeSetClient, error) + func (c AttributeSetClient) CreateAttributeSet(ctx context.Context, input beta.AttributeSet, ...) (result CreateAttributeSetOperationResponse, err error) + func (c AttributeSetClient) DeleteAttributeSet(ctx context.Context, id beta.DirectoryAttributeSetId, ...) (result DeleteAttributeSetOperationResponse, err error) + func (c AttributeSetClient) GetAttributeSet(ctx context.Context, id beta.DirectoryAttributeSetId, ...) (result GetAttributeSetOperationResponse, err error) + func (c AttributeSetClient) GetAttributeSetsCount(ctx context.Context, options GetAttributeSetsCountOperationOptions) (result GetAttributeSetsCountOperationResponse, err error) + func (c AttributeSetClient) ListAttributeSets(ctx context.Context, options ListAttributeSetsOperationOptions) (result ListAttributeSetsOperationResponse, err error) + func (c AttributeSetClient) ListAttributeSetsComplete(ctx context.Context, options ListAttributeSetsOperationOptions) (ListAttributeSetsCompleteResult, error) + func (c AttributeSetClient) ListAttributeSetsCompleteMatchingPredicate(ctx context.Context, options ListAttributeSetsOperationOptions, ...) (result ListAttributeSetsCompleteResult, err error) + func (c AttributeSetClient) UpdateAttributeSet(ctx context.Context, id beta.DirectoryAttributeSetId, input beta.AttributeSet, ...) (result UpdateAttributeSetOperationResponse, err error) + type AttributeSetOperationPredicate struct + func (p AttributeSetOperationPredicate) Matches(input beta.AttributeSet) bool + type CreateAttributeSetOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateAttributeSetOperationOptions() CreateAttributeSetOperationOptions + func (o CreateAttributeSetOperationOptions) ToHeaders() *client.Headers + func (o CreateAttributeSetOperationOptions) ToOData() *odata.Query + func (o CreateAttributeSetOperationOptions) ToQuery() *client.QueryParams + type CreateAttributeSetOperationResponse struct + HttpResponse *http.Response + Model *beta.AttributeSet + OData *odata.OData + type DeleteAttributeSetOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteAttributeSetOperationOptions() DeleteAttributeSetOperationOptions + func (o DeleteAttributeSetOperationOptions) ToHeaders() *client.Headers + func (o DeleteAttributeSetOperationOptions) ToOData() *odata.Query + func (o DeleteAttributeSetOperationOptions) ToQuery() *client.QueryParams + type DeleteAttributeSetOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetAttributeSetOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetAttributeSetOperationOptions() GetAttributeSetOperationOptions + func (o GetAttributeSetOperationOptions) ToHeaders() *client.Headers + func (o GetAttributeSetOperationOptions) ToOData() *odata.Query + func (o GetAttributeSetOperationOptions) ToQuery() *client.QueryParams + type GetAttributeSetOperationResponse struct + HttpResponse *http.Response + Model *beta.AttributeSet + OData *odata.OData + type GetAttributeSetsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetAttributeSetsCountOperationOptions() GetAttributeSetsCountOperationOptions + func (o GetAttributeSetsCountOperationOptions) ToHeaders() *client.Headers + func (o GetAttributeSetsCountOperationOptions) ToOData() *odata.Query + func (o GetAttributeSetsCountOperationOptions) ToQuery() *client.QueryParams + type GetAttributeSetsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListAttributeSetsCompleteResult struct + Items []beta.AttributeSet + LatestHttpResponse *http.Response + type ListAttributeSetsCustomPager struct + NextLink *odata.Link + func (p *ListAttributeSetsCustomPager) NextPageLink() *odata.Link + type ListAttributeSetsOperationOptions struct + Count *bool + Expand *odata.Expand + Filter *string + Metadata *odata.Metadata + OrderBy *odata.OrderBy + RetryFunc client.RequestRetryFunc + Search *string + Select *[]string + Skip *int64 + Top *int64 + func DefaultListAttributeSetsOperationOptions() ListAttributeSetsOperationOptions + func (o ListAttributeSetsOperationOptions) ToHeaders() *client.Headers + func (o ListAttributeSetsOperationOptions) ToOData() *odata.Query + func (o ListAttributeSetsOperationOptions) ToQuery() *client.QueryParams + type ListAttributeSetsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.AttributeSet + OData *odata.OData + type UpdateAttributeSetOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateAttributeSetOperationOptions() UpdateAttributeSetOperationOptions + func (o UpdateAttributeSetOperationOptions) ToHeaders() *client.Headers + func (o UpdateAttributeSetOperationOptions) ToOData() *odata.Query + func (o UpdateAttributeSetOperationOptions) ToQuery() *client.QueryParams + type UpdateAttributeSetOperationResponse struct + HttpResponse *http.Response + OData *odata.OData