Interface UserIdentityContract


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

      • 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

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