Uses of Class
com.azure.resourcemanager.appplatform.models.DevToolPortalSsoProperties
Packages that use DevToolPortalSsoProperties
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of DevToolPortalSsoProperties in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return DevToolPortalSsoPropertiesModifier and TypeMethodDescriptionDevToolPortalProperties.ssoProperties()Get the ssoProperties property: Single sign-on related configuration.DevToolPortalSsoProperties.withClientId(String clientId) Set the clientId property: The public identifier for the application.DevToolPortalSsoProperties.withClientSecret(String clientSecret) Set the clientSecret property: The secret known only to the application and the authorization server.DevToolPortalSsoProperties.withMetadataUrl(String metadataUrl) Set the metadataUrl property: The URI of a JSON file with generic OIDC provider configuration.DevToolPortalSsoProperties.withScopes(List<String> scopes) Set the scopes property: It defines the specific actions applications can be allowed to do on a user's behalf.Methods in com.azure.resourcemanager.appplatform.models with parameters of type DevToolPortalSsoPropertiesModifier and TypeMethodDescriptionDevToolPortalProperties.withSsoProperties(DevToolPortalSsoProperties ssoProperties) Set the ssoProperties property: Single sign-on related configuration.