Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Messages
The following table lists the messages for the Git Organization (GitOrganization) table. Messages represent operations that can be performed on the table. They may also be events.
| Name Is Event? |
Web API Operation | SDK for .NET |
|---|---|---|
CreateEvent: False |
POST /gitorganizationsSee Create |
Create records |
CreateMultipleEvent: False |
CreateMultiple | CreateMultipleRequest |
DeleteEvent: False |
DELETE /gitorganizations(gitorganizationid)See Delete |
Delete records |
RetrieveEvent: False |
GET /gitorganizations(gitorganizationid)See Retrieve |
Retrieve records |
RetrieveEntityChangesEvent: False |
RetrieveEntityChangesRequest | |
RetrieveMultipleEvent: False |
GET /gitorganizationsSee Query data |
Query data |
UpdateEvent: False |
PATCH /gitorganizations(gitorganizationid)See Update |
Update records |
UpdateMultipleEvent: False |
UpdateMultiple | UpdateMultipleRequest |
UpsertEvent: False |
PATCH /gitorganizations(gitorganizationid)See Upsert a table row |
UpsertRequest |
UpsertMultipleEvent: False |
UpsertMultiple | UpsertMultipleRequest |
Properties
The following table lists selected properties for the Git Organization (GitOrganization) table.
| Property | Value |
|---|---|
| DisplayName | Git Organization |
| DisplayCollectionName | Git Organizations |
| SchemaName | GitOrganization |
| CollectionSchemaName | GitOrganizations |
| EntitySetName | gitorganizations |
| LogicalName | gitorganization |
| LogicalCollectionName | gitorganizations |
| PrimaryIdAttribute | gitorganizationid |
| PrimaryNameAttribute | organizationname |
| TableType | Virtual |
| OwnershipType | OrganizationOwned |
Writable columns/attributes
These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.
GitOrganizationId
| Property | Value |
|---|---|
| Description | Unique identifier for entity instances |
| DisplayName | Git Organization |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | gitorganizationid |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
OrganizationName
| Property | Value |
|---|---|
| Description | The name of the Git organization. |
| DisplayName | Git Organization Name |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | organizationname |
| RequiredLevel | ApplicationRequired |
| Type | String |
| Format | Text |
| FormatName | Text |
| ImeMode | Auto |
| IsLocalizable | False |
| MaxLength | 1000 |
See also
Dataverse table/entity reference
Dataverse Web API Reference
gitorganization