Interface MAMProtectionInfo
-
- All Implemented Interfaces:
public interface MAMProtectionInfoProtection information. Corresponds to an identity tag on a file or data blob.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetIdentity()abstract StringgetIdentityOID()-
-
Method Detail
-
getIdentity
abstract String getIdentity()
- Returns:
UPN of the identity associated with protection state.
-
getIdentityOID
abstract String getIdentityOID()
- Returns:
AAD OID of the identity associated with protection state.
-
-
-
-