GoogleChromePolicyVersionsV1PolicySchema class
Resource representing a policy schema.
Constructors
-
GoogleChromePolicyVersionsV1PolicySchema({List<
String> ? accessRestrictions, List<GoogleChromePolicyVersionsV1AdditionalTargetKeyName> ? additionalTargetKeyNames, String? categoryTitle, Proto2FileDescriptorProto? definition, List<GoogleChromePolicyVersionsV1PolicySchemaFieldDescription> ? fieldDescriptions, String? name, List<GoogleChromePolicyVersionsV1PolicySchemaNoticeDescription> ? notices, GoogleChromePolicyVersionsV1PolicyApiLifecycle? policyApiLifecycle, String? policyDescription, String? schemaName, String? supportUri, List<String> ? supportedPlatforms, List<String> ? validTargetResources}) - GoogleChromePolicyVersionsV1PolicySchema.fromJson(Map json_)
Properties
-
accessRestrictions
↔ List<
String> ? -
Specific access restrictions related to this policy.
getter/setter pair
-
additionalTargetKeyNames
↔ List<
GoogleChromePolicyVersionsV1AdditionalTargetKeyName> ? -
Additional key names that will be used to identify the target of the
policy value.
getter/setter pair
- categoryTitle ↔ String?
-
Title of the category in which a setting belongs.
getter/setter pair
- definition ↔ Proto2FileDescriptorProto?
-
Schema definition using proto descriptor.
getter/setter pair
-
fieldDescriptions
↔ List<
GoogleChromePolicyVersionsV1PolicySchemaFieldDescription> ? -
Detailed description of each field that is part of the schema.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Format: name=customers/{customer}/policySchemas/{schema_namespace}
getter/setter pair
-
notices
↔ List<
GoogleChromePolicyVersionsV1PolicySchemaNoticeDescription> ? -
Special notice messages related to setting certain values in certain
fields in the schema.
getter/setter pair
- policyApiLifecycle ↔ GoogleChromePolicyVersionsV1PolicyApiLifecycle?
-
Current lifecycle information.
getter/setter pair
- policyDescription ↔ String?
-
Description about the policy schema for user consumption.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- schemaName ↔ String?
-
The fully qualified name of the policy schema.
getter/setter pair
-
supportedPlatforms
↔ List<
String> ? -
List indicates that the policy will only apply to devices/users on these
platforms.
getter/setter pair
- supportUri ↔ String?
-
URI to related support article for this schema.
getter/setter pair
-
validTargetResources
↔ List<
String> ? -
Information about applicable target resources for the policy.
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