All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.softlayer.api.service.user.customer.external.binding.Attribute Maven / Gradle / Ivy

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 { } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy