Interface GenerateSsoUrlResult
public interface GenerateSsoUrlResult
An immutable client-side representation of GenerateSsoUrlResult.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.apimanagement.fluent.models.GenerateSsoUrlResultInner object.value()Gets the value property: Redirect Url containing the SSO URL value.
-
Method Details
-
value
String value()Gets the value property: Redirect Url containing the SSO URL value.- Returns:
- the value value.
-
innerModel
GenerateSsoUrlResultInner innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.GenerateSsoUrlResultInner object.- Returns:
- the inner object.
-