com.softlayer.api.service.user.customer.external.binding.Attribute Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of softlayer-api-client Show documentation
Show all versions of softlayer-api-client Show documentation
API client for accessing the SoftLayer API
The newest version!
package com.softlayer.api.service.user.customer.external.binding;
import com.softlayer.api.annotation.ApiType;
/**
* The SoftLayer_User_Customer_External_Binding_Attribute data type contains the value for a single attribute associated with an external binding. External binding attributes contain additional information about an external binding. An attribute can be generic or specific to a 3rd party vendor. For example these attributes relate to Verisign:
* *Credential Type
* *Credential State
* *Credential Expiration Date
* *Credential Last Update Date
*
* @see SoftLayer_User_Customer_External_Binding_Attribute
*/
@ApiType("SoftLayer_User_Customer_External_Binding_Attribute")
public class Attribute extends com.softlayer.api.service.user.external.binding.Attribute {
public static class Mask extends com.softlayer.api.service.user.external.binding.Attribute.Mask {
}
}