Documentation ¶
Index ¶
- type DeleteSecurityInformationProtectionLabelPolicySettingOperationOptions
- func (o DeleteSecurityInformationProtectionLabelPolicySettingOperationOptions) ToHeaders() *client.Headers
- func (o DeleteSecurityInformationProtectionLabelPolicySettingOperationOptions) ToOData() *odata.Query
- func (o DeleteSecurityInformationProtectionLabelPolicySettingOperationOptions) ToQuery() *client.QueryParams
- type DeleteSecurityInformationProtectionLabelPolicySettingOperationResponse
- type GetSecurityInformationProtectionLabelPolicySettingOperationOptions
- func (o GetSecurityInformationProtectionLabelPolicySettingOperationOptions) ToHeaders() *client.Headers
- func (o GetSecurityInformationProtectionLabelPolicySettingOperationOptions) ToOData() *odata.Query
- func (o GetSecurityInformationProtectionLabelPolicySettingOperationOptions) ToQuery() *client.QueryParams
- type GetSecurityInformationProtectionLabelPolicySettingOperationResponse
- type SecurityInformationProtectionLabelPolicySettingClient
- func (c SecurityInformationProtectionLabelPolicySettingClient) DeleteSecurityInformationProtectionLabelPolicySetting(ctx context.Context, id beta.UserId, ...) (result DeleteSecurityInformationProtectionLabelPolicySettingOperationResponse, ...)
- func (c SecurityInformationProtectionLabelPolicySettingClient) GetSecurityInformationProtectionLabelPolicySetting(ctx context.Context, id beta.UserId, ...) (result GetSecurityInformationProtectionLabelPolicySettingOperationResponse, ...)
- func (c SecurityInformationProtectionLabelPolicySettingClient) UpdateSecurityInformationProtectionLabelPolicySetting(ctx context.Context, id beta.UserId, ...) (result UpdateSecurityInformationProtectionLabelPolicySettingOperationResponse, ...)
- type UpdateSecurityInformationProtectionLabelPolicySettingOperationOptions
- func (o UpdateSecurityInformationProtectionLabelPolicySettingOperationOptions) ToHeaders() *client.Headers
- func (o UpdateSecurityInformationProtectionLabelPolicySettingOperationOptions) ToOData() *odata.Query
- func (o UpdateSecurityInformationProtectionLabelPolicySettingOperationOptions) ToQuery() *client.QueryParams
- type UpdateSecurityInformationProtectionLabelPolicySettingOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteSecurityInformationProtectionLabelPolicySettingOperationOptions ¶
type DeleteSecurityInformationProtectionLabelPolicySettingOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteSecurityInformationProtectionLabelPolicySettingOperationOptions ¶
func DefaultDeleteSecurityInformationProtectionLabelPolicySettingOperationOptions() DeleteSecurityInformationProtectionLabelPolicySettingOperationOptions
func (DeleteSecurityInformationProtectionLabelPolicySettingOperationOptions) ToHeaders ¶
func (o DeleteSecurityInformationProtectionLabelPolicySettingOperationOptions) ToHeaders() *client.Headers
func (DeleteSecurityInformationProtectionLabelPolicySettingOperationOptions) ToOData ¶
func (o DeleteSecurityInformationProtectionLabelPolicySettingOperationOptions) ToOData() *odata.Query
func (DeleteSecurityInformationProtectionLabelPolicySettingOperationOptions) ToQuery ¶
func (o DeleteSecurityInformationProtectionLabelPolicySettingOperationOptions) ToQuery() *client.QueryParams
type GetSecurityInformationProtectionLabelPolicySettingOperationOptions ¶
type GetSecurityInformationProtectionLabelPolicySettingOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetSecurityInformationProtectionLabelPolicySettingOperationOptions ¶
func DefaultGetSecurityInformationProtectionLabelPolicySettingOperationOptions() GetSecurityInformationProtectionLabelPolicySettingOperationOptions
func (GetSecurityInformationProtectionLabelPolicySettingOperationOptions) ToHeaders ¶
func (o GetSecurityInformationProtectionLabelPolicySettingOperationOptions) ToHeaders() *client.Headers
func (GetSecurityInformationProtectionLabelPolicySettingOperationOptions) ToOData ¶
func (o GetSecurityInformationProtectionLabelPolicySettingOperationOptions) ToOData() *odata.Query
func (GetSecurityInformationProtectionLabelPolicySettingOperationOptions) ToQuery ¶
func (o GetSecurityInformationProtectionLabelPolicySettingOperationOptions) ToQuery() *client.QueryParams
type SecurityInformationProtectionLabelPolicySettingClient ¶
func NewSecurityInformationProtectionLabelPolicySettingClientWithBaseURI ¶
func NewSecurityInformationProtectionLabelPolicySettingClientWithBaseURI(sdkApi sdkEnv.Api) (*SecurityInformationProtectionLabelPolicySettingClient, error)
func (SecurityInformationProtectionLabelPolicySettingClient) DeleteSecurityInformationProtectionLabelPolicySetting ¶
func (c SecurityInformationProtectionLabelPolicySettingClient) DeleteSecurityInformationProtectionLabelPolicySetting(ctx context.Context, id beta.UserId, options DeleteSecurityInformationProtectionLabelPolicySettingOperationOptions) (result DeleteSecurityInformationProtectionLabelPolicySettingOperationResponse, err error)
DeleteSecurityInformationProtectionLabelPolicySetting - Delete navigation property labelPolicySettings for users
func (SecurityInformationProtectionLabelPolicySettingClient) GetSecurityInformationProtectionLabelPolicySetting ¶
func (c SecurityInformationProtectionLabelPolicySettingClient) GetSecurityInformationProtectionLabelPolicySetting(ctx context.Context, id beta.UserId, options GetSecurityInformationProtectionLabelPolicySettingOperationOptions) (result GetSecurityInformationProtectionLabelPolicySettingOperationResponse, err error)
GetSecurityInformationProtectionLabelPolicySetting - Get informationProtectionPolicySetting. Read the properties and relationships of an informationProtectionPolicySetting object. The settings exposed by this API should be used in applications to populate the moreInfoUrl property for Microsoft Purview Information Protection help, and indicate whether labeling is mandatory for the user and whether justification must be provided on downgrade.
func (SecurityInformationProtectionLabelPolicySettingClient) UpdateSecurityInformationProtectionLabelPolicySetting ¶
func (c SecurityInformationProtectionLabelPolicySettingClient) UpdateSecurityInformationProtectionLabelPolicySetting(ctx context.Context, id beta.UserId, input beta.SecurityInformationProtectionPolicySetting, options UpdateSecurityInformationProtectionLabelPolicySettingOperationOptions) (result UpdateSecurityInformationProtectionLabelPolicySettingOperationResponse, err error)
UpdateSecurityInformationProtectionLabelPolicySetting - Update the navigation property labelPolicySettings in users
type UpdateSecurityInformationProtectionLabelPolicySettingOperationOptions ¶
type UpdateSecurityInformationProtectionLabelPolicySettingOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateSecurityInformationProtectionLabelPolicySettingOperationOptions ¶
func DefaultUpdateSecurityInformationProtectionLabelPolicySettingOperationOptions() UpdateSecurityInformationProtectionLabelPolicySettingOperationOptions
func (UpdateSecurityInformationProtectionLabelPolicySettingOperationOptions) ToHeaders ¶
func (o UpdateSecurityInformationProtectionLabelPolicySettingOperationOptions) ToHeaders() *client.Headers
func (UpdateSecurityInformationProtectionLabelPolicySettingOperationOptions) ToOData ¶
func (o UpdateSecurityInformationProtectionLabelPolicySettingOperationOptions) ToOData() *odata.Query
func (UpdateSecurityInformationProtectionLabelPolicySettingOperationOptions) ToQuery ¶
func (o UpdateSecurityInformationProtectionLabelPolicySettingOperationOptions) ToQuery() *client.QueryParams