Documentation ¶
Index ¶
- type DeleteSecurityInformationProtectionOperationOptions
- type DeleteSecurityInformationProtectionOperationResponse
- type GetSecurityInformationProtectionOperationOptions
- type GetSecurityInformationProtectionOperationResponse
- type SecurityInformationProtectionClient
- func (c SecurityInformationProtectionClient) DeleteSecurityInformationProtection(ctx context.Context, id beta.UserId, ...) (result DeleteSecurityInformationProtectionOperationResponse, err error)
- func (c SecurityInformationProtectionClient) GetSecurityInformationProtection(ctx context.Context, id beta.UserId, ...) (result GetSecurityInformationProtectionOperationResponse, err error)
- func (c SecurityInformationProtectionClient) UpdateSecurityInformationProtection(ctx context.Context, id beta.UserId, input beta.SecurityInformationProtection, ...) (result UpdateSecurityInformationProtectionOperationResponse, err error)
- type UpdateSecurityInformationProtectionOperationOptions
- type UpdateSecurityInformationProtectionOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteSecurityInformationProtectionOperationOptions ¶
type DeleteSecurityInformationProtectionOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteSecurityInformationProtectionOperationOptions ¶
func DefaultDeleteSecurityInformationProtectionOperationOptions() DeleteSecurityInformationProtectionOperationOptions
func (DeleteSecurityInformationProtectionOperationOptions) ToHeaders ¶
func (o DeleteSecurityInformationProtectionOperationOptions) ToHeaders() *client.Headers
func (DeleteSecurityInformationProtectionOperationOptions) ToOData ¶
func (o DeleteSecurityInformationProtectionOperationOptions) ToOData() *odata.Query
func (DeleteSecurityInformationProtectionOperationOptions) ToQuery ¶
func (o DeleteSecurityInformationProtectionOperationOptions) ToQuery() *client.QueryParams
type GetSecurityInformationProtectionOperationOptions ¶
type GetSecurityInformationProtectionOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetSecurityInformationProtectionOperationOptions ¶
func DefaultGetSecurityInformationProtectionOperationOptions() GetSecurityInformationProtectionOperationOptions
func (GetSecurityInformationProtectionOperationOptions) ToHeaders ¶
func (o GetSecurityInformationProtectionOperationOptions) ToHeaders() *client.Headers
func (GetSecurityInformationProtectionOperationOptions) ToOData ¶
func (o GetSecurityInformationProtectionOperationOptions) ToOData() *odata.Query
func (GetSecurityInformationProtectionOperationOptions) ToQuery ¶
func (o GetSecurityInformationProtectionOperationOptions) ToQuery() *client.QueryParams
type SecurityInformationProtectionClient ¶
func NewSecurityInformationProtectionClientWithBaseURI ¶
func NewSecurityInformationProtectionClientWithBaseURI(sdkApi sdkEnv.Api) (*SecurityInformationProtectionClient, error)
func (SecurityInformationProtectionClient) DeleteSecurityInformationProtection ¶
func (c SecurityInformationProtectionClient) DeleteSecurityInformationProtection(ctx context.Context, id beta.UserId, options DeleteSecurityInformationProtectionOperationOptions) (result DeleteSecurityInformationProtectionOperationResponse, err error)
DeleteSecurityInformationProtection - Delete navigation property informationProtection for users
func (SecurityInformationProtectionClient) GetSecurityInformationProtection ¶
func (c SecurityInformationProtectionClient) GetSecurityInformationProtection(ctx context.Context, id beta.UserId, options GetSecurityInformationProtectionOperationOptions) (result GetSecurityInformationProtectionOperationResponse, err error)
GetSecurityInformationProtection - Get informationProtection from users
func (SecurityInformationProtectionClient) UpdateSecurityInformationProtection ¶
func (c SecurityInformationProtectionClient) UpdateSecurityInformationProtection(ctx context.Context, id beta.UserId, input beta.SecurityInformationProtection, options UpdateSecurityInformationProtectionOperationOptions) (result UpdateSecurityInformationProtectionOperationResponse, err error)
UpdateSecurityInformationProtection - Update the navigation property informationProtection in users
type UpdateSecurityInformationProtectionOperationOptions ¶
type UpdateSecurityInformationProtectionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateSecurityInformationProtectionOperationOptions ¶
func DefaultUpdateSecurityInformationProtectionOperationOptions() UpdateSecurityInformationProtectionOperationOptions
func (UpdateSecurityInformationProtectionOperationOptions) ToHeaders ¶
func (o UpdateSecurityInformationProtectionOperationOptions) ToHeaders() *client.Headers
func (UpdateSecurityInformationProtectionOperationOptions) ToOData ¶
func (o UpdateSecurityInformationProtectionOperationOptions) ToOData() *odata.Query
func (UpdateSecurityInformationProtectionOperationOptions) ToQuery ¶
func (o UpdateSecurityInformationProtectionOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.