InformationProtectionPolicy.DefinitionStages.WithInformationTypes Interface

public static interface InformationProtectionPolicy.DefinitionStages.WithInformationTypes

The stage of the InformationProtectionPolicy definition allowing to specify informationTypes.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withInformationTypes(Map<String,InformationType> informationTypes)

Specifies the informationTypes property: The sensitivity information types..

Method Details

withInformationTypes

public abstract InformationProtectionPolicy.DefinitionStages.WithCreate withInformationTypes(Map informationTypes)

Specifies the informationTypes property: The sensitivity information types..

Parameters:

informationTypes - The sensitivity information types.

Returns:

the next definition stage.

Applies to