UploadCertificateResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. databoxedge. fluent. models. UploadCertificateResponseInner
- com.
Implements
public final class UploadCertificateResponseInner
implements JsonSerializable<UploadCertificateResponseInner>
The upload registration certificate response.
Constructor Summary
| Constructor | Description |
|---|---|
| UploadCertificateResponseInner() |
Creates an instance of Upload |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
aadAudience()
Get the aad |
| String |
aadAuthority()
Get the aad |
| String |
aadTenantId()
Get the aad |
|
Authentication |
authType()
Get the auth |
| String |
azureManagementEndpointAudience()
Get the azure |
|
static
Upload |
fromJson(JsonReader jsonReader)
Reads an instance of Upload |
| String |
resourceId()
Get the resource |
| String |
servicePrincipalClientId()
Get the service |
| String |
servicePrincipalObjectId()
Get the service |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Upload |
withAuthType(AuthenticationType authType)
Set the auth |
Methods inherited from java.lang.Object
Constructor Details
UploadCertificateResponseInner
public UploadCertificateResponseInner()
Creates an instance of UploadCertificateResponseInner class.
Method Details
aadAudience
public String aadAudience()
Get the aadAudience property: Identifier of the target resource that is the recipient of the requested token.
Returns:
aadAuthority
public String aadAuthority()
Get the aadAuthority property: Azure Active Directory tenant authority.
Returns:
aadTenantId
public String aadTenantId()
Get the aadTenantId property: Azure Active Directory tenant ID.
Returns:
authType
public AuthenticationType authType()
Get the authType property: Specifies authentication type.
Returns:
azureManagementEndpointAudience
public String azureManagementEndpointAudience()
Get the azureManagementEndpointAudience property: The azure management endpoint audience.
Returns:
fromJson
public static UploadCertificateResponseInner fromJson(JsonReader jsonReader)
Reads an instance of UploadCertificateResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
resourceId
public String resourceId()
Get the resourceId property: The resource ID of the Data Box Edge/Gateway device.
Returns:
servicePrincipalClientId
public String servicePrincipalClientId()
Get the servicePrincipalClientId property: Azure Active Directory service principal client ID.
Returns:
servicePrincipalObjectId
public String servicePrincipalObjectId()
Get the servicePrincipalObjectId property: Azure Active Directory service principal object ID.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAuthType
public UploadCertificateResponseInner withAuthType(AuthenticationType authType)
Set the authType property: Specifies authentication type.
Parameters:
Returns: