Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphKeyCredentialInner
-
Packages that use MicrosoftGraphKeyCredentialInner 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 MicrosoftGraphKeyCredentialInner in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent that return MicrosoftGraphKeyCredentialInner Modifier and Type Method Description MicrosoftGraphKeyCredentialInnerApplicationsClient. addKey(String applicationId, ApplicationsAddKeyRequestBodyInner body)Invoke action addKey.MicrosoftGraphKeyCredentialInnerServicePrincipalsClient. addKey(String servicePrincipalId, ServicePrincipalsAddKeyRequestBodyInner body)Invoke action addKey.Methods in com.azure.resourcemanager.authorization.fluent that return types with arguments of type MicrosoftGraphKeyCredentialInner Modifier and Type Method Description Mono<MicrosoftGraphKeyCredentialInner>ApplicationsClient. addKeyAsync(String applicationId, ApplicationsAddKeyRequestBodyInner body)Invoke action addKey.Mono<MicrosoftGraphKeyCredentialInner>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 MicrosoftGraphKeyCredentialInner Modifier and Type Method Description MicrosoftGraphKeyCredentialInnerApplicationsAddKeyRequestBodyInner. keyCredential()Get the keyCredential property: keyCredential.MicrosoftGraphKeyCredentialInnerServicePrincipalsAddKeyRequestBodyInner. keyCredential()Get the keyCredential property: keyCredential.MicrosoftGraphKeyCredentialInnerMicrosoftGraphKeyCredentialInner. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: keyCredential.MicrosoftGraphKeyCredentialInnerMicrosoftGraphKeyCredentialInner. withCustomKeyIdentifier(byte[] customKeyIdentifier)Set the customKeyIdentifier property: Custom key identifier.MicrosoftGraphKeyCredentialInnerMicrosoftGraphKeyCredentialInner. withDisplayName(String displayName)Set the displayName property: Friendly name for the key.MicrosoftGraphKeyCredentialInnerMicrosoftGraphKeyCredentialInner. 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.MicrosoftGraphKeyCredentialInnerMicrosoftGraphKeyCredentialInner. 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()).MicrosoftGraphKeyCredentialInnerMicrosoftGraphKeyCredentialInner. withKeyId(UUID keyId)Set the keyId property: The unique identifier (GUID) for the key.MicrosoftGraphKeyCredentialInnerMicrosoftGraphKeyCredentialInner. 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.MicrosoftGraphKeyCredentialInnerMicrosoftGraphKeyCredentialInner. withType(String type)Set the type property: The type of key credential; for example, 'Symmetric'.MicrosoftGraphKeyCredentialInnerMicrosoftGraphKeyCredentialInner. withUsage(String usage)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 MicrosoftGraphKeyCredentialInner Modifier and Type Method Description List<MicrosoftGraphKeyCredentialInner>MicrosoftGraphApplicationInner. keyCredentials()Get the keyCredentials property: The collection of key credentials associated with the application Not nullable.List<MicrosoftGraphKeyCredentialInner>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 MicrosoftGraphKeyCredentialInner Modifier and Type Method Description ApplicationsAddKeyRequestBodyInnerApplicationsAddKeyRequestBodyInner. withKeyCredential(MicrosoftGraphKeyCredentialInner keyCredential)Set the keyCredential property: keyCredential.ServicePrincipalsAddKeyRequestBodyInnerServicePrincipalsAddKeyRequestBodyInner. withKeyCredential(MicrosoftGraphKeyCredentialInner keyCredential)Set the keyCredential property: keyCredential.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphKeyCredentialInner Modifier and Type Method Description MicrosoftGraphApplicationInnerMicrosoftGraphApplicationInner. withKeyCredentials(List<MicrosoftGraphKeyCredentialInner> keyCredentials)Set the keyCredentials property: The collection of key credentials associated with the application Not nullable.MicrosoftGraphServicePrincipalInnerMicrosoftGraphServicePrincipalInner. withKeyCredentials(List<MicrosoftGraphKeyCredentialInner> keyCredentials)Set the keyCredentials property: The collection of key credentials associated with the service principal.
-