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 MicrosoftGraphKeyCredentialInner
ApplicationsClient. addKey(String applicationId, ApplicationsAddKeyRequestBodyInner body)
Invoke action addKey.MicrosoftGraphKeyCredentialInner
ServicePrincipalsClient. 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 MicrosoftGraphKeyCredentialInner
ApplicationsAddKeyRequestBodyInner. keyCredential()
Get the keyCredential property: keyCredential.MicrosoftGraphKeyCredentialInner
ServicePrincipalsAddKeyRequestBodyInner. keyCredential()
Get the keyCredential property: keyCredential.MicrosoftGraphKeyCredentialInner
MicrosoftGraphKeyCredentialInner. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: keyCredential.MicrosoftGraphKeyCredentialInner
MicrosoftGraphKeyCredentialInner. withCustomKeyIdentifier(byte[] customKeyIdentifier)
Set the customKeyIdentifier property: Custom key identifier.MicrosoftGraphKeyCredentialInner
MicrosoftGraphKeyCredentialInner. withDisplayName(String displayName)
Set the displayName property: Friendly name for the key.MicrosoftGraphKeyCredentialInner
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
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()).MicrosoftGraphKeyCredentialInner
MicrosoftGraphKeyCredentialInner. withKeyId(UUID keyId)
Set the keyId property: The unique identifier (GUID) for the key.MicrosoftGraphKeyCredentialInner
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.MicrosoftGraphKeyCredentialInner
MicrosoftGraphKeyCredentialInner. withType(String type)
Set the type property: The type of key credential; for example, 'Symmetric'.MicrosoftGraphKeyCredentialInner
MicrosoftGraphKeyCredentialInner. 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 ApplicationsAddKeyRequestBodyInner
ApplicationsAddKeyRequestBodyInner. withKeyCredential(MicrosoftGraphKeyCredentialInner keyCredential)
Set the keyCredential property: keyCredential.ServicePrincipalsAddKeyRequestBodyInner
ServicePrincipalsAddKeyRequestBodyInner. 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 MicrosoftGraphApplicationInner
MicrosoftGraphApplicationInner. withKeyCredentials(List<MicrosoftGraphKeyCredentialInner> keyCredentials)
Set the keyCredentials property: The collection of key credentials associated with the application Not nullable.MicrosoftGraphServicePrincipalInner
MicrosoftGraphServicePrincipalInner. withKeyCredentials(List<MicrosoftGraphKeyCredentialInner> keyCredentials)
Set the keyCredentials property: The collection of key credentials associated with the service principal.
-