Uses of Class
com.azure.resourcemanager.appplatform.models.SsoProperties
Packages that use SsoProperties
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of SsoProperties in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return SsoPropertiesModifier and TypeMethodDescriptionstatic SsoPropertiesSsoProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SsoProperties from the JsonReader.ApiPortalProperties.ssoProperties()Get the ssoProperties property: Single sign-on related configuration.GatewayProperties.ssoProperties()Get the ssoProperties property: Single sign-on related configuration.SsoProperties.withClientId(String clientId) Set the clientId property: The public identifier for the application.SsoProperties.withClientSecret(String clientSecret) Set the clientSecret property: The secret known only to the application and the authorization server.SsoProperties.withIssuerUri(String issuerUri) Set the issuerUri property: The URI of Issuer Identifier.Set the scope 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 SsoPropertiesModifier and TypeMethodDescriptionApiPortalProperties.withSsoProperties(SsoProperties ssoProperties) Set the ssoProperties property: Single sign-on related configuration.GatewayProperties.withSsoProperties(SsoProperties ssoProperties) Set the ssoProperties property: Single sign-on related configuration.