tokenlifetimepolicy

package
v0.20241104.1140654 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddTokenLifetimePolicyRefOperationOptions

type AddTokenLifetimePolicyRefOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultAddTokenLifetimePolicyRefOperationOptions

func DefaultAddTokenLifetimePolicyRefOperationOptions() AddTokenLifetimePolicyRefOperationOptions

func (AddTokenLifetimePolicyRefOperationOptions) ToHeaders

func (AddTokenLifetimePolicyRefOperationOptions) ToOData

func (AddTokenLifetimePolicyRefOperationOptions) ToQuery

type AddTokenLifetimePolicyRefOperationResponse

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

type DirectoryObjectOperationPredicate

type DirectoryObjectOperationPredicate struct {
}

func (DirectoryObjectOperationPredicate) Matches

type GetTokenLifetimePoliciesCountOperationOptions

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

func DefaultGetTokenLifetimePoliciesCountOperationOptions

func DefaultGetTokenLifetimePoliciesCountOperationOptions() GetTokenLifetimePoliciesCountOperationOptions

func (GetTokenLifetimePoliciesCountOperationOptions) ToHeaders

func (GetTokenLifetimePoliciesCountOperationOptions) ToOData

func (GetTokenLifetimePoliciesCountOperationOptions) ToQuery

type GetTokenLifetimePoliciesCountOperationResponse

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

type ListTokenLifetimePoliciesCompleteResult

type ListTokenLifetimePoliciesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.TokenLifetimePolicy
}

type ListTokenLifetimePoliciesCustomPager

type ListTokenLifetimePoliciesCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}
func (p *ListTokenLifetimePoliciesCustomPager) NextPageLink() *odata.Link

type ListTokenLifetimePoliciesOperationOptions

type ListTokenLifetimePoliciesOperationOptions 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 DefaultListTokenLifetimePoliciesOperationOptions

func DefaultListTokenLifetimePoliciesOperationOptions() ListTokenLifetimePoliciesOperationOptions

func (ListTokenLifetimePoliciesOperationOptions) ToHeaders

func (ListTokenLifetimePoliciesOperationOptions) ToOData

func (ListTokenLifetimePoliciesOperationOptions) ToQuery

type ListTokenLifetimePoliciesOperationResponse

type ListTokenLifetimePoliciesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.TokenLifetimePolicy
}

type ListTokenLifetimePolicyRefsCompleteResult

type ListTokenLifetimePolicyRefsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.DirectoryObject
}

type ListTokenLifetimePolicyRefsCustomPager

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

type ListTokenLifetimePolicyRefsOperationOptions

type ListTokenLifetimePolicyRefsOperationOptions struct {
	Count     *bool
	Filter    *string
	Metadata  *odata.Metadata
	OrderBy   *odata.OrderBy
	RetryFunc client.RequestRetryFunc
	Search    *string
	Skip      *int64
	Top       *int64
}

func DefaultListTokenLifetimePolicyRefsOperationOptions

func DefaultListTokenLifetimePolicyRefsOperationOptions() ListTokenLifetimePolicyRefsOperationOptions

func (ListTokenLifetimePolicyRefsOperationOptions) ToHeaders

func (ListTokenLifetimePolicyRefsOperationOptions) ToOData

func (ListTokenLifetimePolicyRefsOperationOptions) ToQuery

type ListTokenLifetimePolicyRefsOperationResponse

type ListTokenLifetimePolicyRefsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.DirectoryObject
}

type RemoveTokenLifetimePolicyRefOperationOptions

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

func DefaultRemoveTokenLifetimePolicyRefOperationOptions

func DefaultRemoveTokenLifetimePolicyRefOperationOptions() RemoveTokenLifetimePolicyRefOperationOptions

func (RemoveTokenLifetimePolicyRefOperationOptions) ToHeaders

func (RemoveTokenLifetimePolicyRefOperationOptions) ToOData

func (RemoveTokenLifetimePolicyRefOperationOptions) ToQuery

type RemoveTokenLifetimePolicyRefOperationResponse

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

type RemoveTokenLifetimePolicyRefsOperationOptions

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

func DefaultRemoveTokenLifetimePolicyRefsOperationOptions

func DefaultRemoveTokenLifetimePolicyRefsOperationOptions() RemoveTokenLifetimePolicyRefsOperationOptions

func (RemoveTokenLifetimePolicyRefsOperationOptions) ToHeaders

func (RemoveTokenLifetimePolicyRefsOperationOptions) ToOData

func (RemoveTokenLifetimePolicyRefsOperationOptions) ToQuery

type RemoveTokenLifetimePolicyRefsOperationResponse

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

type TokenLifetimePolicyClient

type TokenLifetimePolicyClient struct {
	Client *msgraph.Client
}

func NewTokenLifetimePolicyClientWithBaseURI

func NewTokenLifetimePolicyClientWithBaseURI(sdkApi sdkEnv.Api) (*TokenLifetimePolicyClient, error)

func (TokenLifetimePolicyClient) AddTokenLifetimePolicyRef

AddTokenLifetimePolicyRef - Assign tokenLifetimePolicy. Assign a tokenLifetimePolicy to an application or servicePrincipal. You can have multiple tokenLifetimePolicy policies in a tenant but can assign only one tokenLifetimePolicy per application.

func (TokenLifetimePolicyClient) GetTokenLifetimePoliciesCount

GetTokenLifetimePoliciesCount - Get the number of the resource

func (TokenLifetimePolicyClient) ListTokenLifetimePolicies

ListTokenLifetimePolicies - List assigned tokenLifetimePolicy. List the tokenLifetimePolicy objects that are assigned to an application or servicePrincipal. Only one object is returned in the collection because only one tokenLifetimePolicy can be assigned to an application.

func (TokenLifetimePolicyClient) ListTokenLifetimePoliciesComplete

ListTokenLifetimePoliciesComplete retrieves all the results into a single object

func (TokenLifetimePolicyClient) ListTokenLifetimePoliciesCompleteMatchingPredicate

ListTokenLifetimePoliciesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (TokenLifetimePolicyClient) ListTokenLifetimePolicyRefs

ListTokenLifetimePolicyRefs - List assigned tokenLifetimePolicy. List the tokenLifetimePolicy objects that are assigned to an application or servicePrincipal. Only one object is returned in the collection because only one tokenLifetimePolicy can be assigned to an application.

func (TokenLifetimePolicyClient) ListTokenLifetimePolicyRefsComplete

ListTokenLifetimePolicyRefsComplete retrieves all the results into a single object

func (TokenLifetimePolicyClient) ListTokenLifetimePolicyRefsCompleteMatchingPredicate

ListTokenLifetimePolicyRefsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (TokenLifetimePolicyClient) RemoveTokenLifetimePolicyRef

RemoveTokenLifetimePolicyRef - Remove tokenLifetimePolicy. Remove a tokenLifetimePolicy from an application or servicePrincipal.

func (TokenLifetimePolicyClient) RemoveTokenLifetimePolicyRefs

RemoveTokenLifetimePolicyRefs - Remove tokenLifetimePolicy. Remove a tokenLifetimePolicy from an application or servicePrincipal.

type TokenLifetimePolicyOperationPredicate

type TokenLifetimePolicyOperationPredicate struct {
}

func (TokenLifetimePolicyOperationPredicate) Matches

Jump to

Keyboard shortcuts

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