Enum EntraApplicationInstanceLockedProperties
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The instance property lock state of an Entra directory application.
[Flags]
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum EntraApplicationInstanceLockedProperties
Fields
AllProperties = CredentialsWithUsageSign | CredentialsWithUsageVerify | TokenEncryptionKeyIdAll properties are locked.
CredentialsWithUsageSign = 1Credentials used for signing tokens are locked.
CredentialsWithUsageVerify = 2Credentials used for verification are locked.
None = 0No properties are locked.
TokenEncryptionKeyId = 4Token Encryption KeyId is locked.
Unknown = -1The property lock mode is unknown.