Interface OpenidConnectProviderContract


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

      • id

        String id()
        Gets the id property: Fully qualified resource Id for the resource.
        Returns:
        the id value.
      • name

        String name()
        Gets the name property: The name of the resource.
        Returns:
        the name value.
      • type

        String type()
        Gets the type property: The type of the resource.
        Returns:
        the type value.
      • displayName

        String displayName()
        Gets the displayName property: User-friendly OpenID Connect Provider name.
        Returns:
        the displayName value.
      • description

        String description()
        Gets the description property: User-friendly description of OpenID Connect Provider.
        Returns:
        the description value.
      • metadataEndpoint

        String metadataEndpoint()
        Gets the metadataEndpoint property: Metadata endpoint URI.
        Returns:
        the metadataEndpoint value.
      • clientId

        String clientId()
        Gets the clientId property: Client ID of developer console which is the client application.
        Returns:
        the clientId value.
      • clientSecret

        String clientSecret()
        Gets the clientSecret property: Client Secret of developer console which is the client application.
        Returns:
        the clientSecret value.
      • innerModel

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

        OpenidConnectProviderContract refresh​(com.azure.core.util.Context context)
        Refreshes the resource to sync with Azure.
        Parameters:
        context - The context to associate with this operation.
        Returns:
        the refreshed resource.
      • listSecrets

        ClientSecretContract listSecrets()
        Gets the client secret details of the OpenID Connect Provider.
        Returns:
        the client secret details of the OpenID Connect Provider.
        Throws:
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • listSecretsWithResponse

        com.azure.core.http.rest.Response<ClientSecretContract> listSecretsWithResponse​(com.azure.core.util.Context context)
        Gets the client secret details of the OpenID Connect Provider.
        Parameters:
        context - The context to associate with this operation.
        Returns:
        the client secret details of the OpenID Connect Provider.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.