Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPasswordCredentialInner
Packages that use MicrosoftGraphPasswordCredentialInner
Package
Description
Package containing the service clients for AuthorizationManagementClient.
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphPasswordCredentialInner in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent that return MicrosoftGraphPasswordCredentialInnerModifier and TypeMethodDescriptionApplicationsClient.addPassword(String applicationId, ApplicationsAddPasswordRequestBodyInner body) Invoke action addPassword.ServicePrincipalsClient.addPassword(String servicePrincipalId, ServicePrincipalsAddPasswordRequestBodyInner body) Invoke action addPassword.Methods in com.azure.resourcemanager.authorization.fluent that return types with arguments of type MicrosoftGraphPasswordCredentialInnerModifier and TypeMethodDescriptionApplicationsClient.addPasswordAsync(String applicationId, ApplicationsAddPasswordRequestBodyInner body) Invoke action addPassword.ServicePrincipalsClient.addPasswordAsync(String servicePrincipalId, ServicePrincipalsAddPasswordRequestBodyInner body) Invoke action addPassword.com.azure.core.http.rest.Response<MicrosoftGraphPasswordCredentialInner>ApplicationsClient.addPasswordWithResponse(String applicationId, ApplicationsAddPasswordRequestBodyInner body, com.azure.core.util.Context context) Invoke action addPassword.com.azure.core.http.rest.Response<MicrosoftGraphPasswordCredentialInner>ServicePrincipalsClient.addPasswordWithResponse(String servicePrincipalId, ServicePrincipalsAddPasswordRequestBodyInner body, com.azure.core.util.Context context) Invoke action addPassword.Mono<com.azure.core.http.rest.Response<MicrosoftGraphPasswordCredentialInner>>ApplicationsClient.addPasswordWithResponseAsync(String applicationId, ApplicationsAddPasswordRequestBodyInner body) Invoke action addPassword.Mono<com.azure.core.http.rest.Response<MicrosoftGraphPasswordCredentialInner>>ServicePrincipalsClient.addPasswordWithResponseAsync(String servicePrincipalId, ServicePrincipalsAddPasswordRequestBodyInner body) Invoke action addPassword. -
Uses of MicrosoftGraphPasswordCredentialInner in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphPasswordCredentialInnerModifier and TypeMethodDescriptionApplicationsAddKeyRequestBodyInner.passwordCredential()Get the passwordCredential property: passwordCredential.ApplicationsAddPasswordRequestBodyInner.passwordCredential()Get the passwordCredential property: passwordCredential.ServicePrincipalsAddKeyRequestBodyInner.passwordCredential()Get the passwordCredential property: passwordCredential.ServicePrincipalsAddPasswordRequestBodyInner.passwordCredential()Get the passwordCredential property: passwordCredential.MicrosoftGraphPasswordCredentialInner.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: passwordCredential.MicrosoftGraphPasswordCredentialInner.withCustomKeyIdentifier(byte[] customKeyIdentifier) Set the customKeyIdentifier property: Do not use.MicrosoftGraphPasswordCredentialInner.withDisplayName(String displayName) Set the displayName property: Friendly name for the password.MicrosoftGraphPasswordCredentialInner.withEndDateTime(OffsetDateTime endDateTime) Set the endDateTime property: The date and time at which the password expires represented using ISO 8601 format and is always in UTC time.Set the hint property: Contains the first three characters of the password.Set the keyId property: The unique identifier for the password.MicrosoftGraphPasswordCredentialInner.withSecretText(String secretText) Set the secretText property: Read-only; Contains the strong passwords generated by Azure AD that are 16-64 characters in length.MicrosoftGraphPasswordCredentialInner.withStartDateTime(OffsetDateTime startDateTime) Set the startDateTime property: The date and time at which the password becomes valid.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphPasswordCredentialInnerModifier and TypeMethodDescriptionMicrosoftGraphApplicationInner.passwordCredentials()Get the passwordCredentials property: The collection of password credentials associated with the application.MicrosoftGraphServicePrincipalInner.passwordCredentials()Get the passwordCredentials property: The collection of password credentials associated with the service principal.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphPasswordCredentialInnerModifier and TypeMethodDescriptionApplicationsAddKeyRequestBodyInner.withPasswordCredential(MicrosoftGraphPasswordCredentialInner passwordCredential) Set the passwordCredential property: passwordCredential.ApplicationsAddPasswordRequestBodyInner.withPasswordCredential(MicrosoftGraphPasswordCredentialInner passwordCredential) Set the passwordCredential property: passwordCredential.ServicePrincipalsAddKeyRequestBodyInner.withPasswordCredential(MicrosoftGraphPasswordCredentialInner passwordCredential) Set the passwordCredential property: passwordCredential.ServicePrincipalsAddPasswordRequestBodyInner.withPasswordCredential(MicrosoftGraphPasswordCredentialInner passwordCredential) Set the passwordCredential property: passwordCredential.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphPasswordCredentialInnerModifier and TypeMethodDescriptionMicrosoftGraphApplicationInner.withPasswordCredentials(List<MicrosoftGraphPasswordCredentialInner> passwordCredentials) Set the passwordCredentials property: The collection of password credentials associated with the application.MicrosoftGraphServicePrincipalInner.withPasswordCredentials(List<MicrosoftGraphPasswordCredentialInner> passwordCredentials) Set the passwordCredentials property: The collection of password credentials associated with the service principal.