AP.F5.LTM.CertificateF5 Certificate

AP.F5.LTM.Certificate (ClassType)

F5 Certificate Class

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId2604f5c7-0a42-7482-8898-5d33da2a2c9b

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
AP.F5.LTM.Certificate:
FullName  string  Full Name Full Name of Certificate, including partition true 256  False     
Name  string  Name Name of Certificate false 256  False     
eMail  string  e-Mail e-Mail address of owner false 256  False     
FileName  string  File Name File Name of Certificate false 256  False     
CertType  string  Certificate Type Type of Certificate false 256  False     
KeyType  string  Key Type Type of Key false 256  False     
BitLength  int  Bit Length Length of Certificate Hash false 256       
Version  int  Version Version # of Certificate false 256       
SerialNumber  string  Serial Number Serial Number of Certificate false 256  False     
ExpirationDate  string  Expiration Date/Time Expiration Date/Time of Certificate false 256  False     
ExpirationDays  int  Expiration Days Number of Days till certificate expires, if negative the days since it expired. false 256       
IssuerCommonName  string  Issuer Common Name Certificate Issuer Common Name false 256  False     
IssuerCountryName  string  Issuer Country Name Certificate Issuer Country Name false 256  False     
IssuerDivisionName  string  Issuer Division Name Certificate Issuer Division Name false 256  False     
IssuerLocalityName  string  Issuer Locality Name Certificate Issuer Locality Name false 256  False     
IssuerOrganisationName  string  Issuer Organisation Name Certificate Issuer Organisation Name false 256  False     
IssuerStateName  string  Issuer State Name Certificate Issuer State Name false 256  False     
SubjectCommonName  string  Subject Common Name Certificate Subject Common Name false 256  False     
SubjectCountryName  string  Subject Country Name Certificate Subject Country Name false 256  False     
SubjectDivisionName  string  Subject Division Name Certificate Subject Division Name false 256  False     
SubjectLocalityName  string  Subject Locality Name Certificate Subject Locality Name false 256  False     
SubjectOrganisationName  string  Subject Organisation Name Certificate Subject Organisation Name false 256  False     
SubjectStateName  string  Subject State Name Certificate Subject State Name false 256  False     
DeviceGroup  string  Device Group Device Group of Hosting Device false 256  False     
DeviceAddress  string  Device Address IP Address of Hosting Device false 256  False     
DeviceName  string  Device Name Device Name of Hosting Device false 256  False     
Partition  string  Partition Partition hosting Certificate false 256  False     

Health Model:

Source Code:

<ClassType ID="AP.F5.LTM.Certificate" Base="System!System.LogicalEntity" Accessibility="Public" Abstract="false" Hosted="true" Singleton="false">
<Property ID="FullName" Key="true" Type="string"/>
<Property ID="Name" Key="false" Type="string"/>
<Property ID="eMail" Key="false" Type="string"/>
<Property ID="FileName" Key="false" Type="string"/>
<Property ID="CertType" Key="false" Type="string"/>
<Property ID="KeyType" Key="false" Type="string"/>
<Property ID="BitLength" Key="false" Type="int"/>
<Property ID="Version" Key="false" Type="int"/>
<Property ID="SerialNumber" Key="false" Type="string"/>
<Property ID="ExpirationDate" Key="false" Type="string"/>
<Property ID="ExpirationDays" Key="false" Type="int"/>
<Property ID="IssuerCommonName" Key="false" Type="string"/>
<Property ID="IssuerCountryName" Key="false" Type="string"/>
<Property ID="IssuerDivisionName" Key="false" Type="string"/>
<Property ID="IssuerLocalityName" Key="false" Type="string"/>
<Property ID="IssuerOrganisationName" Key="false" Type="string"/>
<Property ID="IssuerStateName" Key="false" Type="string"/>
<Property ID="SubjectCommonName" Key="false" Type="string"/>
<Property ID="SubjectCountryName" Key="false" Type="string"/>
<Property ID="SubjectDivisionName" Key="false" Type="string"/>
<Property ID="SubjectLocalityName" Key="false" Type="string"/>
<Property ID="SubjectOrganisationName" Key="false" Type="string"/>
<Property ID="SubjectStateName" Key="false" Type="string"/>
<Property ID="DeviceGroup" Key="false" Type="string"/>
<Property ID="DeviceAddress" Key="false" Type="string"/>
<Property ID="DeviceName" Key="false" Type="string"/>
<Property ID="Partition" Key="false" Type="string"/>
</ClassType>