108 строки
7.8 KiB
YAML
108 строки
7.8 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.graphrbac.PasswordProfile"
|
|
fullName: "com.microsoft.azure.management.graphrbac.PasswordProfile"
|
|
name: "PasswordProfile"
|
|
nameWithType: "PasswordProfile"
|
|
summary: "The password profile associated with a user."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public class **PasswordProfile**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.graphrbac.PasswordProfile.PasswordProfile()"
|
|
fullName: "com.microsoft.azure.management.graphrbac.PasswordProfile.PasswordProfile()"
|
|
name: "PasswordProfile()"
|
|
nameWithType: "PasswordProfile.PasswordProfile()"
|
|
syntax: "public PasswordProfile()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.graphrbac.PasswordProfile.additionalProperties()"
|
|
fullName: "com.microsoft.azure.management.graphrbac.PasswordProfile.additionalProperties()"
|
|
name: "additionalProperties()"
|
|
nameWithType: "PasswordProfile.additionalProperties()"
|
|
summary: "Get the additional<wbr>Properties value."
|
|
syntax: "public Map<String,Object> additionalProperties()"
|
|
desc: "Get the additionalProperties value."
|
|
returns:
|
|
description: "the additionalProperties value"
|
|
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.graphrbac.PasswordProfile.forceChangePasswordNextLogin()"
|
|
fullName: "com.microsoft.azure.management.graphrbac.PasswordProfile.forceChangePasswordNextLogin()"
|
|
name: "forceChangePasswordNextLogin()"
|
|
nameWithType: "PasswordProfile.forceChangePasswordNextLogin()"
|
|
summary: "Get the force<wbr>Change<wbr>Password<wbr>Next<wbr>Login value."
|
|
syntax: "public Boolean forceChangePasswordNextLogin()"
|
|
desc: "Get the forceChangePasswordNextLogin value."
|
|
returns:
|
|
description: "the forceChangePasswordNextLogin value"
|
|
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.graphrbac.PasswordProfile.password()"
|
|
fullName: "com.microsoft.azure.management.graphrbac.PasswordProfile.password()"
|
|
name: "password()"
|
|
nameWithType: "PasswordProfile.password()"
|
|
summary: "Get the password value."
|
|
syntax: "public String password()"
|
|
desc: "Get the password value."
|
|
returns:
|
|
description: "the password value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.graphrbac.PasswordProfile.withAdditionalProperties(java.util.Map<java.lang.String,java.lang.Object>)"
|
|
fullName: "com.microsoft.azure.management.graphrbac.PasswordProfile.withAdditionalProperties(Map<String,Object> additionalProperties)"
|
|
name: "withAdditionalProperties(Map<String,Object> additionalProperties)"
|
|
nameWithType: "PasswordProfile.withAdditionalProperties(Map<String,Object> additionalProperties)"
|
|
summary: "Set the additional<wbr>Properties value."
|
|
parameters:
|
|
- description: "the additionalProperties value to set"
|
|
name: "additionalProperties"
|
|
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public PasswordProfile withAdditionalProperties(Map<String,Object> additionalProperties)"
|
|
desc: "Set the additionalProperties value."
|
|
returns:
|
|
description: "the PasswordProfile object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.graphrbac.PasswordProfile?alt=com.microsoft.azure.management.graphrbac.PasswordProfile&text=PasswordProfile\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.graphrbac.PasswordProfile.withForceChangePasswordNextLogin(java.lang.Boolean)"
|
|
fullName: "com.microsoft.azure.management.graphrbac.PasswordProfile.withForceChangePasswordNextLogin(Boolean forceChangePasswordNextLogin)"
|
|
name: "withForceChangePasswordNextLogin(Boolean forceChangePasswordNextLogin)"
|
|
nameWithType: "PasswordProfile.withForceChangePasswordNextLogin(Boolean forceChangePasswordNextLogin)"
|
|
summary: "Set the force<wbr>Change<wbr>Password<wbr>Next<wbr>Login value."
|
|
parameters:
|
|
- description: "the forceChangePasswordNextLogin value to set"
|
|
name: "forceChangePasswordNextLogin"
|
|
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public PasswordProfile withForceChangePasswordNextLogin(Boolean forceChangePasswordNextLogin)"
|
|
desc: "Set the forceChangePasswordNextLogin value."
|
|
returns:
|
|
description: "the PasswordProfile object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.graphrbac.PasswordProfile?alt=com.microsoft.azure.management.graphrbac.PasswordProfile&text=PasswordProfile\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.graphrbac.PasswordProfile.withPassword(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.graphrbac.PasswordProfile.withPassword(String password)"
|
|
name: "withPassword(String password)"
|
|
nameWithType: "PasswordProfile.withPassword(String password)"
|
|
summary: "Set the password value."
|
|
parameters:
|
|
- description: "the password value to set"
|
|
name: "password"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public PasswordProfile withPassword(String password)"
|
|
desc: "Set the password value."
|
|
returns:
|
|
description: "the PasswordProfile object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.graphrbac.PasswordProfile?alt=com.microsoft.azure.management.graphrbac.PasswordProfile&text=PasswordProfile\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The password profile associated with a user."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.graphrbac"
|
|
artifact: com.microsoft.azure:azure-mgmt-graph-rbac:1.41.4
|