commandment.models.Organization(**kwargs)[source]¶The MDM home organization configuration.
These attributes are used as the defaults for several other services where an org name is required. Such as Certificate requests and Profile detail.
| Table: | organizations |
|---|
id¶ID
| Type: | id (int) |
|---|
name¶Name
| Type: | name (string) |
|---|
payload_prefix¶The reverse-dns style prefix to use for all generated profiles.
| Type: | payload_prefix (string) |
|---|
x509_c¶The 2 letter x.509 country code for generating certificates.
| Type: | x509_c (string) |
|---|
x509_o¶The x.509 Organization for generating certificates.
| Type: | x509_o (string) |
|---|
x509_ou¶The x.509 Organizational Unit for generating certificates.
| Type: | x509_ou (string) |
|---|
x509_st¶The x.509 State for generating certificates.
| Type: | x509_st (string) |
|---|