InformationProtectionPolicy Interface
public interface InformationProtectionPolicy
An immutable client-side representation of InformationProtectionPolicy.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Map<String,Information |
informationTypes()
Gets the information |
|
abstract
Information |
innerModel()
Gets the inner com. |
|
abstract
Map<String,Sensitivity |
labels()
Gets the labels property: Dictionary of sensitivity labels. |
|
abstract
Offset |
lastModifiedUtc()
Gets the last |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Information |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Information |
refresh(Context context)
Refreshes the resource to sync with Azure. |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Information |
| abstract String |
version()
Gets the version property: Describes the version of the policy. |
Method Details
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
informationTypes
public abstract Map<String,InformationType> informationTypes()
Gets the informationTypes property: The sensitivity information types.
Returns:
innerModel
public abstract InformationProtectionPolicyInner innerModel()
Gets the inner com.azure.resourcemanager.security.fluent.models.InformationProtectionPolicyInner object.
Returns:
labels
public abstract Map<String,SensitivityLabel> labels()
Gets the labels property: Dictionary of sensitivity labels.
Returns:
lastModifiedUtc
public abstract OffsetDateTime lastModifiedUtc()
Gets the lastModifiedUtc property: Describes the last UTC time the policy was modified.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
refresh
public abstract InformationProtectionPolicy refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract InformationProtectionPolicy refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract InformationProtectionPolicy.Update update()
Begins update for the InformationProtectionPolicy resource.
Returns:
version
public abstract String version()
Gets the version property: Describes the version of the policy.
Returns: