appmanagementpolicy

package
v0.20241118.1115603 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2024 License: MPL-2.0 Imports: 9 Imported by: 1

Documentation

Index

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 (AddAppManagementPolicyRefOperationOptions) ToOData

func (AddAppManagementPolicyRefOperationOptions) ToQuery

type AddAppManagementPolicyRefOperationResponse

type AddAppManagementPolicyRefOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type AppManagementPolicyClient

type AppManagementPolicyClient struct {
	Client *msgraph.Client
}

func NewAppManagementPolicyClientWithBaseURI

func NewAppManagementPolicyClientWithBaseURI(sdkApi sdkEnv.Api) (*AppManagementPolicyClient, error)

func (AppManagementPolicyClient) AddAppManagementPolicyRef

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

GetAppManagementPoliciesCount - Get the number of the resource

func (AppManagementPolicyClient) ListAppManagementPolicies

ListAppManagementPolicies - Get appManagementPolicies from applications. The appManagementPolicy applied to this application.

func (AppManagementPolicyClient) ListAppManagementPoliciesComplete

ListAppManagementPoliciesComplete retrieves all the results into a single object

func (AppManagementPolicyClient) ListAppManagementPoliciesCompleteMatchingPredicate

ListAppManagementPoliciesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (AppManagementPolicyClient) ListAppManagementPolicyRefs

ListAppManagementPolicyRefs - Get ref of appManagementPolicies from applications. The appManagementPolicy applied to this application.

func (AppManagementPolicyClient) ListAppManagementPolicyRefsComplete

ListAppManagementPolicyRefsComplete retrieves all the results into a single object

func (AppManagementPolicyClient) ListAppManagementPolicyRefsCompleteMatchingPredicate

ListAppManagementPolicyRefsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (AppManagementPolicyClient) RemoveAppManagementPolicyRef

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

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

type DirectoryObjectOperationPredicate

type DirectoryObjectOperationPredicate struct {
}

func (DirectoryObjectOperationPredicate) Matches

type GetAppManagementPoliciesCountOperationOptions

type GetAppManagementPoliciesCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func DefaultGetAppManagementPoliciesCountOperationOptions

func DefaultGetAppManagementPoliciesCountOperationOptions() GetAppManagementPoliciesCountOperationOptions

func (GetAppManagementPoliciesCountOperationOptions) ToHeaders

func (GetAppManagementPoliciesCountOperationOptions) ToOData

func (GetAppManagementPoliciesCountOperationOptions) ToQuery

type GetAppManagementPoliciesCountOperationResponse

type GetAppManagementPoliciesCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

type ListAppManagementPoliciesCompleteResult

type ListAppManagementPoliciesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.AppManagementPolicy
}

type ListAppManagementPoliciesCustomPager

type ListAppManagementPoliciesCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}
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 (ListAppManagementPoliciesOperationOptions) ToOData

func (ListAppManagementPoliciesOperationOptions) ToQuery

type ListAppManagementPoliciesOperationResponse

type ListAppManagementPoliciesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.AppManagementPolicy
}

type ListAppManagementPolicyRefsCompleteResult

type ListAppManagementPolicyRefsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.DirectoryObject
}

type ListAppManagementPolicyRefsCustomPager

type ListAppManagementPolicyRefsCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}

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 (ListAppManagementPolicyRefsOperationOptions) ToOData

func (ListAppManagementPolicyRefsOperationOptions) ToQuery

type ListAppManagementPolicyRefsOperationResponse

type ListAppManagementPolicyRefsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.DirectoryObject
}

type RemoveAppManagementPolicyRefOperationOptions

type RemoveAppManagementPolicyRefOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultRemoveAppManagementPolicyRefOperationOptions

func DefaultRemoveAppManagementPolicyRefOperationOptions() RemoveAppManagementPolicyRefOperationOptions

func (RemoveAppManagementPolicyRefOperationOptions) ToHeaders

func (RemoveAppManagementPolicyRefOperationOptions) ToOData

func (RemoveAppManagementPolicyRefOperationOptions) ToQuery

type RemoveAppManagementPolicyRefOperationResponse

type RemoveAppManagementPolicyRefOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type RemoveAppManagementPolicyRefsOperationOptions

type RemoveAppManagementPolicyRefsOperationOptions struct {
	Id        *string
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultRemoveAppManagementPolicyRefsOperationOptions

func DefaultRemoveAppManagementPolicyRefsOperationOptions() RemoveAppManagementPolicyRefsOperationOptions

func (RemoveAppManagementPolicyRefsOperationOptions) ToHeaders

func (RemoveAppManagementPolicyRefsOperationOptions) ToOData

func (RemoveAppManagementPolicyRefsOperationOptions) ToQuery

type RemoveAppManagementPolicyRefsOperationResponse

type RemoveAppManagementPolicyRefsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

Jump to

Keyboard shortcuts

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