Placement Rule Condition

class PlacementRuleCondition

Bases: object

property city

Base condition on the certificate city value.

property common_name

Base condition on the certificate common name value.

property country

Base condition on the certificate country value.

property domain_component

Base condition on the certificate domain component value.

property expired

Base condition on the certificate expiration value.

property hostname

Base condition on the discovered hostname value.

property ip_address

Base condition on the discovered IP Address value.

property issuer_dn

Base condition on the certificate issuer Distinguished Name (DN) value.

property operating_system

Base condition on the discovered Operating System value.

property organization

Base condition on the certificate organization value.

property organizational_unit

Base condition on the certificate organizational unit value.

property port

Base condition on the discovered port value.

property san

Base condition on the certificate SAN DNS value.

property self_signed

Base condition on whether or not the certificate is self-signed.

property server_version

Base condition on the SSH server version value.

property state

Base condition on the certificate state value.

property supports_ssh_v1

Base condition on if the target supports SSH V1.

property supports_ssh_v2

Base condition on if the target supports SSH V2.