ServiceIdentity
Updated: June 19, 2015
Applies To: Azure
This topic provides descriptions and legal values for the properties of the ServiceIdentity entity of the Microsoft Azure Active Directory Access Control (also known as Access Control Service or ACS) Management Service.
ServiceIdentity Properties
Property name | Type | Is nullable | Description |
---|---|---|---|
Id |
Int64 |
False |
Specifies the unique identifier of the service identity. This value is automatically set by ACS. |
Name |
String |
True |
Specifies the name of the service identity. |
Description |
String |
True |
Specifies the description of the service identity. |
RedirectAddress |
String |
True |
This is used only in OAuth 2.0 delegated scenarios. The value defined in the client’s redirect_uri parameter must exactly match this value. This value is mandatory for enabling OAuth 2.0 delegation scenarios. |
SystemReserved |
Boolean |
False |
Specifies whether the ServiceIdentity entity is reserved by ACS. Reserved entities cannot be deleted or edited. |
Version |
Binary |
True |
This property contains a time stamp that is automatically set by ACS. |