Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPasswordCredentialInner
-
Packages that use MicrosoftGraphPasswordCredentialInner Package Description com.azure.resourcemanager.authorization.fluent Package containing the service clients for AuthorizationManagementClient.com.azure.resourcemanager.authorization.fluent.models 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 MicrosoftGraphPasswordCredentialInner Modifier and Type Method Description MicrosoftGraphPasswordCredentialInnerApplicationsClient. addPassword(String applicationId, ApplicationsAddPasswordRequestBodyInner body)Invoke action addPassword.MicrosoftGraphPasswordCredentialInnerServicePrincipalsClient. addPassword(String servicePrincipalId, ServicePrincipalsAddPasswordRequestBodyInner body)Invoke action addPassword.Methods in com.azure.resourcemanager.authorization.fluent that return types with arguments of type MicrosoftGraphPasswordCredentialInner Modifier and Type Method Description Mono<MicrosoftGraphPasswordCredentialInner>ApplicationsClient. addPasswordAsync(String applicationId, ApplicationsAddPasswordRequestBodyInner body)Invoke action addPassword.Mono<MicrosoftGraphPasswordCredentialInner>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 MicrosoftGraphPasswordCredentialInner Modifier and Type Method Description MicrosoftGraphPasswordCredentialInnerApplicationsAddKeyRequestBodyInner. passwordCredential()Get the passwordCredential property: passwordCredential.MicrosoftGraphPasswordCredentialInnerApplicationsAddPasswordRequestBodyInner. passwordCredential()Get the passwordCredential property: passwordCredential.MicrosoftGraphPasswordCredentialInnerServicePrincipalsAddKeyRequestBodyInner. passwordCredential()Get the passwordCredential property: passwordCredential.MicrosoftGraphPasswordCredentialInnerServicePrincipalsAddPasswordRequestBodyInner. passwordCredential()Get the passwordCredential property: passwordCredential.MicrosoftGraphPasswordCredentialInnerMicrosoftGraphPasswordCredentialInner. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: passwordCredential.MicrosoftGraphPasswordCredentialInnerMicrosoftGraphPasswordCredentialInner. withCustomKeyIdentifier(byte[] customKeyIdentifier)Set the customKeyIdentifier property: Do not use.MicrosoftGraphPasswordCredentialInnerMicrosoftGraphPasswordCredentialInner. withDisplayName(String displayName)Set the displayName property: Friendly name for the password.MicrosoftGraphPasswordCredentialInnerMicrosoftGraphPasswordCredentialInner. 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.MicrosoftGraphPasswordCredentialInnerMicrosoftGraphPasswordCredentialInner. withHint(String hint)Set the hint property: Contains the first three characters of the password.MicrosoftGraphPasswordCredentialInnerMicrosoftGraphPasswordCredentialInner. withKeyId(UUID keyId)Set the keyId property: The unique identifier for the password.MicrosoftGraphPasswordCredentialInnerMicrosoftGraphPasswordCredentialInner. withSecretText(String secretText)Set the secretText property: Read-only; Contains the strong passwords generated by Azure AD that are 16-64 characters in length.MicrosoftGraphPasswordCredentialInnerMicrosoftGraphPasswordCredentialInner. 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 MicrosoftGraphPasswordCredentialInner Modifier and Type Method Description List<MicrosoftGraphPasswordCredentialInner>MicrosoftGraphApplicationInner. passwordCredentials()Get the passwordCredentials property: The collection of password credentials associated with the application.List<MicrosoftGraphPasswordCredentialInner>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 MicrosoftGraphPasswordCredentialInner Modifier and Type Method Description ApplicationsAddKeyRequestBodyInnerApplicationsAddKeyRequestBodyInner. withPasswordCredential(MicrosoftGraphPasswordCredentialInner passwordCredential)Set the passwordCredential property: passwordCredential.ApplicationsAddPasswordRequestBodyInnerApplicationsAddPasswordRequestBodyInner. withPasswordCredential(MicrosoftGraphPasswordCredentialInner passwordCredential)Set the passwordCredential property: passwordCredential.ServicePrincipalsAddKeyRequestBodyInnerServicePrincipalsAddKeyRequestBodyInner. withPasswordCredential(MicrosoftGraphPasswordCredentialInner passwordCredential)Set the passwordCredential property: passwordCredential.ServicePrincipalsAddPasswordRequestBodyInnerServicePrincipalsAddPasswordRequestBodyInner. withPasswordCredential(MicrosoftGraphPasswordCredentialInner passwordCredential)Set the passwordCredential property: passwordCredential.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphPasswordCredentialInner Modifier and Type Method Description MicrosoftGraphApplicationInnerMicrosoftGraphApplicationInner. withPasswordCredentials(List<MicrosoftGraphPasswordCredentialInner> passwordCredentials)Set the passwordCredentials property: The collection of password credentials associated with the application.MicrosoftGraphServicePrincipalInnerMicrosoftGraphServicePrincipalInner. withPasswordCredentials(List<MicrosoftGraphPasswordCredentialInner> passwordCredentials)Set the passwordCredentials property: The collection of password credentials associated with the service principal.
-