Documentation ¶
Index ¶
- type AuthenticationPlatformCredentialMethodClient
- func (c AuthenticationPlatformCredentialMethodClient) DeleteAuthenticationPlatformCredentialMethod(ctx context.Context, id beta.MeAuthenticationPlatformCredentialMethodId, ...) (result DeleteAuthenticationPlatformCredentialMethodOperationResponse, ...)
- func (c AuthenticationPlatformCredentialMethodClient) GetAuthenticationPlatformCredentialMethod(ctx context.Context, id beta.MeAuthenticationPlatformCredentialMethodId, ...) (result GetAuthenticationPlatformCredentialMethodOperationResponse, err error)
- func (c AuthenticationPlatformCredentialMethodClient) GetAuthenticationPlatformCredentialMethodsCount(ctx context.Context, ...) (result GetAuthenticationPlatformCredentialMethodsCountOperationResponse, ...)
- func (c AuthenticationPlatformCredentialMethodClient) ListAuthenticationPlatformCredentialMethods(ctx context.Context, ...) (result ListAuthenticationPlatformCredentialMethodsOperationResponse, err error)
- func (c AuthenticationPlatformCredentialMethodClient) ListAuthenticationPlatformCredentialMethodsComplete(ctx context.Context, ...) (ListAuthenticationPlatformCredentialMethodsCompleteResult, error)
- func (c AuthenticationPlatformCredentialMethodClient) ListAuthenticationPlatformCredentialMethodsCompleteMatchingPredicate(ctx context.Context, ...) (result ListAuthenticationPlatformCredentialMethodsCompleteResult, err error)
- type DeleteAuthenticationPlatformCredentialMethodOperationOptions
- type DeleteAuthenticationPlatformCredentialMethodOperationResponse
- type GetAuthenticationPlatformCredentialMethodOperationOptions
- type GetAuthenticationPlatformCredentialMethodOperationResponse
- type GetAuthenticationPlatformCredentialMethodsCountOperationOptions
- type GetAuthenticationPlatformCredentialMethodsCountOperationResponse
- type ListAuthenticationPlatformCredentialMethodsCompleteResult
- type ListAuthenticationPlatformCredentialMethodsCustomPager
- type ListAuthenticationPlatformCredentialMethodsOperationOptions
- type ListAuthenticationPlatformCredentialMethodsOperationResponse
- type PlatformCredentialAuthenticationMethodOperationPredicate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticationPlatformCredentialMethodClient ¶
func NewAuthenticationPlatformCredentialMethodClientWithBaseURI ¶
func NewAuthenticationPlatformCredentialMethodClientWithBaseURI(sdkApi sdkEnv.Api) (*AuthenticationPlatformCredentialMethodClient, error)
func (AuthenticationPlatformCredentialMethodClient) DeleteAuthenticationPlatformCredentialMethod ¶
func (c AuthenticationPlatformCredentialMethodClient) DeleteAuthenticationPlatformCredentialMethod(ctx context.Context, id beta.MeAuthenticationPlatformCredentialMethodId, options DeleteAuthenticationPlatformCredentialMethodOperationOptions) (result DeleteAuthenticationPlatformCredentialMethodOperationResponse, err error)
DeleteAuthenticationPlatformCredentialMethod - Delete navigation property platformCredentialMethods for me
func (AuthenticationPlatformCredentialMethodClient) GetAuthenticationPlatformCredentialMethod ¶
func (c AuthenticationPlatformCredentialMethodClient) GetAuthenticationPlatformCredentialMethod(ctx context.Context, id beta.MeAuthenticationPlatformCredentialMethodId, options GetAuthenticationPlatformCredentialMethodOperationOptions) (result GetAuthenticationPlatformCredentialMethodOperationResponse, err error)
GetAuthenticationPlatformCredentialMethod - Get platformCredentialAuthenticationMethod. Read the properties and relationships of a platformCredentialAuthenticationMethod object.
func (AuthenticationPlatformCredentialMethodClient) GetAuthenticationPlatformCredentialMethodsCount ¶
func (c AuthenticationPlatformCredentialMethodClient) GetAuthenticationPlatformCredentialMethodsCount(ctx context.Context, options GetAuthenticationPlatformCredentialMethodsCountOperationOptions) (result GetAuthenticationPlatformCredentialMethodsCountOperationResponse, err error)
GetAuthenticationPlatformCredentialMethodsCount - Get the number of the resource
func (AuthenticationPlatformCredentialMethodClient) ListAuthenticationPlatformCredentialMethods ¶
func (c AuthenticationPlatformCredentialMethodClient) ListAuthenticationPlatformCredentialMethods(ctx context.Context, options ListAuthenticationPlatformCredentialMethodsOperationOptions) (result ListAuthenticationPlatformCredentialMethodsOperationResponse, err error)
ListAuthenticationPlatformCredentialMethods - List platformCredentialAuthenticationMethods. Get a list of the platformCredentialAuthenticationMethod objects and their properties.
func (AuthenticationPlatformCredentialMethodClient) ListAuthenticationPlatformCredentialMethodsComplete ¶
func (c AuthenticationPlatformCredentialMethodClient) ListAuthenticationPlatformCredentialMethodsComplete(ctx context.Context, options ListAuthenticationPlatformCredentialMethodsOperationOptions) (ListAuthenticationPlatformCredentialMethodsCompleteResult, error)
ListAuthenticationPlatformCredentialMethodsComplete retrieves all the results into a single object
func (AuthenticationPlatformCredentialMethodClient) ListAuthenticationPlatformCredentialMethodsCompleteMatchingPredicate ¶
func (c AuthenticationPlatformCredentialMethodClient) ListAuthenticationPlatformCredentialMethodsCompleteMatchingPredicate(ctx context.Context, options ListAuthenticationPlatformCredentialMethodsOperationOptions, predicate PlatformCredentialAuthenticationMethodOperationPredicate) (result ListAuthenticationPlatformCredentialMethodsCompleteResult, err error)
ListAuthenticationPlatformCredentialMethodsCompleteMatchingPredicate retrieves all the results and then applies the predicate
type DeleteAuthenticationPlatformCredentialMethodOperationOptions ¶
type DeleteAuthenticationPlatformCredentialMethodOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteAuthenticationPlatformCredentialMethodOperationOptions ¶
func DefaultDeleteAuthenticationPlatformCredentialMethodOperationOptions() DeleteAuthenticationPlatformCredentialMethodOperationOptions
func (DeleteAuthenticationPlatformCredentialMethodOperationOptions) ToHeaders ¶
func (o DeleteAuthenticationPlatformCredentialMethodOperationOptions) ToHeaders() *client.Headers
func (DeleteAuthenticationPlatformCredentialMethodOperationOptions) ToOData ¶
func (o DeleteAuthenticationPlatformCredentialMethodOperationOptions) ToOData() *odata.Query
func (DeleteAuthenticationPlatformCredentialMethodOperationOptions) ToQuery ¶
func (o DeleteAuthenticationPlatformCredentialMethodOperationOptions) ToQuery() *client.QueryParams
type GetAuthenticationPlatformCredentialMethodOperationOptions ¶
type GetAuthenticationPlatformCredentialMethodOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetAuthenticationPlatformCredentialMethodOperationOptions ¶
func DefaultGetAuthenticationPlatformCredentialMethodOperationOptions() GetAuthenticationPlatformCredentialMethodOperationOptions
func (GetAuthenticationPlatformCredentialMethodOperationOptions) ToHeaders ¶
func (o GetAuthenticationPlatformCredentialMethodOperationOptions) ToHeaders() *client.Headers
func (GetAuthenticationPlatformCredentialMethodOperationOptions) ToOData ¶
func (o GetAuthenticationPlatformCredentialMethodOperationOptions) ToOData() *odata.Query
func (GetAuthenticationPlatformCredentialMethodOperationOptions) ToQuery ¶
func (o GetAuthenticationPlatformCredentialMethodOperationOptions) ToQuery() *client.QueryParams
type GetAuthenticationPlatformCredentialMethodsCountOperationOptions ¶
type GetAuthenticationPlatformCredentialMethodsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetAuthenticationPlatformCredentialMethodsCountOperationOptions ¶
func DefaultGetAuthenticationPlatformCredentialMethodsCountOperationOptions() GetAuthenticationPlatformCredentialMethodsCountOperationOptions
func (GetAuthenticationPlatformCredentialMethodsCountOperationOptions) ToHeaders ¶
func (o GetAuthenticationPlatformCredentialMethodsCountOperationOptions) ToHeaders() *client.Headers
func (GetAuthenticationPlatformCredentialMethodsCountOperationOptions) ToOData ¶
func (o GetAuthenticationPlatformCredentialMethodsCountOperationOptions) ToOData() *odata.Query
func (GetAuthenticationPlatformCredentialMethodsCountOperationOptions) ToQuery ¶
func (o GetAuthenticationPlatformCredentialMethodsCountOperationOptions) ToQuery() *client.QueryParams
type ListAuthenticationPlatformCredentialMethodsCompleteResult ¶
type ListAuthenticationPlatformCredentialMethodsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.PlatformCredentialAuthenticationMethod }
type ListAuthenticationPlatformCredentialMethodsCustomPager ¶
type ListAuthenticationPlatformCredentialMethodsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListAuthenticationPlatformCredentialMethodsCustomPager) NextPageLink ¶
func (p *ListAuthenticationPlatformCredentialMethodsCustomPager) NextPageLink() *odata.Link
type ListAuthenticationPlatformCredentialMethodsOperationOptions ¶
type ListAuthenticationPlatformCredentialMethodsOperationOptions 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 DefaultListAuthenticationPlatformCredentialMethodsOperationOptions ¶
func DefaultListAuthenticationPlatformCredentialMethodsOperationOptions() ListAuthenticationPlatformCredentialMethodsOperationOptions
func (ListAuthenticationPlatformCredentialMethodsOperationOptions) ToHeaders ¶
func (o ListAuthenticationPlatformCredentialMethodsOperationOptions) ToHeaders() *client.Headers
func (ListAuthenticationPlatformCredentialMethodsOperationOptions) ToOData ¶
func (o ListAuthenticationPlatformCredentialMethodsOperationOptions) ToOData() *odata.Query
func (ListAuthenticationPlatformCredentialMethodsOperationOptions) ToQuery ¶
func (o ListAuthenticationPlatformCredentialMethodsOperationOptions) ToQuery() *client.QueryParams
type PlatformCredentialAuthenticationMethodOperationPredicate ¶
type PlatformCredentialAuthenticationMethodOperationPredicate struct { }
func (PlatformCredentialAuthenticationMethodOperationPredicate) Matches ¶
func (p PlatformCredentialAuthenticationMethodOperationPredicate) Matches(input beta.PlatformCredentialAuthenticationMethod) bool