Documentation ¶
Index ¶
- type AppConsentAppConsentRequestClient
- func (c AppConsentAppConsentRequestClient) CreateAppConsentRequest(ctx context.Context, input beta.AppConsentRequest, ...) (result CreateAppConsentRequestOperationResponse, err error)
- func (c AppConsentAppConsentRequestClient) DeleteAppConsentRequest(ctx context.Context, id beta.IdentityGovernanceAppConsentAppConsentRequestId, ...) (result DeleteAppConsentRequestOperationResponse, err error)
- func (c AppConsentAppConsentRequestClient) GetAppConsentRequest(ctx context.Context, id beta.IdentityGovernanceAppConsentAppConsentRequestId, ...) (result GetAppConsentRequestOperationResponse, err error)
- func (c AppConsentAppConsentRequestClient) GetAppConsentRequestsCount(ctx context.Context, options GetAppConsentRequestsCountOperationOptions) (result GetAppConsentRequestsCountOperationResponse, err error)
- func (c AppConsentAppConsentRequestClient) ListAppConsentRequests(ctx context.Context, options ListAppConsentRequestsOperationOptions) (result ListAppConsentRequestsOperationResponse, err error)
- func (c AppConsentAppConsentRequestClient) ListAppConsentRequestsComplete(ctx context.Context, options ListAppConsentRequestsOperationOptions) (ListAppConsentRequestsCompleteResult, error)
- func (c AppConsentAppConsentRequestClient) ListAppConsentRequestsCompleteMatchingPredicate(ctx context.Context, options ListAppConsentRequestsOperationOptions, ...) (result ListAppConsentRequestsCompleteResult, err error)
- func (c AppConsentAppConsentRequestClient) UpdateAppConsentRequest(ctx context.Context, id beta.IdentityGovernanceAppConsentAppConsentRequestId, ...) (result UpdateAppConsentRequestOperationResponse, err error)
- type AppConsentRequestOperationPredicate
- type CreateAppConsentRequestOperationOptions
- type CreateAppConsentRequestOperationResponse
- type DeleteAppConsentRequestOperationOptions
- type DeleteAppConsentRequestOperationResponse
- type GetAppConsentRequestOperationOptions
- type GetAppConsentRequestOperationResponse
- type GetAppConsentRequestsCountOperationOptions
- type GetAppConsentRequestsCountOperationResponse
- type ListAppConsentRequestsCompleteResult
- type ListAppConsentRequestsCustomPager
- type ListAppConsentRequestsOperationOptions
- type ListAppConsentRequestsOperationResponse
- type UpdateAppConsentRequestOperationOptions
- type UpdateAppConsentRequestOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppConsentAppConsentRequestClient ¶
func NewAppConsentAppConsentRequestClientWithBaseURI ¶
func NewAppConsentAppConsentRequestClientWithBaseURI(sdkApi sdkEnv.Api) (*AppConsentAppConsentRequestClient, error)
func (AppConsentAppConsentRequestClient) CreateAppConsentRequest ¶
func (c AppConsentAppConsentRequestClient) CreateAppConsentRequest(ctx context.Context, input beta.AppConsentRequest, options CreateAppConsentRequestOperationOptions) (result CreateAppConsentRequestOperationResponse, err error)
CreateAppConsentRequest - Create new navigation property to appConsentRequests for identityGovernance
func (AppConsentAppConsentRequestClient) DeleteAppConsentRequest ¶
func (c AppConsentAppConsentRequestClient) DeleteAppConsentRequest(ctx context.Context, id beta.IdentityGovernanceAppConsentAppConsentRequestId, options DeleteAppConsentRequestOperationOptions) (result DeleteAppConsentRequestOperationResponse, err error)
DeleteAppConsentRequest - Delete navigation property appConsentRequests for identityGovernance
func (AppConsentAppConsentRequestClient) GetAppConsentRequest ¶
func (c AppConsentAppConsentRequestClient) GetAppConsentRequest(ctx context.Context, id beta.IdentityGovernanceAppConsentAppConsentRequestId, options GetAppConsentRequestOperationOptions) (result GetAppConsentRequestOperationResponse, err error)
GetAppConsentRequest - Get appConsentRequest. Read the properties and relationships of an appConsentRequest object.
func (AppConsentAppConsentRequestClient) GetAppConsentRequestsCount ¶
func (c AppConsentAppConsentRequestClient) GetAppConsentRequestsCount(ctx context.Context, options GetAppConsentRequestsCountOperationOptions) (result GetAppConsentRequestsCountOperationResponse, err error)
GetAppConsentRequestsCount - Get the number of the resource
func (AppConsentAppConsentRequestClient) ListAppConsentRequests ¶
func (c AppConsentAppConsentRequestClient) ListAppConsentRequests(ctx context.Context, options ListAppConsentRequestsOperationOptions) (result ListAppConsentRequestsOperationResponse, err error)
ListAppConsentRequests - List appConsentRequests. Retrieve appConsentRequest objects and their properties.
func (AppConsentAppConsentRequestClient) ListAppConsentRequestsComplete ¶
func (c AppConsentAppConsentRequestClient) ListAppConsentRequestsComplete(ctx context.Context, options ListAppConsentRequestsOperationOptions) (ListAppConsentRequestsCompleteResult, error)
ListAppConsentRequestsComplete retrieves all the results into a single object
func (AppConsentAppConsentRequestClient) ListAppConsentRequestsCompleteMatchingPredicate ¶
func (c AppConsentAppConsentRequestClient) ListAppConsentRequestsCompleteMatchingPredicate(ctx context.Context, options ListAppConsentRequestsOperationOptions, predicate AppConsentRequestOperationPredicate) (result ListAppConsentRequestsCompleteResult, err error)
ListAppConsentRequestsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (AppConsentAppConsentRequestClient) UpdateAppConsentRequest ¶
func (c AppConsentAppConsentRequestClient) UpdateAppConsentRequest(ctx context.Context, id beta.IdentityGovernanceAppConsentAppConsentRequestId, input beta.AppConsentRequest, options UpdateAppConsentRequestOperationOptions) (result UpdateAppConsentRequestOperationResponse, err error)
UpdateAppConsentRequest - Update the navigation property appConsentRequests in identityGovernance
type AppConsentRequestOperationPredicate ¶
type AppConsentRequestOperationPredicate struct { }
func (AppConsentRequestOperationPredicate) Matches ¶
func (p AppConsentRequestOperationPredicate) Matches(input beta.AppConsentRequest) bool
type CreateAppConsentRequestOperationOptions ¶
type CreateAppConsentRequestOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateAppConsentRequestOperationOptions ¶
func DefaultCreateAppConsentRequestOperationOptions() CreateAppConsentRequestOperationOptions
func (CreateAppConsentRequestOperationOptions) ToHeaders ¶
func (o CreateAppConsentRequestOperationOptions) ToHeaders() *client.Headers
func (CreateAppConsentRequestOperationOptions) ToOData ¶
func (o CreateAppConsentRequestOperationOptions) ToOData() *odata.Query
func (CreateAppConsentRequestOperationOptions) ToQuery ¶
func (o CreateAppConsentRequestOperationOptions) ToQuery() *client.QueryParams
type DeleteAppConsentRequestOperationOptions ¶
type DeleteAppConsentRequestOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteAppConsentRequestOperationOptions ¶
func DefaultDeleteAppConsentRequestOperationOptions() DeleteAppConsentRequestOperationOptions
func (DeleteAppConsentRequestOperationOptions) ToHeaders ¶
func (o DeleteAppConsentRequestOperationOptions) ToHeaders() *client.Headers
func (DeleteAppConsentRequestOperationOptions) ToOData ¶
func (o DeleteAppConsentRequestOperationOptions) ToOData() *odata.Query
func (DeleteAppConsentRequestOperationOptions) ToQuery ¶
func (o DeleteAppConsentRequestOperationOptions) ToQuery() *client.QueryParams
type GetAppConsentRequestOperationOptions ¶
type GetAppConsentRequestOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetAppConsentRequestOperationOptions ¶
func DefaultGetAppConsentRequestOperationOptions() GetAppConsentRequestOperationOptions
func (GetAppConsentRequestOperationOptions) ToHeaders ¶
func (o GetAppConsentRequestOperationOptions) ToHeaders() *client.Headers
func (GetAppConsentRequestOperationOptions) ToOData ¶
func (o GetAppConsentRequestOperationOptions) ToOData() *odata.Query
func (GetAppConsentRequestOperationOptions) ToQuery ¶
func (o GetAppConsentRequestOperationOptions) ToQuery() *client.QueryParams
type GetAppConsentRequestsCountOperationOptions ¶
type GetAppConsentRequestsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetAppConsentRequestsCountOperationOptions ¶
func DefaultGetAppConsentRequestsCountOperationOptions() GetAppConsentRequestsCountOperationOptions
func (GetAppConsentRequestsCountOperationOptions) ToHeaders ¶
func (o GetAppConsentRequestsCountOperationOptions) ToHeaders() *client.Headers
func (GetAppConsentRequestsCountOperationOptions) ToOData ¶
func (o GetAppConsentRequestsCountOperationOptions) ToOData() *odata.Query
func (GetAppConsentRequestsCountOperationOptions) ToQuery ¶
func (o GetAppConsentRequestsCountOperationOptions) ToQuery() *client.QueryParams
type ListAppConsentRequestsCompleteResult ¶
type ListAppConsentRequestsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.AppConsentRequest }
type ListAppConsentRequestsCustomPager ¶
func (*ListAppConsentRequestsCustomPager) NextPageLink ¶
func (p *ListAppConsentRequestsCustomPager) NextPageLink() *odata.Link
type ListAppConsentRequestsOperationOptions ¶
type ListAppConsentRequestsOperationOptions 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 DefaultListAppConsentRequestsOperationOptions ¶
func DefaultListAppConsentRequestsOperationOptions() ListAppConsentRequestsOperationOptions
func (ListAppConsentRequestsOperationOptions) ToHeaders ¶
func (o ListAppConsentRequestsOperationOptions) ToHeaders() *client.Headers
func (ListAppConsentRequestsOperationOptions) ToOData ¶
func (o ListAppConsentRequestsOperationOptions) ToOData() *odata.Query
func (ListAppConsentRequestsOperationOptions) ToQuery ¶
func (o ListAppConsentRequestsOperationOptions) ToQuery() *client.QueryParams
type UpdateAppConsentRequestOperationOptions ¶
type UpdateAppConsentRequestOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateAppConsentRequestOperationOptions ¶
func DefaultUpdateAppConsentRequestOperationOptions() UpdateAppConsentRequestOperationOptions
func (UpdateAppConsentRequestOperationOptions) ToHeaders ¶
func (o UpdateAppConsentRequestOperationOptions) ToHeaders() *client.Headers
func (UpdateAppConsentRequestOperationOptions) ToOData ¶
func (o UpdateAppConsentRequestOperationOptions) ToOData() *odata.Query
func (UpdateAppConsentRequestOperationOptions) ToQuery ¶
func (o UpdateAppConsentRequestOperationOptions) ToQuery() *client.QueryParams