Documentation ¶
Index ¶
- type DeleteSecurityInformationProtectionSensitivityLabelParentOperationOptions
- func (o DeleteSecurityInformationProtectionSensitivityLabelParentOperationOptions) ToHeaders() *client.Headers
- func (o DeleteSecurityInformationProtectionSensitivityLabelParentOperationOptions) ToOData() *odata.Query
- func (o DeleteSecurityInformationProtectionSensitivityLabelParentOperationOptions) ToQuery() *client.QueryParams
- type DeleteSecurityInformationProtectionSensitivityLabelParentOperationResponse
- type GetSecurityInformationProtectionSensitivityLabelParentOperationOptions
- func (o GetSecurityInformationProtectionSensitivityLabelParentOperationOptions) ToHeaders() *client.Headers
- func (o GetSecurityInformationProtectionSensitivityLabelParentOperationOptions) ToOData() *odata.Query
- func (o GetSecurityInformationProtectionSensitivityLabelParentOperationOptions) ToQuery() *client.QueryParams
- type GetSecurityInformationProtectionSensitivityLabelParentOperationResponse
- type SecurityInformationProtectionSensitivityLabelParentClient
- func (c SecurityInformationProtectionSensitivityLabelParentClient) DeleteSecurityInformationProtectionSensitivityLabelParent(ctx context.Context, id beta.MeSecurityInformationProtectionSensitivityLabelId, ...) (...)
- func (c SecurityInformationProtectionSensitivityLabelParentClient) GetSecurityInformationProtectionSensitivityLabelParent(ctx context.Context, id beta.MeSecurityInformationProtectionSensitivityLabelId, ...) (result GetSecurityInformationProtectionSensitivityLabelParentOperationResponse, ...)
- func (c SecurityInformationProtectionSensitivityLabelParentClient) UpdateSecurityInformationProtectionSensitivityLabelParent(ctx context.Context, id beta.MeSecurityInformationProtectionSensitivityLabelId, ...) (...)
- type UpdateSecurityInformationProtectionSensitivityLabelParentOperationOptions
- func (o UpdateSecurityInformationProtectionSensitivityLabelParentOperationOptions) ToHeaders() *client.Headers
- func (o UpdateSecurityInformationProtectionSensitivityLabelParentOperationOptions) ToOData() *odata.Query
- func (o UpdateSecurityInformationProtectionSensitivityLabelParentOperationOptions) ToQuery() *client.QueryParams
- type UpdateSecurityInformationProtectionSensitivityLabelParentOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteSecurityInformationProtectionSensitivityLabelParentOperationOptions ¶
type DeleteSecurityInformationProtectionSensitivityLabelParentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteSecurityInformationProtectionSensitivityLabelParentOperationOptions ¶
func DefaultDeleteSecurityInformationProtectionSensitivityLabelParentOperationOptions() DeleteSecurityInformationProtectionSensitivityLabelParentOperationOptions
func (DeleteSecurityInformationProtectionSensitivityLabelParentOperationOptions) ToHeaders ¶
func (o DeleteSecurityInformationProtectionSensitivityLabelParentOperationOptions) ToHeaders() *client.Headers
func (DeleteSecurityInformationProtectionSensitivityLabelParentOperationOptions) ToOData ¶
func (o DeleteSecurityInformationProtectionSensitivityLabelParentOperationOptions) ToOData() *odata.Query
type GetSecurityInformationProtectionSensitivityLabelParentOperationOptions ¶
type GetSecurityInformationProtectionSensitivityLabelParentOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetSecurityInformationProtectionSensitivityLabelParentOperationOptions ¶
func DefaultGetSecurityInformationProtectionSensitivityLabelParentOperationOptions() GetSecurityInformationProtectionSensitivityLabelParentOperationOptions
func (GetSecurityInformationProtectionSensitivityLabelParentOperationOptions) ToHeaders ¶
func (o GetSecurityInformationProtectionSensitivityLabelParentOperationOptions) ToHeaders() *client.Headers
func (GetSecurityInformationProtectionSensitivityLabelParentOperationOptions) ToOData ¶
func (o GetSecurityInformationProtectionSensitivityLabelParentOperationOptions) ToOData() *odata.Query
func (GetSecurityInformationProtectionSensitivityLabelParentOperationOptions) ToQuery ¶
func (o GetSecurityInformationProtectionSensitivityLabelParentOperationOptions) ToQuery() *client.QueryParams
type SecurityInformationProtectionSensitivityLabelParentClient ¶
func NewSecurityInformationProtectionSensitivityLabelParentClientWithBaseURI ¶
func NewSecurityInformationProtectionSensitivityLabelParentClientWithBaseURI(sdkApi sdkEnv.Api) (*SecurityInformationProtectionSensitivityLabelParentClient, error)
func (SecurityInformationProtectionSensitivityLabelParentClient) DeleteSecurityInformationProtectionSensitivityLabelParent ¶
func (c SecurityInformationProtectionSensitivityLabelParentClient) DeleteSecurityInformationProtectionSensitivityLabelParent(ctx context.Context, id beta.MeSecurityInformationProtectionSensitivityLabelId, options DeleteSecurityInformationProtectionSensitivityLabelParentOperationOptions) (result DeleteSecurityInformationProtectionSensitivityLabelParentOperationResponse, err error)
DeleteSecurityInformationProtectionSensitivityLabelParent - Delete navigation property parent for me
func (SecurityInformationProtectionSensitivityLabelParentClient) GetSecurityInformationProtectionSensitivityLabelParent ¶
func (c SecurityInformationProtectionSensitivityLabelParentClient) GetSecurityInformationProtectionSensitivityLabelParent(ctx context.Context, id beta.MeSecurityInformationProtectionSensitivityLabelId, options GetSecurityInformationProtectionSensitivityLabelParentOperationOptions) (result GetSecurityInformationProtectionSensitivityLabelParentOperationResponse, err error)
GetSecurityInformationProtectionSensitivityLabelParent - Get parent from me. The parent label associated with a child label. Null if the label has no parent.
func (SecurityInformationProtectionSensitivityLabelParentClient) UpdateSecurityInformationProtectionSensitivityLabelParent ¶
func (c SecurityInformationProtectionSensitivityLabelParentClient) UpdateSecurityInformationProtectionSensitivityLabelParent(ctx context.Context, id beta.MeSecurityInformationProtectionSensitivityLabelId, input beta.SecuritySensitivityLabel, options UpdateSecurityInformationProtectionSensitivityLabelParentOperationOptions) (result UpdateSecurityInformationProtectionSensitivityLabelParentOperationResponse, err error)
UpdateSecurityInformationProtectionSensitivityLabelParent - Update the navigation property parent in me
type UpdateSecurityInformationProtectionSensitivityLabelParentOperationOptions ¶
type UpdateSecurityInformationProtectionSensitivityLabelParentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateSecurityInformationProtectionSensitivityLabelParentOperationOptions ¶
func DefaultUpdateSecurityInformationProtectionSensitivityLabelParentOperationOptions() UpdateSecurityInformationProtectionSensitivityLabelParentOperationOptions
func (UpdateSecurityInformationProtectionSensitivityLabelParentOperationOptions) ToHeaders ¶
func (o UpdateSecurityInformationProtectionSensitivityLabelParentOperationOptions) ToHeaders() *client.Headers
func (UpdateSecurityInformationProtectionSensitivityLabelParentOperationOptions) ToOData ¶
func (o UpdateSecurityInformationProtectionSensitivityLabelParentOperationOptions) ToOData() *odata.Query
Click to show internal directories.
Click to hide internal directories.