fix: do not require remoteOrgID for remote connection creation (#451)
This commit is contained in:
@ -20,11 +20,11 @@ type AuthorizationPostRequest struct {
|
||||
Status *string `json:"status,omitempty" yaml:"status,omitempty"`
|
||||
// A description of the token.
|
||||
Description *string `json:"description,omitempty" yaml:"description,omitempty"`
|
||||
// ID of org that authorization is scoped to.
|
||||
// The ID of the organization that owns the authorization.
|
||||
OrgID string `json:"orgID" yaml:"orgID"`
|
||||
// ID of user that authorization is scoped to.
|
||||
// The ID of the user that the authorization is scoped to.
|
||||
UserID *string `json:"userID,omitempty" yaml:"userID,omitempty"`
|
||||
// List of permissions for an auth. An auth must have at least one Permission.
|
||||
// A list of permissions for an authorization. An authorization must have at least one permission.
|
||||
Permissions []Permission `json:"permissions" yaml:"permissions"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user