Lines Matching full:permission
79 <p class="firstline">Creates a permission for a file.</p>
82 <p class="firstline">Deletes a permission.</p>
85 <p class="firstline">Gets a permission by ID.</p>
91 <p class="firstline">Updates a permission with patch semantics.</p>
95 <pre>Creates a permission for a file.
102 { # A permission for a file. A permission grants a user, group, domain or the world access to a fil…
103 "domain": "A String", # The domain to which this permission refers.
105 …"allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered thr…
106 …"kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "d…
107 …"emailAddress": "A String", # The email address of the user or group to which this permission refe…
109 "role": "A String", # The role granted by this permission. Valid values are:
114 …"expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time).
120 …"id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is…
130 …{ # A permission for a file. A permission grants a user, group, domain or the world access to a fi…
131 "domain": "A String", # The domain to which this permission refers.
133 …"allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered thr…
134 …"kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "d…
135 …"emailAddress": "A String", # The email address of the user or group to which this permission refe…
137 "role": "A String", # The role granted by this permission. Valid values are:
142 …"expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time).
148 …"id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is…
154 <pre>Deletes a permission.
158 permissionId: string, The ID of the permission. (required)
164 <pre>Gets a permission by ID.
168 permissionId: string, The ID of the permission. (required)
173 …{ # A permission for a file. A permission grants a user, group, domain or the world access to a fi…
174 "domain": "A String", # The domain to which this permission refers.
176 …"allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered thr…
177 …"kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "d…
178 …"emailAddress": "A String", # The email address of the user or group to which this permission refe…
180 "role": "A String", # The role granted by this permission. Valid values are:
185 …"expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time).
191 …"id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is…
208 …{ # A permission for a file. A permission grants a user, group, domain or the world access to a fi…
209 "domain": "A String", # The domain to which this permission refers.
211 …"allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered thr…
212 …"kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "d…
213 …mailAddress": "A String", # The email address of the user or group to which this permission refers.
215 "role": "A String", # The role granted by this permission. Valid values are:
220 …"expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time).
226 …"id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is…
234 <pre>Updates a permission with patch semantics.
238 permissionId: string, The ID of the permission. (required)
242 { # A permission for a file. A permission grants a user, group, domain or the world access to a fil…
243 "domain": "A String", # The domain to which this permission refers.
245 …"allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered thr…
246 …"kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "d…
247 …"emailAddress": "A String", # The email address of the user or group to which this permission refe…
249 "role": "A String", # The role granted by this permission. Valid values are:
254 …"expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time).
260 …"id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is…
269 …{ # A permission for a file. A permission grants a user, group, domain or the world access to a fi…
270 "domain": "A String", # The domain to which this permission refers.
272 …"allowFileDiscovery": True or False, # Whether the permission allows the file to be discovered thr…
273 …"kind": "drive#permission", # Identifies what kind of resource this is. Value: the fixed string "d…
274 …"emailAddress": "A String", # The email address of the user or group to which this permission refe…
276 "role": "A String", # The role granted by this permission. Valid values are:
281 …"expirationTime": "A String", # The time at which this permission will expire (RFC 3339 date-time).
287 …"id": "A String", # The ID of this permission. This is a unique identifier for the grantee, and is…