Permit
Type name: Permit
Extends Intangible
Name |
Type |
Description |
issuedBy |
Organization |
The organization issuing the ticket or permit. |
issuedThrough |
Service |
The service through with the permit was granted. |
permitAudience |
Audience |
The target audience for this permit. |
validFor |
Duration |
The time validity of the permit. |
validFrom |
DateTime |
The date when the item becomes valid. |
validIn |
AdministrativeArea |
The geographic area where the permit is valid. |
validUntil |
Date |
The date when the item is no longer valid. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["A Permit is a type of Intangible that provides authorization for specific actions or access."],["Permits specify details like issuer, validity period, geographical scope, and intended audience."],["They include properties such as `issuedBy`, `validFor`, `validIn`, and `permitAudience` to define these aspects."],["Permit details are structured using specific data types like Organization, Duration, and AdministrativeArea for consistency."]]],[]]