TeamFolder(mapping=None, *, ignore_unknown_fields=False, **kwargs)Represents a Dataform TeamFolder. This is a resource that sits at the project level and is used to organize Repositories and Folders with hierarchical access controls. They provide a team context and stricter access controls.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
name |
str
Identifier. The TeamFolder's name. |
display_name |
str
Required. The TeamFolder's user-friendly name. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The timestamp of when the TeamFolder was created. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The timestamp of when the TeamFolder was last updated. |
internal_metadata |
str
Output only. All the metadata information that is used internally to serve the resource. For example: timestamps, flags, status fields, etc. The format of this field is a JSON string. This field is a member of oneof_ _internal_metadata.
|
creator_iam_principal |
str
Output only. The IAM principal identifier of the creator of the TeamFolder. This field is a member of oneof_ _creator_iam_principal.
|