Interface UserIdentityContract


public interface UserIdentityContract
An immutable client-side representation of UserIdentityContract.
  • Method Summary

    Modifier and Type
    Method
    Description
    id()
    Gets the id property: Identifier value within provider.
    Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.UserIdentityContractInner object.
    Gets the provider property: Identity provider name.
  • Method Details

    • provider

      String provider()
      Gets the provider property: Identity provider name.
      Returns:
      the provider value.
    • id

      String id()
      Gets the id property: Identifier value within provider.
      Returns:
      the id value.
    • innerModel

      Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.UserIdentityContractInner object.
      Returns:
      the inner object.