InformationProtectionPolicy.DefinitionStages.WithLabels Interface

public static interface InformationProtectionPolicy.DefinitionStages.WithLabels

The stage of the InformationProtectionPolicy definition allowing to specify labels.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withLabels(Map<String,SensitivityLabel> labels)

Specifies the labels property: Dictionary of sensitivity labels..

Method Details

withLabels

public abstract InformationProtectionPolicy.DefinitionStages.WithCreate withLabels(Map labels)

Specifies the labels property: Dictionary of sensitivity labels..

Parameters:

labels - Dictionary of sensitivity labels.

Returns:

the next definition stage.

Applies to