Class DomainControlCenterSsoRequestInner
- java.lang.Object
-
- com.azure.resourcemanager.appservice.fluent.models.DomainControlCenterSsoRequestInner
-
public final class DomainControlCenterSsoRequestInner extends Object
Single sign-on request information for domain management.
-
-
Constructor Summary
Constructors Constructor Description DomainControlCenterSsoRequestInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringpostParameterKey()Get the postParameterKey property: Post parameter key.StringpostParameterValue()Get the postParameterValue property: Post parameter value.Stringurl()Get the url property: URL where the single sign-on request is to be made.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
url
public String url()
Get the url property: URL where the single sign-on request is to be made.- Returns:
- the url value.
-
postParameterKey
public String postParameterKey()
Get the postParameterKey property: Post parameter key.- Returns:
- the postParameterKey value.
-
postParameterValue
public String postParameterValue()
Get the postParameterValue property: Post parameter value. Client should use 'application/x-www-form-urlencoded' encoding for this value.- Returns:
- the postParameterValue value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-