azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.a...

174 строки
12 KiB
YAML
Исходник Обычный вид История

### 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**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appplatform.models.SsoProperties?alt=com.azure.resourcemanager.appplatform.models.SsoProperties&text=SsoProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.appplatform.models.SsoProperties.SsoProperties()"
fullName: "com.azure.resourcemanager.appplatform.models.SsoProperties.SsoProperties()"
name: "SsoProperties()"
nameWithType: "SsoProperties.SsoProperties()"
summary: "Creates an instance of Sso<wbr>Properties class."
syntax: "public SsoProperties()"
desc: "Creates an instance of SsoProperties class."
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.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.appplatform.models.SsoProperties.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "SsoProperties.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Sso<wbr>Properties from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static SsoProperties fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the SsoProperties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of SsoProperties from the JsonReader."
returns:
description: "An instance of SsoProperties if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
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.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>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.appplatform.models.SsoProperties.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.appplatform.models.SsoProperties.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "SsoProperties.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- 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>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
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."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appplatform.models.SsoProperties?alt=com.azure.resourcemanager.appplatform.models.SsoProperties&text=SsoProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.appplatform.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-appplatform:2.42.0