Documentation ¶
Index ¶
- type AddAppManagementPolicyRefOperationOptions
- type AddAppManagementPolicyRefOperationResponse
- type AppManagementPolicyClient
- func (c AppManagementPolicyClient) AddAppManagementPolicyRef(ctx context.Context, id stable.ApplicationId, input stable.ReferenceCreate, ...) (result AddAppManagementPolicyRefOperationResponse, err error)
- func (c AppManagementPolicyClient) GetAppManagementPoliciesCount(ctx context.Context, id stable.ApplicationId, ...) (result GetAppManagementPoliciesCountOperationResponse, err error)
- func (c AppManagementPolicyClient) ListAppManagementPolicies(ctx context.Context, id stable.ApplicationId, ...) (result ListAppManagementPoliciesOperationResponse, err error)
- func (c AppManagementPolicyClient) ListAppManagementPoliciesComplete(ctx context.Context, id stable.ApplicationId, ...) (ListAppManagementPoliciesCompleteResult, error)
- func (c AppManagementPolicyClient) ListAppManagementPoliciesCompleteMatchingPredicate(ctx context.Context, id stable.ApplicationId, ...) (result ListAppManagementPoliciesCompleteResult, err error)
- func (c AppManagementPolicyClient) ListAppManagementPolicyRefs(ctx context.Context, id stable.ApplicationId, ...) (result ListAppManagementPolicyRefsOperationResponse, err error)
- func (c AppManagementPolicyClient) ListAppManagementPolicyRefsComplete(ctx context.Context, id stable.ApplicationId, ...) (ListAppManagementPolicyRefsCompleteResult, error)
- func (c AppManagementPolicyClient) ListAppManagementPolicyRefsCompleteMatchingPredicate(ctx context.Context, id stable.ApplicationId, ...) (result ListAppManagementPolicyRefsCompleteResult, err error)
- func (c AppManagementPolicyClient) RemoveAppManagementPolicyRef(ctx context.Context, id stable.ApplicationIdAppManagementPolicyId, ...) (result RemoveAppManagementPolicyRefOperationResponse, err error)
- func (c AppManagementPolicyClient) RemoveAppManagementPolicyRefs(ctx context.Context, id stable.ApplicationId, ...) (result RemoveAppManagementPolicyRefsOperationResponse, err error)
- type AppManagementPolicyOperationPredicate
- type DirectoryObjectOperationPredicate
- type GetAppManagementPoliciesCountOperationOptions
- type GetAppManagementPoliciesCountOperationResponse
- type ListAppManagementPoliciesCompleteResult
- type ListAppManagementPoliciesCustomPager
- type ListAppManagementPoliciesOperationOptions
- type ListAppManagementPoliciesOperationResponse
- type ListAppManagementPolicyRefsCompleteResult
- type ListAppManagementPolicyRefsCustomPager
- type ListAppManagementPolicyRefsOperationOptions
- type ListAppManagementPolicyRefsOperationResponse
- type RemoveAppManagementPolicyRefOperationOptions
- type RemoveAppManagementPolicyRefOperationResponse
- type RemoveAppManagementPolicyRefsOperationOptions
- type RemoveAppManagementPolicyRefsOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddAppManagementPolicyRefOperationOptions ¶
type AddAppManagementPolicyRefOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultAddAppManagementPolicyRefOperationOptions ¶
func DefaultAddAppManagementPolicyRefOperationOptions() AddAppManagementPolicyRefOperationOptions
func (AddAppManagementPolicyRefOperationOptions) ToHeaders ¶
func (o AddAppManagementPolicyRefOperationOptions) ToHeaders() *client.Headers
func (AddAppManagementPolicyRefOperationOptions) ToOData ¶
func (o AddAppManagementPolicyRefOperationOptions) ToOData() *odata.Query
func (AddAppManagementPolicyRefOperationOptions) ToQuery ¶
func (o AddAppManagementPolicyRefOperationOptions) ToQuery() *client.QueryParams
type AppManagementPolicyClient ¶
func NewAppManagementPolicyClientWithBaseURI ¶
func NewAppManagementPolicyClientWithBaseURI(sdkApi sdkEnv.Api) (*AppManagementPolicyClient, error)
func (AppManagementPolicyClient) AddAppManagementPolicyRef ¶
func (c AppManagementPolicyClient) AddAppManagementPolicyRef(ctx context.Context, id stable.ApplicationId, input stable.ReferenceCreate, options AddAppManagementPolicyRefOperationOptions) (result AddAppManagementPolicyRefOperationResponse, err error)
AddAppManagementPolicyRef - Assign appliesTo. Assign an appManagementPolicy policy object to an application or service principal object. The application or service principal adopts this policy over the tenant-wide tenantAppManagementPolicy setting. Only one policy object can be assigned to an application or service principal.
func (AppManagementPolicyClient) GetAppManagementPoliciesCount ¶
func (c AppManagementPolicyClient) GetAppManagementPoliciesCount(ctx context.Context, id stable.ApplicationId, options GetAppManagementPoliciesCountOperationOptions) (result GetAppManagementPoliciesCountOperationResponse, err error)
GetAppManagementPoliciesCount - Get the number of the resource
func (AppManagementPolicyClient) ListAppManagementPolicies ¶
func (c AppManagementPolicyClient) ListAppManagementPolicies(ctx context.Context, id stable.ApplicationId, options ListAppManagementPoliciesOperationOptions) (result ListAppManagementPoliciesOperationResponse, err error)
ListAppManagementPolicies - Get appManagementPolicies from applications. The appManagementPolicy applied to this application.
func (AppManagementPolicyClient) ListAppManagementPoliciesComplete ¶
func (c AppManagementPolicyClient) ListAppManagementPoliciesComplete(ctx context.Context, id stable.ApplicationId, options ListAppManagementPoliciesOperationOptions) (ListAppManagementPoliciesCompleteResult, error)
ListAppManagementPoliciesComplete retrieves all the results into a single object
func (AppManagementPolicyClient) ListAppManagementPoliciesCompleteMatchingPredicate ¶
func (c AppManagementPolicyClient) ListAppManagementPoliciesCompleteMatchingPredicate(ctx context.Context, id stable.ApplicationId, options ListAppManagementPoliciesOperationOptions, predicate AppManagementPolicyOperationPredicate) (result ListAppManagementPoliciesCompleteResult, err error)
ListAppManagementPoliciesCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (AppManagementPolicyClient) ListAppManagementPolicyRefs ¶
func (c AppManagementPolicyClient) ListAppManagementPolicyRefs(ctx context.Context, id stable.ApplicationId, options ListAppManagementPolicyRefsOperationOptions) (result ListAppManagementPolicyRefsOperationResponse, err error)
ListAppManagementPolicyRefs - Get ref of appManagementPolicies from applications. The appManagementPolicy applied to this application.
func (AppManagementPolicyClient) ListAppManagementPolicyRefsComplete ¶
func (c AppManagementPolicyClient) ListAppManagementPolicyRefsComplete(ctx context.Context, id stable.ApplicationId, options ListAppManagementPolicyRefsOperationOptions) (ListAppManagementPolicyRefsCompleteResult, error)
ListAppManagementPolicyRefsComplete retrieves all the results into a single object
func (AppManagementPolicyClient) ListAppManagementPolicyRefsCompleteMatchingPredicate ¶
func (c AppManagementPolicyClient) ListAppManagementPolicyRefsCompleteMatchingPredicate(ctx context.Context, id stable.ApplicationId, options ListAppManagementPolicyRefsOperationOptions, predicate DirectoryObjectOperationPredicate) (result ListAppManagementPolicyRefsCompleteResult, err error)
ListAppManagementPolicyRefsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (AppManagementPolicyClient) RemoveAppManagementPolicyRef ¶
func (c AppManagementPolicyClient) RemoveAppManagementPolicyRef(ctx context.Context, id stable.ApplicationIdAppManagementPolicyId, options RemoveAppManagementPolicyRefOperationOptions) (result RemoveAppManagementPolicyRefOperationResponse, err error)
RemoveAppManagementPolicyRef - Remove appliesTo. Remove an appManagementPolicy policy object from an application or service principal object. When you remove the appManagementPolicy, the application or service principal adopts the tenant-wide tenantAppManagementPolicy setting.
func (AppManagementPolicyClient) RemoveAppManagementPolicyRefs ¶
func (c AppManagementPolicyClient) RemoveAppManagementPolicyRefs(ctx context.Context, id stable.ApplicationId, options RemoveAppManagementPolicyRefsOperationOptions) (result RemoveAppManagementPolicyRefsOperationResponse, err error)
RemoveAppManagementPolicyRefs - Remove appliesTo. Remove an appManagementPolicy policy object from an application or service principal object. When you remove the appManagementPolicy, the application or service principal adopts the tenant-wide tenantAppManagementPolicy setting.
type AppManagementPolicyOperationPredicate ¶
type AppManagementPolicyOperationPredicate struct { }
func (AppManagementPolicyOperationPredicate) Matches ¶
func (p AppManagementPolicyOperationPredicate) Matches(input stable.AppManagementPolicy) bool
type DirectoryObjectOperationPredicate ¶
type DirectoryObjectOperationPredicate struct { }
func (DirectoryObjectOperationPredicate) Matches ¶
func (p DirectoryObjectOperationPredicate) Matches(input stable.DirectoryObject) bool
type GetAppManagementPoliciesCountOperationOptions ¶
type GetAppManagementPoliciesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetAppManagementPoliciesCountOperationOptions ¶
func DefaultGetAppManagementPoliciesCountOperationOptions() GetAppManagementPoliciesCountOperationOptions
func (GetAppManagementPoliciesCountOperationOptions) ToHeaders ¶
func (o GetAppManagementPoliciesCountOperationOptions) ToHeaders() *client.Headers
func (GetAppManagementPoliciesCountOperationOptions) ToOData ¶
func (o GetAppManagementPoliciesCountOperationOptions) ToOData() *odata.Query
func (GetAppManagementPoliciesCountOperationOptions) ToQuery ¶
func (o GetAppManagementPoliciesCountOperationOptions) ToQuery() *client.QueryParams
type ListAppManagementPoliciesCompleteResult ¶
type ListAppManagementPoliciesCompleteResult struct { LatestHttpResponse *http.Response Items []stable.AppManagementPolicy }
type ListAppManagementPoliciesCustomPager ¶
func (*ListAppManagementPoliciesCustomPager) NextPageLink ¶
func (p *ListAppManagementPoliciesCustomPager) NextPageLink() *odata.Link
type ListAppManagementPoliciesOperationOptions ¶
type ListAppManagementPoliciesOperationOptions 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 DefaultListAppManagementPoliciesOperationOptions ¶
func DefaultListAppManagementPoliciesOperationOptions() ListAppManagementPoliciesOperationOptions
func (ListAppManagementPoliciesOperationOptions) ToHeaders ¶
func (o ListAppManagementPoliciesOperationOptions) ToHeaders() *client.Headers
func (ListAppManagementPoliciesOperationOptions) ToOData ¶
func (o ListAppManagementPoliciesOperationOptions) ToOData() *odata.Query
func (ListAppManagementPoliciesOperationOptions) ToQuery ¶
func (o ListAppManagementPoliciesOperationOptions) ToQuery() *client.QueryParams
type ListAppManagementPolicyRefsCompleteResult ¶
type ListAppManagementPolicyRefsCompleteResult struct { LatestHttpResponse *http.Response Items []stable.DirectoryObject }
type ListAppManagementPolicyRefsCustomPager ¶
type ListAppManagementPolicyRefsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListAppManagementPolicyRefsCustomPager) NextPageLink ¶
func (p *ListAppManagementPolicyRefsCustomPager) NextPageLink() *odata.Link
type ListAppManagementPolicyRefsOperationOptions ¶
type ListAppManagementPolicyRefsOperationOptions struct { Count *bool Filter *string Metadata *odata.Metadata OrderBy *odata.OrderBy RetryFunc client.RequestRetryFunc Search *string Skip *int64 Top *int64 }
func DefaultListAppManagementPolicyRefsOperationOptions ¶
func DefaultListAppManagementPolicyRefsOperationOptions() ListAppManagementPolicyRefsOperationOptions
func (ListAppManagementPolicyRefsOperationOptions) ToHeaders ¶
func (o ListAppManagementPolicyRefsOperationOptions) ToHeaders() *client.Headers
func (ListAppManagementPolicyRefsOperationOptions) ToOData ¶
func (o ListAppManagementPolicyRefsOperationOptions) ToOData() *odata.Query
func (ListAppManagementPolicyRefsOperationOptions) ToQuery ¶
func (o ListAppManagementPolicyRefsOperationOptions) ToQuery() *client.QueryParams
type RemoveAppManagementPolicyRefOperationOptions ¶
type RemoveAppManagementPolicyRefOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultRemoveAppManagementPolicyRefOperationOptions ¶
func DefaultRemoveAppManagementPolicyRefOperationOptions() RemoveAppManagementPolicyRefOperationOptions
func (RemoveAppManagementPolicyRefOperationOptions) ToHeaders ¶
func (o RemoveAppManagementPolicyRefOperationOptions) ToHeaders() *client.Headers
func (RemoveAppManagementPolicyRefOperationOptions) ToOData ¶
func (o RemoveAppManagementPolicyRefOperationOptions) ToOData() *odata.Query
func (RemoveAppManagementPolicyRefOperationOptions) ToQuery ¶
func (o RemoveAppManagementPolicyRefOperationOptions) ToQuery() *client.QueryParams
type RemoveAppManagementPolicyRefsOperationOptions ¶
type RemoveAppManagementPolicyRefsOperationOptions struct { Id *string IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultRemoveAppManagementPolicyRefsOperationOptions ¶
func DefaultRemoveAppManagementPolicyRefsOperationOptions() RemoveAppManagementPolicyRefsOperationOptions
func (RemoveAppManagementPolicyRefsOperationOptions) ToHeaders ¶
func (o RemoveAppManagementPolicyRefsOperationOptions) ToHeaders() *client.Headers
func (RemoveAppManagementPolicyRefsOperationOptions) ToOData ¶
func (o RemoveAppManagementPolicyRefsOperationOptions) ToOData() *odata.Query
func (RemoveAppManagementPolicyRefsOperationOptions) ToQuery ¶
func (o RemoveAppManagementPolicyRefsOperationOptions) ToQuery() *client.QueryParams