GoogleChromeManagementVersionsV1ScepProfile class
Describes a SCEP certificate provisioning profile.
Constructors
-
GoogleChromeManagementVersionsV1ScepProfile({String? certificateTemplateName, String? country, List<
String> ? keyUsages, String? locality, String? organization, List<String> ? organizationalUnits, String? state, List<GoogleChromeManagementVersionsV1SubjectAltName> ? subjectAltNames, String? subjectCommonName}) - GoogleChromeManagementVersionsV1ScepProfile.fromJson(Map json_)
Properties
- certificateTemplateName ↔ String?
-
The certificate template name as defined by the admin on their on-prem
infrastructure.
getter/setter pair
- country ↔ String?
-
The country of the subject.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
keyUsages
↔ List<
String> ? -
The allowed key usages for certificate's key.
getter/setter pair
- locality ↔ String?
-
The locality of the subject.
getter/setter pair
- organization ↔ String?
-
The name of the organization the subject belongs to.
getter/setter pair
-
organizationalUnits
↔ List<
String> ? -
The organizational units of the subject.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
The state of the subject.
getter/setter pair
-
subjectAltNames
↔ List<
GoogleChromeManagementVersionsV1SubjectAltName> ? -
The subject alternative names.
getter/setter pair
- subjectCommonName ↔ String?
-
The common name of the subject.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited