Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphKeyCredentialInner
Packages that use MicrosoftGraphKeyCredentialInner
Package
Description
Package containing the service clients for AuthorizationManagementClient.
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphKeyCredentialInner in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent that return MicrosoftGraphKeyCredentialInnerModifier and TypeMethodDescriptionApplicationsClient.addKey(String applicationId, ApplicationsAddKeyRequestBodyInner body) Invoke action addKey.ServicePrincipalsClient.addKey(String servicePrincipalId, ServicePrincipalsAddKeyRequestBodyInner body) Invoke action addKey.Methods in com.azure.resourcemanager.authorization.fluent that return types with arguments of type MicrosoftGraphKeyCredentialInnerModifier and TypeMethodDescriptionApplicationsClient.addKeyAsync(String applicationId, ApplicationsAddKeyRequestBodyInner body) Invoke action addKey.ServicePrincipalsClient.addKeyAsync(String servicePrincipalId, ServicePrincipalsAddKeyRequestBodyInner body) Invoke action addKey.com.azure.core.http.rest.Response<MicrosoftGraphKeyCredentialInner>ApplicationsClient.addKeyWithResponse(String applicationId, ApplicationsAddKeyRequestBodyInner body, com.azure.core.util.Context context) Invoke action addKey.com.azure.core.http.rest.Response<MicrosoftGraphKeyCredentialInner>ServicePrincipalsClient.addKeyWithResponse(String servicePrincipalId, ServicePrincipalsAddKeyRequestBodyInner body, com.azure.core.util.Context context) Invoke action addKey.Mono<com.azure.core.http.rest.Response<MicrosoftGraphKeyCredentialInner>>ApplicationsClient.addKeyWithResponseAsync(String applicationId, ApplicationsAddKeyRequestBodyInner body) Invoke action addKey.Mono<com.azure.core.http.rest.Response<MicrosoftGraphKeyCredentialInner>>ServicePrincipalsClient.addKeyWithResponseAsync(String servicePrincipalId, ServicePrincipalsAddKeyRequestBodyInner body) Invoke action addKey. -
Uses of MicrosoftGraphKeyCredentialInner in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphKeyCredentialInnerModifier and TypeMethodDescriptionApplicationsAddKeyRequestBodyInner.keyCredential()Get the keyCredential property: keyCredential.ServicePrincipalsAddKeyRequestBodyInner.keyCredential()Get the keyCredential property: keyCredential.MicrosoftGraphKeyCredentialInner.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: keyCredential.MicrosoftGraphKeyCredentialInner.withCustomKeyIdentifier(byte[] customKeyIdentifier) Set the customKeyIdentifier property: Custom key identifier.MicrosoftGraphKeyCredentialInner.withDisplayName(String displayName) Set the displayName property: Friendly name for the key.MicrosoftGraphKeyCredentialInner.withEndDateTime(OffsetDateTime endDateTime) Set the endDateTime property: The date and time at which the credential expires.The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time.MicrosoftGraphKeyCredentialInner.withKey(byte[] key) Set the key property: The certificate's raw data in byte array converted to Base64 string; for example, [System.Convert]::ToBase64String($Cert.GetRawCertData()).Set the keyId property: The unique identifier (GUID) for the key.MicrosoftGraphKeyCredentialInner.withStartDateTime(OffsetDateTime startDateTime) Set the startDateTime property: The date and time at which the credential becomes valid.The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time.Set the type property: The type of key credential; for example, 'Symmetric'.Set the usage property: A string that describes the purpose for which the key can be used; for example, 'Verify'.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphKeyCredentialInnerModifier and TypeMethodDescriptionMicrosoftGraphApplicationInner.keyCredentials()Get the keyCredentials property: The collection of key credentials associated with the application Not nullable.MicrosoftGraphServicePrincipalInner.keyCredentials()Get the keyCredentials property: The collection of key credentials associated with the service principal.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphKeyCredentialInnerModifier and TypeMethodDescriptionApplicationsAddKeyRequestBodyInner.withKeyCredential(MicrosoftGraphKeyCredentialInner keyCredential) Set the keyCredential property: keyCredential.ServicePrincipalsAddKeyRequestBodyInner.withKeyCredential(MicrosoftGraphKeyCredentialInner keyCredential) Set the keyCredential property: keyCredential.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphKeyCredentialInnerModifier and TypeMethodDescriptionMicrosoftGraphApplicationInner.withKeyCredentials(List<MicrosoftGraphKeyCredentialInner> keyCredentials) Set the keyCredentials property: The collection of key credentials associated with the application Not nullable.MicrosoftGraphServicePrincipalInner.withKeyCredentials(List<MicrosoftGraphKeyCredentialInner> keyCredentials) Set the keyCredentials property: The collection of key credentials associated with the service principal.