IdentityType type
Defines values for IdentityType.
KnownIdentityType can be used interchangeably with IdentityType,
this enum contains the known values that the service supports.
Known values supported by the service
None: Indicates that any identity associated with the search service needs to be removed.
SystemAssigned: Indicates that system-assigned identity for the search service will be enabled.
UserAssigned: Indicates that one or more user assigned identities will be assigned to the search service.
SystemAssigned, UserAssigned: Indicates that system-assigned identity for the search service will be enabled along with the assignment of one or more user assigned identities.
type IdentityType = string