2023-06-27 07:34:35 +03:00
|
|
|
### YamlMime:JavaType
|
|
|
|
uid: "com.azure.resourcemanager.appplatform.models.SsoProperties"
|
|
|
|
fullName: "com.azure.resourcemanager.appplatform.models.SsoProperties"
|
|
|
|
name: "SsoProperties"
|
|
|
|
nameWithType: "SsoProperties"
|
|
|
|
summary: "Single sign-on related configuration."
|
|
|
|
inheritances:
|
|
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
inheritedClassMethods:
|
|
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
|
|
methodsRef:
|
|
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
|
|
syntax: "public final class **SsoProperties**"
|
|
|
|
constructors:
|
|
|
|
- uid: "com.azure.resourcemanager.appplatform.models.SsoProperties.SsoProperties()"
|
|
|
|
fullName: "com.azure.resourcemanager.appplatform.models.SsoProperties.SsoProperties()"
|
|
|
|
name: "SsoProperties()"
|
|
|
|
nameWithType: "SsoProperties.SsoProperties()"
|
|
|
|
syntax: "public SsoProperties()"
|
|
|
|
methods:
|
|
|
|
- uid: "com.azure.resourcemanager.appplatform.models.SsoProperties.clientId()"
|
|
|
|
fullName: "com.azure.resourcemanager.appplatform.models.SsoProperties.clientId()"
|
|
|
|
name: "clientId()"
|
|
|
|
nameWithType: "SsoProperties.clientId()"
|
|
|
|
summary: "Get the client<wbr>Id property: The public identifier for the application."
|
|
|
|
syntax: "public String clientId()"
|
|
|
|
desc: "Get the clientId property: The public identifier for the application."
|
|
|
|
returns:
|
|
|
|
description: "the clientId value."
|
|
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
|
|
- uid: "com.azure.resourcemanager.appplatform.models.SsoProperties.clientSecret()"
|
|
|
|
fullName: "com.azure.resourcemanager.appplatform.models.SsoProperties.clientSecret()"
|
|
|
|
name: "clientSecret()"
|
|
|
|
nameWithType: "SsoProperties.clientSecret()"
|
|
|
|
summary: "Get the client<wbr>Secret property: The secret known only to the application and the authorization server."
|
|
|
|
syntax: "public String clientSecret()"
|
|
|
|
desc: "Get the clientSecret property: The secret known only to the application and the authorization server."
|
|
|
|
returns:
|
|
|
|
description: "the clientSecret value."
|
|
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
|
|
- uid: "com.azure.resourcemanager.appplatform.models.SsoProperties.issuerUri()"
|
|
|
|
fullName: "com.azure.resourcemanager.appplatform.models.SsoProperties.issuerUri()"
|
|
|
|
name: "issuerUri()"
|
|
|
|
nameWithType: "SsoProperties.issuerUri()"
|
|
|
|
summary: "Get the issuer<wbr>Uri property: The URI of Issuer Identifier."
|
|
|
|
syntax: "public String issuerUri()"
|
|
|
|
desc: "Get the issuerUri property: The URI of Issuer Identifier."
|
|
|
|
returns:
|
|
|
|
description: "the issuerUri value."
|
|
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
|
|
- uid: "com.azure.resourcemanager.appplatform.models.SsoProperties.scope()"
|
|
|
|
fullName: "com.azure.resourcemanager.appplatform.models.SsoProperties.scope()"
|
|
|
|
name: "scope()"
|
|
|
|
nameWithType: "SsoProperties.scope()"
|
|
|
|
summary: "Get the scope property: It defines the specific actions applications can be allowed to do on a user's behalf."
|
|
|
|
syntax: "public List<String> scope()"
|
|
|
|
desc: "Get the scope property: It defines the specific actions applications can be allowed to do on a user's behalf."
|
|
|
|
returns:
|
|
|
|
description: "the scope value."
|
|
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
|
|
- uid: "com.azure.resourcemanager.appplatform.models.SsoProperties.validate()"
|
|
|
|
fullName: "com.azure.resourcemanager.appplatform.models.SsoProperties.validate()"
|
|
|
|
name: "validate()"
|
|
|
|
nameWithType: "SsoProperties.validate()"
|
|
|
|
summary: "Validates the instance."
|
|
|
|
syntax: "public void validate()"
|
|
|
|
desc: "Validates the instance."
|
|
|
|
- uid: "com.azure.resourcemanager.appplatform.models.SsoProperties.withClientId(java.lang.String)"
|
|
|
|
fullName: "com.azure.resourcemanager.appplatform.models.SsoProperties.withClientId(String clientId)"
|
|
|
|
name: "withClientId(String clientId)"
|
|
|
|
nameWithType: "SsoProperties.withClientId(String clientId)"
|
|
|
|
summary: "Set the client<wbr>Id property: The public identifier for the application."
|
|
|
|
parameters:
|
|
|
|
- description: "the clientId value to set."
|
|
|
|
name: "clientId"
|
|
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
|
|
syntax: "public SsoProperties withClientId(String clientId)"
|
|
|
|
desc: "Set the clientId property: The public identifier for the application."
|
|
|
|
returns:
|
|
|
|
description: "the SsoProperties object itself."
|
|
|
|
type: "<xref href=\"com.azure.resourcemanager.appplatform.models.SsoProperties?alt=com.azure.resourcemanager.appplatform.models.SsoProperties&text=SsoProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- uid: "com.azure.resourcemanager.appplatform.models.SsoProperties.withClientSecret(java.lang.String)"
|
|
|
|
fullName: "com.azure.resourcemanager.appplatform.models.SsoProperties.withClientSecret(String clientSecret)"
|
|
|
|
name: "withClientSecret(String clientSecret)"
|
|
|
|
nameWithType: "SsoProperties.withClientSecret(String clientSecret)"
|
|
|
|
summary: "Set the client<wbr>Secret property: The secret known only to the application and the authorization server."
|
|
|
|
parameters:
|
|
|
|
- description: "the clientSecret value to set."
|
|
|
|
name: "clientSecret"
|
|
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
|
|
syntax: "public SsoProperties withClientSecret(String clientSecret)"
|
|
|
|
desc: "Set the clientSecret property: The secret known only to the application and the authorization server."
|
|
|
|
returns:
|
|
|
|
description: "the SsoProperties object itself."
|
|
|
|
type: "<xref href=\"com.azure.resourcemanager.appplatform.models.SsoProperties?alt=com.azure.resourcemanager.appplatform.models.SsoProperties&text=SsoProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- uid: "com.azure.resourcemanager.appplatform.models.SsoProperties.withIssuerUri(java.lang.String)"
|
|
|
|
fullName: "com.azure.resourcemanager.appplatform.models.SsoProperties.withIssuerUri(String issuerUri)"
|
|
|
|
name: "withIssuerUri(String issuerUri)"
|
|
|
|
nameWithType: "SsoProperties.withIssuerUri(String issuerUri)"
|
|
|
|
summary: "Set the issuer<wbr>Uri property: The URI of Issuer Identifier."
|
|
|
|
parameters:
|
|
|
|
- description: "the issuerUri value to set."
|
|
|
|
name: "issuerUri"
|
|
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
|
|
syntax: "public SsoProperties withIssuerUri(String issuerUri)"
|
|
|
|
desc: "Set the issuerUri property: The URI of Issuer Identifier."
|
|
|
|
returns:
|
|
|
|
description: "the SsoProperties object itself."
|
|
|
|
type: "<xref href=\"com.azure.resourcemanager.appplatform.models.SsoProperties?alt=com.azure.resourcemanager.appplatform.models.SsoProperties&text=SsoProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- uid: "com.azure.resourcemanager.appplatform.models.SsoProperties.withScope(java.util.List<java.lang.String>)"
|
|
|
|
fullName: "com.azure.resourcemanager.appplatform.models.SsoProperties.withScope(List<String> scope)"
|
|
|
|
name: "withScope(List<String> scope)"
|
|
|
|
nameWithType: "SsoProperties.withScope(List<String> scope)"
|
|
|
|
summary: "Set the scope property: It defines the specific actions applications can be allowed to do on a user's behalf."
|
|
|
|
parameters:
|
|
|
|
- description: "the scope value to set."
|
|
|
|
name: "scope"
|
|
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
|
|
syntax: "public SsoProperties withScope(List<String> scope)"
|
|
|
|
desc: "Set the scope property: It defines the specific actions applications can be allowed to do on a user's behalf."
|
|
|
|
returns:
|
|
|
|
description: "the SsoProperties object itself."
|
|
|
|
type: "<xref href=\"com.azure.resourcemanager.appplatform.models.SsoProperties?alt=com.azure.resourcemanager.appplatform.models.SsoProperties&text=SsoProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
type: "class"
|
|
|
|
desc: "Single sign-on related configuration."
|
|
|
|
metadata: {}
|
|
|
|
package: "com.azure.resourcemanager.appplatform.models"
|
2023-12-23 08:44:31 +03:00
|
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-appplatform:2.34.0
|