Documentation ¶
Index ¶
- type DeleteSlaAzureADAuthenticationOperationOptions
- type DeleteSlaAzureADAuthenticationOperationResponse
- type GetSlaAzureADAuthenticationOperationOptions
- type GetSlaAzureADAuthenticationOperationResponse
- type SlaAzureADAuthenticationClient
- func (c SlaAzureADAuthenticationClient) DeleteSlaAzureADAuthentication(ctx context.Context, options DeleteSlaAzureADAuthenticationOperationOptions) (result DeleteSlaAzureADAuthenticationOperationResponse, err error)
- func (c SlaAzureADAuthenticationClient) GetSlaAzureADAuthentication(ctx context.Context, options GetSlaAzureADAuthenticationOperationOptions) (result GetSlaAzureADAuthenticationOperationResponse, err error)
- func (c SlaAzureADAuthenticationClient) UpdateSlaAzureADAuthentication(ctx context.Context, input beta.AzureADAuthentication, ...) (result UpdateSlaAzureADAuthenticationOperationResponse, err error)
- type UpdateSlaAzureADAuthenticationOperationOptions
- type UpdateSlaAzureADAuthenticationOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteSlaAzureADAuthenticationOperationOptions ¶
type DeleteSlaAzureADAuthenticationOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteSlaAzureADAuthenticationOperationOptions ¶
func DefaultDeleteSlaAzureADAuthenticationOperationOptions() DeleteSlaAzureADAuthenticationOperationOptions
func (DeleteSlaAzureADAuthenticationOperationOptions) ToHeaders ¶
func (o DeleteSlaAzureADAuthenticationOperationOptions) ToHeaders() *client.Headers
func (DeleteSlaAzureADAuthenticationOperationOptions) ToOData ¶
func (o DeleteSlaAzureADAuthenticationOperationOptions) ToOData() *odata.Query
func (DeleteSlaAzureADAuthenticationOperationOptions) ToQuery ¶
func (o DeleteSlaAzureADAuthenticationOperationOptions) ToQuery() *client.QueryParams
type GetSlaAzureADAuthenticationOperationOptions ¶
type GetSlaAzureADAuthenticationOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetSlaAzureADAuthenticationOperationOptions ¶
func DefaultGetSlaAzureADAuthenticationOperationOptions() GetSlaAzureADAuthenticationOperationOptions
func (GetSlaAzureADAuthenticationOperationOptions) ToHeaders ¶
func (o GetSlaAzureADAuthenticationOperationOptions) ToHeaders() *client.Headers
func (GetSlaAzureADAuthenticationOperationOptions) ToOData ¶
func (o GetSlaAzureADAuthenticationOperationOptions) ToOData() *odata.Query
func (GetSlaAzureADAuthenticationOperationOptions) ToQuery ¶
func (o GetSlaAzureADAuthenticationOperationOptions) ToQuery() *client.QueryParams
type SlaAzureADAuthenticationClient ¶
func NewSlaAzureADAuthenticationClientWithBaseURI ¶
func NewSlaAzureADAuthenticationClientWithBaseURI(sdkApi sdkEnv.Api) (*SlaAzureADAuthenticationClient, error)
func (SlaAzureADAuthenticationClient) DeleteSlaAzureADAuthentication ¶
func (c SlaAzureADAuthenticationClient) DeleteSlaAzureADAuthentication(ctx context.Context, options DeleteSlaAzureADAuthenticationOperationOptions) (result DeleteSlaAzureADAuthenticationOperationResponse, err error)
DeleteSlaAzureADAuthentication - Delete navigation property azureADAuthentication for reports
func (SlaAzureADAuthenticationClient) GetSlaAzureADAuthentication ¶
func (c SlaAzureADAuthenticationClient) GetSlaAzureADAuthentication(ctx context.Context, options GetSlaAzureADAuthenticationOperationOptions) (result GetSlaAzureADAuthenticationOperationResponse, err error)
GetSlaAzureADAuthentication - Get azureADAuthentication. Read the properties and relationships of an azureADAuthentication object to find the level of Microsoft Entra authentication availability for your tenant. The Microsoft Entra service Level Agreement (SLA) commits to at least 99.99% authentication availability, as described in Microsoft Entra SLA performance. This object provides you with your tenant's actual performance against this commitment.
func (SlaAzureADAuthenticationClient) UpdateSlaAzureADAuthentication ¶
func (c SlaAzureADAuthenticationClient) UpdateSlaAzureADAuthentication(ctx context.Context, input beta.AzureADAuthentication, options UpdateSlaAzureADAuthenticationOperationOptions) (result UpdateSlaAzureADAuthenticationOperationResponse, err error)
UpdateSlaAzureADAuthentication - Update the navigation property azureADAuthentication in reports
type UpdateSlaAzureADAuthenticationOperationOptions ¶
type UpdateSlaAzureADAuthenticationOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateSlaAzureADAuthenticationOperationOptions ¶
func DefaultUpdateSlaAzureADAuthenticationOperationOptions() UpdateSlaAzureADAuthenticationOperationOptions
func (UpdateSlaAzureADAuthenticationOperationOptions) ToHeaders ¶
func (o UpdateSlaAzureADAuthenticationOperationOptions) ToHeaders() *client.Headers
func (UpdateSlaAzureADAuthenticationOperationOptions) ToOData ¶
func (o UpdateSlaAzureADAuthenticationOperationOptions) ToOData() *odata.Query
func (UpdateSlaAzureADAuthenticationOperationOptions) ToQuery ¶
func (o UpdateSlaAzureADAuthenticationOperationOptions) ToQuery() *client.QueryParams