Documentation ¶
Index ¶
- type ApplicationTemplateClient
- func (c ApplicationTemplateClient) GetApplicationTemplate(ctx context.Context, id stable.ApplicationTemplateId, ...) (result GetApplicationTemplateOperationResponse, err error)
- func (c ApplicationTemplateClient) GetsCount(ctx context.Context, options GetsCountOperationOptions) (result GetsCountOperationResponse, err error)
- func (c ApplicationTemplateClient) Instantiate(ctx context.Context, id stable.ApplicationTemplateId, input InstantiateRequest, ...) (result InstantiateOperationResponse, err error)
- func (c ApplicationTemplateClient) ListApplicationTemplates(ctx context.Context, options ListApplicationTemplatesOperationOptions) (result ListApplicationTemplatesOperationResponse, err error)
- func (c ApplicationTemplateClient) ListApplicationTemplatesComplete(ctx context.Context, options ListApplicationTemplatesOperationOptions) (ListApplicationTemplatesCompleteResult, error)
- func (c ApplicationTemplateClient) ListApplicationTemplatesCompleteMatchingPredicate(ctx context.Context, options ListApplicationTemplatesOperationOptions, ...) (result ListApplicationTemplatesCompleteResult, err error)
- type ApplicationTemplateOperationPredicate
- type GetApplicationTemplateOperationOptions
- type GetApplicationTemplateOperationResponse
- type GetsCountOperationOptions
- type GetsCountOperationResponse
- type InstantiateOperationOptions
- type InstantiateOperationResponse
- type InstantiateRequest
- type ListApplicationTemplatesCompleteResult
- type ListApplicationTemplatesCustomPager
- type ListApplicationTemplatesOperationOptions
- type ListApplicationTemplatesOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationTemplateClient ¶
func NewApplicationTemplateClientWithBaseURI ¶
func NewApplicationTemplateClientWithBaseURI(sdkApi sdkEnv.Api) (*ApplicationTemplateClient, error)
func (ApplicationTemplateClient) GetApplicationTemplate ¶
func (c ApplicationTemplateClient) GetApplicationTemplate(ctx context.Context, id stable.ApplicationTemplateId, options GetApplicationTemplateOperationOptions) (result GetApplicationTemplateOperationResponse, err error)
GetApplicationTemplate - Get applicationTemplate. Retrieve the properties of an applicationTemplate object.
func (ApplicationTemplateClient) GetsCount ¶
func (c ApplicationTemplateClient) GetsCount(ctx context.Context, options GetsCountOperationOptions) (result GetsCountOperationResponse, err error)
GetsCount - Get the number of the resource
func (ApplicationTemplateClient) Instantiate ¶
func (c ApplicationTemplateClient) Instantiate(ctx context.Context, id stable.ApplicationTemplateId, input InstantiateRequest, options InstantiateOperationOptions) (result InstantiateOperationResponse, err error)
Instantiate - Invoke action instantiate. Add an instance of an application from the Microsoft Entra application gallery into your directory. The application template with ID 8adf8e6e-67b2-4cf2-a259-e3dc5476c621 can be used to add a non-gallery app that you can configure different single-sign on (SSO) modes like SAML SSO and password-based SSO.
func (ApplicationTemplateClient) ListApplicationTemplates ¶
func (c ApplicationTemplateClient) ListApplicationTemplates(ctx context.Context, options ListApplicationTemplatesOperationOptions) (result ListApplicationTemplatesOperationResponse, err error)
ListApplicationTemplates - List applicationTemplates. Retrieve a list of applicationTemplate objects from the Microsoft Entra application gallery.
func (ApplicationTemplateClient) ListApplicationTemplatesComplete ¶
func (c ApplicationTemplateClient) ListApplicationTemplatesComplete(ctx context.Context, options ListApplicationTemplatesOperationOptions) (ListApplicationTemplatesCompleteResult, error)
ListApplicationTemplatesComplete retrieves all the results into a single object
func (ApplicationTemplateClient) ListApplicationTemplatesCompleteMatchingPredicate ¶
func (c ApplicationTemplateClient) ListApplicationTemplatesCompleteMatchingPredicate(ctx context.Context, options ListApplicationTemplatesOperationOptions, predicate ApplicationTemplateOperationPredicate) (result ListApplicationTemplatesCompleteResult, err error)
ListApplicationTemplatesCompleteMatchingPredicate retrieves all the results and then applies the predicate
type ApplicationTemplateOperationPredicate ¶
type ApplicationTemplateOperationPredicate struct { }
func (ApplicationTemplateOperationPredicate) Matches ¶
func (p ApplicationTemplateOperationPredicate) Matches(input stable.ApplicationTemplate) bool
type GetApplicationTemplateOperationOptions ¶
type GetApplicationTemplateOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetApplicationTemplateOperationOptions ¶
func DefaultGetApplicationTemplateOperationOptions() GetApplicationTemplateOperationOptions
func (GetApplicationTemplateOperationOptions) ToHeaders ¶
func (o GetApplicationTemplateOperationOptions) ToHeaders() *client.Headers
func (GetApplicationTemplateOperationOptions) ToOData ¶
func (o GetApplicationTemplateOperationOptions) ToOData() *odata.Query
func (GetApplicationTemplateOperationOptions) ToQuery ¶
func (o GetApplicationTemplateOperationOptions) ToQuery() *client.QueryParams
type GetsCountOperationOptions ¶
type GetsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetsCountOperationOptions ¶
func DefaultGetsCountOperationOptions() GetsCountOperationOptions
func (GetsCountOperationOptions) ToHeaders ¶
func (o GetsCountOperationOptions) ToHeaders() *client.Headers
func (GetsCountOperationOptions) ToOData ¶
func (o GetsCountOperationOptions) ToOData() *odata.Query
func (GetsCountOperationOptions) ToQuery ¶
func (o GetsCountOperationOptions) ToQuery() *client.QueryParams
type InstantiateOperationOptions ¶
type InstantiateOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultInstantiateOperationOptions ¶
func DefaultInstantiateOperationOptions() InstantiateOperationOptions
func (InstantiateOperationOptions) ToHeaders ¶
func (o InstantiateOperationOptions) ToHeaders() *client.Headers
func (InstantiateOperationOptions) ToOData ¶
func (o InstantiateOperationOptions) ToOData() *odata.Query
func (InstantiateOperationOptions) ToQuery ¶
func (o InstantiateOperationOptions) ToQuery() *client.QueryParams
type InstantiateRequest ¶
type ListApplicationTemplatesCompleteResult ¶
type ListApplicationTemplatesCompleteResult struct { LatestHttpResponse *http.Response Items []stable.ApplicationTemplate }
type ListApplicationTemplatesCustomPager ¶
func (*ListApplicationTemplatesCustomPager) NextPageLink ¶
func (p *ListApplicationTemplatesCustomPager) NextPageLink() *odata.Link
type ListApplicationTemplatesOperationOptions ¶
type ListApplicationTemplatesOperationOptions 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 DefaultListApplicationTemplatesOperationOptions ¶
func DefaultListApplicationTemplatesOperationOptions() ListApplicationTemplatesOperationOptions
func (ListApplicationTemplatesOperationOptions) ToHeaders ¶
func (o ListApplicationTemplatesOperationOptions) ToHeaders() *client.Headers
func (ListApplicationTemplatesOperationOptions) ToOData ¶
func (o ListApplicationTemplatesOperationOptions) ToOData() *odata.Query
func (ListApplicationTemplatesOperationOptions) ToQuery ¶
func (o ListApplicationTemplatesOperationOptions) ToQuery() *client.QueryParams