Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSensitivity
Packages that use MicrosoftGraphSensitivity
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphSensitivity in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphSensitivityModifier and TypeFieldDescriptionstatic final MicrosoftGraphSensitivityMicrosoftGraphSensitivity.CONFIDENTIALStatic value confidential for MicrosoftGraphSensitivity.static final MicrosoftGraphSensitivityMicrosoftGraphSensitivity.NORMALStatic value normal for MicrosoftGraphSensitivity.static final MicrosoftGraphSensitivityMicrosoftGraphSensitivity.PERSONALStatic value personal for MicrosoftGraphSensitivity.static final MicrosoftGraphSensitivityMicrosoftGraphSensitivity.PRIVATEStatic value private for MicrosoftGraphSensitivity.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphSensitivityModifier and TypeMethodDescriptionstatic MicrosoftGraphSensitivityMicrosoftGraphSensitivity.fromString(String name) Creates or finds a MicrosoftGraphSensitivity from its string representation.MicrosoftGraphEvent.sensitivity()Get the sensitivity property: sensitivity.MicrosoftGraphMessageRulePredicates.sensitivity()Get the sensitivity property: sensitivity.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphSensitivityModifier and TypeMethodDescriptionstatic Collection<MicrosoftGraphSensitivity>MicrosoftGraphSensitivity.values()Gets known MicrosoftGraphSensitivity values.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphSensitivityModifier and TypeMethodDescriptionMicrosoftGraphEvent.withSensitivity(MicrosoftGraphSensitivity sensitivity) Set the sensitivity property: sensitivity.MicrosoftGraphMessageRulePredicates.withSensitivity(MicrosoftGraphSensitivity sensitivity) Set the sensitivity property: sensitivity.