Interface OpenidConnectProviderContract
-
public interface OpenidConnectProviderContract
An immutable client-side representation of OpenidConnectProviderContract.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
OpenidConnectProviderContract.Definition
The entirety of the OpenidConnectProviderContract definition.static interface
OpenidConnectProviderContract.DefinitionStages
The OpenidConnectProviderContract definition stages.static interface
OpenidConnectProviderContract.Update
The template for OpenidConnectProviderContract update.static interface
OpenidConnectProviderContract.UpdateStages
The OpenidConnectProviderContract update stages.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
clientId()
Gets the clientId property: Client ID of developer console which is the client application.String
clientSecret()
Gets the clientSecret property: Client Secret of developer console which is the client application.String
description()
Gets the description property: User-friendly description of OpenID Connect Provider.String
displayName()
Gets the displayName property: User-friendly OpenID Connect Provider name.String
id()
Gets the id property: Fully qualified resource Id for the resource.OpenidConnectProviderContractInner
innerModel()
Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.OpenidConnectProviderContractInner object.ClientSecretContract
listSecrets()
Gets the client secret details of the OpenID Connect Provider.com.azure.core.http.rest.Response<ClientSecretContract>
listSecretsWithResponse(com.azure.core.util.Context context)
Gets the client secret details of the OpenID Connect Provider.String
metadataEndpoint()
Gets the metadataEndpoint property: Metadata endpoint URI.String
name()
Gets the name property: The name of the resource.OpenidConnectProviderContract
refresh()
Refreshes the resource to sync with Azure.OpenidConnectProviderContract
refresh(com.azure.core.util.Context context)
Refreshes the resource to sync with Azure.String
type()
Gets the type property: The type of the resource.OpenidConnectProviderContract.Update
update()
Begins update for the OpenidConnectProviderContract resource.
-
-
-
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.
-
update
OpenidConnectProviderContract.Update update()
Begins update for the OpenidConnectProviderContract resource.- Returns:
- the stage of resource update.
-
refresh
OpenidConnectProviderContract refresh()
Refreshes the resource to sync with Azure.- Returns:
- the refreshed resource.
-
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.
-
-