You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/chromepolicy_v1.customers.policySchemas.html
+20-2Lines changed: 20 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ <h3>Method Details</h3>
106
106
Returns:
107
107
An object of the form:
108
108
109
-
{ # Resource representing a policy schema. Next ID: 11
109
+
{ # Resource representing a policy schema. Next ID: 12
110
110
"accessRestrictions": [ # Output only. Specific access restrictions related to this policy.
111
111
"A String",
112
112
],
@@ -200,6 +200,15 @@ <h3>Method Details</h3>
200
200
"noticeValue": "A String", # Output only. The value of the field that has a notice. When setting the field to this value, the user may be required to acknowledge the notice message in order for the value to be set.
201
201
},
202
202
],
203
+
"policyApiLifeycle": { # Output only. Current life cycle information.
204
+
"description": "A String", # Description about current life cycle.
205
+
"endSupport": { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # End supporting date for current policy.
206
+
"day": 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
207
+
"month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
208
+
"year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
209
+
},
210
+
"policyApiLifecycleStage": "A String", # Indicate current life cycle stage of the policy API.
211
+
},
203
212
"policyDescription": "A String", # Output only. Description about the policy schema for user consumption.
204
213
"schemaName": "A String", # Output only. The fully qualified name of the policy schema. This value is used to fill the field `policy_schema` in PolicyValue when calling BatchInheritOrgUnitPolicies or BatchModifyOrgUnitPolicies
205
214
"supportUri": "A String", # Output only. URI to related support article for this schema.
@@ -229,7 +238,7 @@ <h3>Method Details</h3>
229
238
{ # Response message for listing policy schemas that match a filter.
230
239
"nextPageToken": "A String", # The page token used to get the next page of policy schemas.
231
240
"policySchemas": [ # The list of policy schemas that match the query.
232
-
{ # Resource representing a policy schema. Next ID: 11
241
+
{ # Resource representing a policy schema. Next ID: 12
233
242
"accessRestrictions": [ # Output only. Specific access restrictions related to this policy.
234
243
"A String",
235
244
],
@@ -323,6 +332,15 @@ <h3>Method Details</h3>
323
332
"noticeValue": "A String", # Output only. The value of the field that has a notice. When setting the field to this value, the user may be required to acknowledge the notice message in order for the value to be set.
324
333
},
325
334
],
335
+
"policyApiLifeycle": { # Output only. Current life cycle information.
336
+
"description": "A String", # Description about current life cycle.
337
+
"endSupport": { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # End supporting date for current policy.
338
+
"day": 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
339
+
"month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
340
+
"year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
341
+
},
342
+
"policyApiLifecycleStage": "A String", # Indicate current life cycle stage of the policy API.
343
+
},
326
344
"policyDescription": "A String", # Output only. Description about the policy schema for user consumption.
327
345
"schemaName": "A String", # Output only. The fully qualified name of the policy schema. This value is used to fill the field `policy_schema` in PolicyValue when calling BatchInheritOrgUnitPolicies or BatchModifyOrgUnitPolicies
328
346
"supportUri": "A String", # Output only. URI to related support article for this schema.
"description": "Description about current life cycle.",
335
+
"type": "string"
336
+
},
337
+
"endSupport": {
338
+
"$ref": "GoogleTypeDate",
339
+
"description": "End supporting date for current policy."
340
+
},
341
+
"policyApiLifecycleStage": {
342
+
"description": "Indicate current life cycle stage of the policy API.",
343
+
"enum": [
344
+
"API_UNSPECIFIED",
345
+
"API_PREVIEW",
346
+
"API_DEVELOPMENT",
347
+
"API_CURRENT",
348
+
"API_DEPRECATED"
349
+
],
350
+
"enumDescriptions": [
351
+
"unspecified.",
352
+
"Policy is not working yet, but giving developers heads up on format. This stage can transfer to API_DEVELOPEMNT or API_CURRENT.",
353
+
"Policy can change format in backward incompatible way (breaking change). This stage can transfer to API_CURRENT or API_DEPRECATED. This could be used for policies launched only to TTs or launched to selected customers for emergency usage.",
354
+
"Policy in official format. Policy can change format in backward compatible way (non-breaking change). Example: this policy can introduce a new field, which is considered non-breaking change, when field masks are properly utilized. This stage can transfer to API_DEPRECATED.",
355
+
"Please stop using this policy. This policy is deprecated and may/will be removed in the future. Most likely a new policy was introduced to replace this one."
356
+
],
357
+
"type": "string"
358
+
}
359
+
},
360
+
"type": "object"
361
+
},
330
362
"GoogleChromePolicyV1AdditionalTargetKeyName": {
331
363
"description": "Additional key names that will be used to identify the target of the policy value.",
"description": "Output only. Current life cycle information.",
505
+
"readOnly": true
506
+
},
470
507
"policyDescription": {
471
508
"description": "Output only. Description about the policy schema for user consumption.",
472
509
"readOnly": true,
@@ -737,6 +774,28 @@
737
774
"properties": {},
738
775
"type": "object"
739
776
},
777
+
"GoogleTypeDate": {
778
+
"description": "Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`.",
779
+
"id": "GoogleTypeDate",
780
+
"properties": {
781
+
"day": {
782
+
"description": "Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.",
783
+
"format": "int32",
784
+
"type": "integer"
785
+
},
786
+
"month": {
787
+
"description": "Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.",
788
+
"format": "int32",
789
+
"type": "integer"
790
+
},
791
+
"year": {
792
+
"description": "Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.",
0 commit comments