Documentation ¶
Index ¶
- Variables
- type CreateOrganization
- func (*CreateOrganization) Descriptor() ([]byte, []int)deprecated
- func (x *CreateOrganization) GetDisplayName() string
- func (x *CreateOrganization) GetExternalId() string
- func (x *CreateOrganization) GetMetadata() map[string]string
- func (x *CreateOrganization) GetRegionCode() commons.RegionCode
- func (*CreateOrganization) ProtoMessage()
- func (x *CreateOrganization) ProtoReflect() protoreflect.Message
- func (x *CreateOrganization) Reset()
- func (x *CreateOrganization) String() string
- type CreateOrganizationRequest
- func (*CreateOrganizationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateOrganizationRequest) GetOrganization() *CreateOrganization
- func (*CreateOrganizationRequest) ProtoMessage()
- func (x *CreateOrganizationRequest) ProtoReflect() protoreflect.Message
- func (x *CreateOrganizationRequest) Reset()
- func (x *CreateOrganizationRequest) String() string
- type CreateOrganizationResponse
- func (*CreateOrganizationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateOrganizationResponse) GetOrganization() *Organization
- func (*CreateOrganizationResponse) ProtoMessage()
- func (x *CreateOrganizationResponse) ProtoReflect() protoreflect.Message
- func (x *CreateOrganizationResponse) Reset()
- func (x *CreateOrganizationResponse) String() string
- type DeleteOrganizationRequest
- func (*DeleteOrganizationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteOrganizationRequest) GetExternalId() string
- func (x *DeleteOrganizationRequest) GetId() string
- func (m *DeleteOrganizationRequest) GetIdentities() isDeleteOrganizationRequest_Identities
- func (*DeleteOrganizationRequest) ProtoMessage()
- func (x *DeleteOrganizationRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteOrganizationRequest) Reset()
- func (x *DeleteOrganizationRequest) String() string
- type DeleteOrganizationRequest_ExternalId
- type DeleteOrganizationRequest_Id
- type DeletePortalLinkByIdRequest
- func (*DeletePortalLinkByIdRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeletePortalLinkByIdRequest) GetId() string
- func (x *DeletePortalLinkByIdRequest) GetLinkId() string
- func (*DeletePortalLinkByIdRequest) ProtoMessage()
- func (x *DeletePortalLinkByIdRequest) ProtoReflect() protoreflect.Message
- func (x *DeletePortalLinkByIdRequest) Reset()
- func (x *DeletePortalLinkByIdRequest) String() string
- type DeletePortalLinkRequest
- func (*DeletePortalLinkRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeletePortalLinkRequest) GetId() string
- func (*DeletePortalLinkRequest) ProtoMessage()
- func (x *DeletePortalLinkRequest) ProtoReflect() protoreflect.Message
- func (x *DeletePortalLinkRequest) Reset()
- func (x *DeletePortalLinkRequest) String() string
- type GeneratePortalLinkRequest
- func (*GeneratePortalLinkRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GeneratePortalLinkRequest) GetId() string
- func (*GeneratePortalLinkRequest) ProtoMessage()
- func (x *GeneratePortalLinkRequest) ProtoReflect() protoreflect.Message
- func (x *GeneratePortalLinkRequest) Reset()
- func (x *GeneratePortalLinkRequest) String() string
- type GeneratePortalLinkResponse
- func (*GeneratePortalLinkResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GeneratePortalLinkResponse) GetLink() *Link
- func (*GeneratePortalLinkResponse) ProtoMessage()
- func (x *GeneratePortalLinkResponse) ProtoReflect() protoreflect.Message
- func (x *GeneratePortalLinkResponse) Reset()
- func (x *GeneratePortalLinkResponse) String() string
- type GetOrganizationRequest
- func (*GetOrganizationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrganizationRequest) GetExternalId() string
- func (x *GetOrganizationRequest) GetId() string
- func (m *GetOrganizationRequest) GetIdentities() isGetOrganizationRequest_Identities
- func (*GetOrganizationRequest) ProtoMessage()
- func (x *GetOrganizationRequest) ProtoReflect() protoreflect.Message
- func (x *GetOrganizationRequest) Reset()
- func (x *GetOrganizationRequest) String() string
- type GetOrganizationRequest_ExternalId
- type GetOrganizationRequest_Id
- type GetOrganizationResponse
- func (*GetOrganizationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrganizationResponse) GetOrganization() *Organization
- func (*GetOrganizationResponse) ProtoMessage()
- func (x *GetOrganizationResponse) ProtoReflect() protoreflect.Message
- func (x *GetOrganizationResponse) Reset()
- func (x *GetOrganizationResponse) String() string
- type GetPortalLinkRequest
- func (*GetPortalLinkRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetPortalLinkRequest) GetId() string
- func (*GetPortalLinkRequest) ProtoMessage()
- func (x *GetPortalLinkRequest) ProtoReflect() protoreflect.Message
- func (x *GetPortalLinkRequest) Reset()
- func (x *GetPortalLinkRequest) String() string
- type GetPortalLinksResponse
- func (*GetPortalLinksResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPortalLinksResponse) GetLinks() []*Link
- func (*GetPortalLinksResponse) ProtoMessage()
- func (x *GetPortalLinksResponse) ProtoReflect() protoreflect.Message
- func (x *GetPortalLinksResponse) Reset()
- func (x *GetPortalLinksResponse) String() string
- type Link
- func (*Link) Descriptor() ([]byte, []int)deprecated
- func (x *Link) GetExpireTime() *timestamppb.Timestamp
- func (x *Link) GetId() string
- func (x *Link) GetLocation() string
- func (*Link) ProtoMessage()
- func (x *Link) ProtoReflect() protoreflect.Message
- func (x *Link) Reset()
- func (x *Link) String() string
- type ListOrganizationsRequest
- func (*ListOrganizationsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationsRequest) GetPageSize() uint32
- func (x *ListOrganizationsRequest) GetPageToken() string
- func (*ListOrganizationsRequest) ProtoMessage()
- func (x *ListOrganizationsRequest) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationsRequest) Reset()
- func (x *ListOrganizationsRequest) String() string
- type ListOrganizationsResponse
- func (*ListOrganizationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationsResponse) GetNextPageToken() string
- func (x *ListOrganizationsResponse) GetOrganizations() []*Organization
- func (x *ListOrganizationsResponse) GetTotalSize() uint32
- func (*ListOrganizationsResponse) ProtoMessage()
- func (x *ListOrganizationsResponse) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationsResponse) Reset()
- func (x *ListOrganizationsResponse) String() string
- type Organization
- func (*Organization) Descriptor() ([]byte, []int)deprecated
- func (x *Organization) GetCreateTime() *timestamppb.Timestamp
- func (x *Organization) GetDisplayName() string
- func (x *Organization) GetExternalId() string
- func (x *Organization) GetId() string
- func (x *Organization) GetMetadata() map[string]string
- func (x *Organization) GetRegionCode() commons.RegionCode
- func (x *Organization) GetUpdateTime() *timestamppb.Timestamp
- func (*Organization) ProtoMessage()
- func (x *Organization) ProtoReflect() protoreflect.Message
- func (x *Organization) Reset()
- func (x *Organization) String() string
- type SearchOrganizationsRequest
- func (*SearchOrganizationsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SearchOrganizationsRequest) GetPageSize() uint32
- func (x *SearchOrganizationsRequest) GetPageToken() string
- func (x *SearchOrganizationsRequest) GetQuery() string
- func (*SearchOrganizationsRequest) ProtoMessage()
- func (x *SearchOrganizationsRequest) ProtoReflect() protoreflect.Message
- func (x *SearchOrganizationsRequest) Reset()
- func (x *SearchOrganizationsRequest) String() string
- type SearchOrganizationsResponse
- func (*SearchOrganizationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SearchOrganizationsResponse) GetNextPageToken() string
- func (x *SearchOrganizationsResponse) GetOrganizations() []*Organization
- func (x *SearchOrganizationsResponse) GetTotalSize() uint32
- func (*SearchOrganizationsResponse) ProtoMessage()
- func (x *SearchOrganizationsResponse) ProtoReflect() protoreflect.Message
- func (x *SearchOrganizationsResponse) Reset()
- func (x *SearchOrganizationsResponse) String() string
- type UpdateOrganization
- func (*UpdateOrganization) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOrganization) GetDisplayName() string
- func (x *UpdateOrganization) GetExternalId() string
- func (x *UpdateOrganization) GetMetadata() map[string]string
- func (*UpdateOrganization) ProtoMessage()
- func (x *UpdateOrganization) ProtoReflect() protoreflect.Message
- func (x *UpdateOrganization) Reset()
- func (x *UpdateOrganization) String() string
- type UpdateOrganizationRequest
- func (*UpdateOrganizationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOrganizationRequest) GetExternalId() string
- func (x *UpdateOrganizationRequest) GetId() string
- func (m *UpdateOrganizationRequest) GetIdentities() isUpdateOrganizationRequest_Identities
- func (x *UpdateOrganizationRequest) GetOrganization() *UpdateOrganization
- func (x *UpdateOrganizationRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateOrganizationRequest) ProtoMessage()
- func (x *UpdateOrganizationRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateOrganizationRequest) Reset()
- func (x *UpdateOrganizationRequest) String() string
- type UpdateOrganizationRequest_ExternalId
- type UpdateOrganizationRequest_Id
- type UpdateOrganizationResponse
- func (*UpdateOrganizationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOrganizationResponse) GetOrganization() *Organization
- func (*UpdateOrganizationResponse) ProtoMessage()
- func (x *UpdateOrganizationResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateOrganizationResponse) Reset()
- func (x *UpdateOrganizationResponse) String() string
Constants ¶
This section is empty.
Variables ¶
var File_scalekit_v1_organizations_organizations_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CreateOrganization ¶
type CreateOrganization struct { // Name of the org to be used in display DisplayName string `protobuf:"bytes,4,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // Optional regioncode RegionCode commons.RegionCode `` /* 128-byte string literal not displayed */ // External Id is useful to store a unique identifier for a given Org that. The unique Identifier can be the id of your tenant / org in your SaaSApp ExternalId *string `protobuf:"bytes,6,opt,name=external_id,json=externalId,proto3,oneof" json:"external_id,omitempty"` // Key value pairs extension attributes. Metadata map[string]string `` /* 157-byte string literal not displayed */ // contains filtered or unexported fields }
func (*CreateOrganization) Descriptor
deprecated
func (*CreateOrganization) Descriptor() ([]byte, []int)
Deprecated: Use CreateOrganization.ProtoReflect.Descriptor instead.
func (*CreateOrganization) GetDisplayName ¶
func (x *CreateOrganization) GetDisplayName() string
func (*CreateOrganization) GetExternalId ¶
func (x *CreateOrganization) GetExternalId() string
func (*CreateOrganization) GetMetadata ¶
func (x *CreateOrganization) GetMetadata() map[string]string
func (*CreateOrganization) GetRegionCode ¶
func (x *CreateOrganization) GetRegionCode() commons.RegionCode
func (*CreateOrganization) ProtoMessage ¶
func (*CreateOrganization) ProtoMessage()
func (*CreateOrganization) ProtoReflect ¶
func (x *CreateOrganization) ProtoReflect() protoreflect.Message
func (*CreateOrganization) Reset ¶
func (x *CreateOrganization) Reset()
func (*CreateOrganization) String ¶
func (x *CreateOrganization) String() string
type CreateOrganizationRequest ¶
type CreateOrganizationRequest struct { // Organization details Organization *CreateOrganization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"` // contains filtered or unexported fields }
func (*CreateOrganizationRequest) Descriptor
deprecated
func (*CreateOrganizationRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateOrganizationRequest.ProtoReflect.Descriptor instead.
func (*CreateOrganizationRequest) GetOrganization ¶
func (x *CreateOrganizationRequest) GetOrganization() *CreateOrganization
func (*CreateOrganizationRequest) ProtoMessage ¶
func (*CreateOrganizationRequest) ProtoMessage()
func (*CreateOrganizationRequest) ProtoReflect ¶
func (x *CreateOrganizationRequest) ProtoReflect() protoreflect.Message
func (*CreateOrganizationRequest) Reset ¶
func (x *CreateOrganizationRequest) Reset()
func (*CreateOrganizationRequest) String ¶
func (x *CreateOrganizationRequest) String() string
type CreateOrganizationResponse ¶
type CreateOrganizationResponse struct { Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"` // contains filtered or unexported fields }
func (*CreateOrganizationResponse) Descriptor
deprecated
func (*CreateOrganizationResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateOrganizationResponse.ProtoReflect.Descriptor instead.
func (*CreateOrganizationResponse) GetOrganization ¶
func (x *CreateOrganizationResponse) GetOrganization() *Organization
func (*CreateOrganizationResponse) ProtoMessage ¶
func (*CreateOrganizationResponse) ProtoMessage()
func (*CreateOrganizationResponse) ProtoReflect ¶
func (x *CreateOrganizationResponse) ProtoReflect() protoreflect.Message
func (*CreateOrganizationResponse) Reset ¶
func (x *CreateOrganizationResponse) Reset()
func (*CreateOrganizationResponse) String ¶
func (x *CreateOrganizationResponse) String() string
type DeleteOrganizationRequest ¶
type DeleteOrganizationRequest struct { // Types that are assignable to Identities: // // *DeleteOrganizationRequest_Id // *DeleteOrganizationRequest_ExternalId Identities isDeleteOrganizationRequest_Identities `protobuf_oneof:"identities"` // contains filtered or unexported fields }
func (*DeleteOrganizationRequest) Descriptor
deprecated
func (*DeleteOrganizationRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteOrganizationRequest.ProtoReflect.Descriptor instead.
func (*DeleteOrganizationRequest) GetExternalId ¶
func (x *DeleteOrganizationRequest) GetExternalId() string
func (*DeleteOrganizationRequest) GetId ¶
func (x *DeleteOrganizationRequest) GetId() string
func (*DeleteOrganizationRequest) GetIdentities ¶
func (m *DeleteOrganizationRequest) GetIdentities() isDeleteOrganizationRequest_Identities
func (*DeleteOrganizationRequest) ProtoMessage ¶
func (*DeleteOrganizationRequest) ProtoMessage()
func (*DeleteOrganizationRequest) ProtoReflect ¶
func (x *DeleteOrganizationRequest) ProtoReflect() protoreflect.Message
func (*DeleteOrganizationRequest) Reset ¶
func (x *DeleteOrganizationRequest) Reset()
func (*DeleteOrganizationRequest) String ¶
func (x *DeleteOrganizationRequest) String() string
type DeleteOrganizationRequest_ExternalId ¶
type DeleteOrganizationRequest_ExternalId struct {
ExternalId string `protobuf:"bytes,2,opt,name=external_id,json=externalId,proto3,oneof"`
}
type DeleteOrganizationRequest_Id ¶
type DeleteOrganizationRequest_Id struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3,oneof"`
}
type DeletePortalLinkByIdRequest ¶
type DeletePortalLinkByIdRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` LinkId string `protobuf:"bytes,2,opt,name=link_id,json=linkId,proto3" json:"link_id,omitempty"` // contains filtered or unexported fields }
func (*DeletePortalLinkByIdRequest) Descriptor
deprecated
func (*DeletePortalLinkByIdRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeletePortalLinkByIdRequest.ProtoReflect.Descriptor instead.
func (*DeletePortalLinkByIdRequest) GetId ¶
func (x *DeletePortalLinkByIdRequest) GetId() string
func (*DeletePortalLinkByIdRequest) GetLinkId ¶
func (x *DeletePortalLinkByIdRequest) GetLinkId() string
func (*DeletePortalLinkByIdRequest) ProtoMessage ¶
func (*DeletePortalLinkByIdRequest) ProtoMessage()
func (*DeletePortalLinkByIdRequest) ProtoReflect ¶
func (x *DeletePortalLinkByIdRequest) ProtoReflect() protoreflect.Message
func (*DeletePortalLinkByIdRequest) Reset ¶
func (x *DeletePortalLinkByIdRequest) Reset()
func (*DeletePortalLinkByIdRequest) String ¶
func (x *DeletePortalLinkByIdRequest) String() string
type DeletePortalLinkRequest ¶
type DeletePortalLinkRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DeletePortalLinkRequest) Descriptor
deprecated
func (*DeletePortalLinkRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeletePortalLinkRequest.ProtoReflect.Descriptor instead.
func (*DeletePortalLinkRequest) GetId ¶
func (x *DeletePortalLinkRequest) GetId() string
func (*DeletePortalLinkRequest) ProtoMessage ¶
func (*DeletePortalLinkRequest) ProtoMessage()
func (*DeletePortalLinkRequest) ProtoReflect ¶
func (x *DeletePortalLinkRequest) ProtoReflect() protoreflect.Message
func (*DeletePortalLinkRequest) Reset ¶
func (x *DeletePortalLinkRequest) Reset()
func (*DeletePortalLinkRequest) String ¶
func (x *DeletePortalLinkRequest) String() string
type GeneratePortalLinkRequest ¶
type GeneratePortalLinkRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GeneratePortalLinkRequest) Descriptor
deprecated
func (*GeneratePortalLinkRequest) Descriptor() ([]byte, []int)
Deprecated: Use GeneratePortalLinkRequest.ProtoReflect.Descriptor instead.
func (*GeneratePortalLinkRequest) GetId ¶
func (x *GeneratePortalLinkRequest) GetId() string
func (*GeneratePortalLinkRequest) ProtoMessage ¶
func (*GeneratePortalLinkRequest) ProtoMessage()
func (*GeneratePortalLinkRequest) ProtoReflect ¶
func (x *GeneratePortalLinkRequest) ProtoReflect() protoreflect.Message
func (*GeneratePortalLinkRequest) Reset ¶
func (x *GeneratePortalLinkRequest) Reset()
func (*GeneratePortalLinkRequest) String ¶
func (x *GeneratePortalLinkRequest) String() string
type GeneratePortalLinkResponse ¶
type GeneratePortalLinkResponse struct { Link *Link `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"` // contains filtered or unexported fields }
func (*GeneratePortalLinkResponse) Descriptor
deprecated
func (*GeneratePortalLinkResponse) Descriptor() ([]byte, []int)
Deprecated: Use GeneratePortalLinkResponse.ProtoReflect.Descriptor instead.
func (*GeneratePortalLinkResponse) GetLink ¶
func (x *GeneratePortalLinkResponse) GetLink() *Link
func (*GeneratePortalLinkResponse) ProtoMessage ¶
func (*GeneratePortalLinkResponse) ProtoMessage()
func (*GeneratePortalLinkResponse) ProtoReflect ¶
func (x *GeneratePortalLinkResponse) ProtoReflect() protoreflect.Message
func (*GeneratePortalLinkResponse) Reset ¶
func (x *GeneratePortalLinkResponse) Reset()
func (*GeneratePortalLinkResponse) String ¶
func (x *GeneratePortalLinkResponse) String() string
type GetOrganizationRequest ¶
type GetOrganizationRequest struct { // Types that are assignable to Identities: // // *GetOrganizationRequest_Id // *GetOrganizationRequest_ExternalId Identities isGetOrganizationRequest_Identities `protobuf_oneof:"identities"` // contains filtered or unexported fields }
func (*GetOrganizationRequest) Descriptor
deprecated
func (*GetOrganizationRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOrganizationRequest.ProtoReflect.Descriptor instead.
func (*GetOrganizationRequest) GetExternalId ¶
func (x *GetOrganizationRequest) GetExternalId() string
func (*GetOrganizationRequest) GetId ¶
func (x *GetOrganizationRequest) GetId() string
func (*GetOrganizationRequest) GetIdentities ¶
func (m *GetOrganizationRequest) GetIdentities() isGetOrganizationRequest_Identities
func (*GetOrganizationRequest) ProtoMessage ¶
func (*GetOrganizationRequest) ProtoMessage()
func (*GetOrganizationRequest) ProtoReflect ¶
func (x *GetOrganizationRequest) ProtoReflect() protoreflect.Message
func (*GetOrganizationRequest) Reset ¶
func (x *GetOrganizationRequest) Reset()
func (*GetOrganizationRequest) String ¶
func (x *GetOrganizationRequest) String() string
type GetOrganizationRequest_ExternalId ¶
type GetOrganizationRequest_ExternalId struct {
ExternalId string `protobuf:"bytes,2,opt,name=external_id,json=externalId,proto3,oneof"`
}
type GetOrganizationRequest_Id ¶
type GetOrganizationRequest_Id struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3,oneof"`
}
type GetOrganizationResponse ¶
type GetOrganizationResponse struct { Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"` // contains filtered or unexported fields }
func (*GetOrganizationResponse) Descriptor
deprecated
func (*GetOrganizationResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOrganizationResponse.ProtoReflect.Descriptor instead.
func (*GetOrganizationResponse) GetOrganization ¶
func (x *GetOrganizationResponse) GetOrganization() *Organization
func (*GetOrganizationResponse) ProtoMessage ¶
func (*GetOrganizationResponse) ProtoMessage()
func (*GetOrganizationResponse) ProtoReflect ¶
func (x *GetOrganizationResponse) ProtoReflect() protoreflect.Message
func (*GetOrganizationResponse) Reset ¶
func (x *GetOrganizationResponse) Reset()
func (*GetOrganizationResponse) String ¶
func (x *GetOrganizationResponse) String() string
type GetPortalLinkRequest ¶
type GetPortalLinkRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetPortalLinkRequest) Descriptor
deprecated
func (*GetPortalLinkRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPortalLinkRequest.ProtoReflect.Descriptor instead.
func (*GetPortalLinkRequest) GetId ¶
func (x *GetPortalLinkRequest) GetId() string
func (*GetPortalLinkRequest) ProtoMessage ¶
func (*GetPortalLinkRequest) ProtoMessage()
func (*GetPortalLinkRequest) ProtoReflect ¶
func (x *GetPortalLinkRequest) ProtoReflect() protoreflect.Message
func (*GetPortalLinkRequest) Reset ¶
func (x *GetPortalLinkRequest) Reset()
func (*GetPortalLinkRequest) String ¶
func (x *GetPortalLinkRequest) String() string
type GetPortalLinksResponse ¶
type GetPortalLinksResponse struct { Links []*Link `protobuf:"bytes,1,rep,name=links,proto3" json:"links,omitempty"` // contains filtered or unexported fields }
func (*GetPortalLinksResponse) Descriptor
deprecated
func (*GetPortalLinksResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetPortalLinksResponse.ProtoReflect.Descriptor instead.
func (*GetPortalLinksResponse) GetLinks ¶
func (x *GetPortalLinksResponse) GetLinks() []*Link
func (*GetPortalLinksResponse) ProtoMessage ¶
func (*GetPortalLinksResponse) ProtoMessage()
func (*GetPortalLinksResponse) ProtoReflect ¶
func (x *GetPortalLinksResponse) ProtoReflect() protoreflect.Message
func (*GetPortalLinksResponse) Reset ¶
func (x *GetPortalLinksResponse) Reset()
func (*GetPortalLinksResponse) String ¶
func (x *GetPortalLinksResponse) String() string
type Link ¶
type Link struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Location string `protobuf:"bytes,2,opt,name=location,proto3" json:"location,omitempty"` ExpireTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"` // contains filtered or unexported fields }
func (*Link) Descriptor
deprecated
func (*Link) GetExpireTime ¶
func (x *Link) GetExpireTime() *timestamppb.Timestamp
func (*Link) GetLocation ¶
func (*Link) ProtoMessage ¶
func (*Link) ProtoMessage()
func (*Link) ProtoReflect ¶
func (x *Link) ProtoReflect() protoreflect.Message
type ListOrganizationsRequest ¶
type ListOrganizationsRequest struct { PageSize uint32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
func (*ListOrganizationsRequest) Descriptor
deprecated
func (*ListOrganizationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListOrganizationsRequest.ProtoReflect.Descriptor instead.
func (*ListOrganizationsRequest) GetPageSize ¶
func (x *ListOrganizationsRequest) GetPageSize() uint32
func (*ListOrganizationsRequest) GetPageToken ¶
func (x *ListOrganizationsRequest) GetPageToken() string
func (*ListOrganizationsRequest) ProtoMessage ¶
func (*ListOrganizationsRequest) ProtoMessage()
func (*ListOrganizationsRequest) ProtoReflect ¶
func (x *ListOrganizationsRequest) ProtoReflect() protoreflect.Message
func (*ListOrganizationsRequest) Reset ¶
func (x *ListOrganizationsRequest) Reset()
func (*ListOrganizationsRequest) String ¶
func (x *ListOrganizationsRequest) String() string
type ListOrganizationsResponse ¶
type ListOrganizationsResponse struct { NextPageToken string `protobuf:"bytes,1,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` TotalSize uint32 `protobuf:"varint,2,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` Organizations []*Organization `protobuf:"bytes,3,rep,name=organizations,proto3" json:"organizations,omitempty"` // contains filtered or unexported fields }
func (*ListOrganizationsResponse) Descriptor
deprecated
func (*ListOrganizationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListOrganizationsResponse.ProtoReflect.Descriptor instead.
func (*ListOrganizationsResponse) GetNextPageToken ¶
func (x *ListOrganizationsResponse) GetNextPageToken() string
func (*ListOrganizationsResponse) GetOrganizations ¶
func (x *ListOrganizationsResponse) GetOrganizations() []*Organization
func (*ListOrganizationsResponse) GetTotalSize ¶
func (x *ListOrganizationsResponse) GetTotalSize() uint32
func (*ListOrganizationsResponse) ProtoMessage ¶
func (*ListOrganizationsResponse) ProtoMessage()
func (*ListOrganizationsResponse) ProtoReflect ¶
func (x *ListOrganizationsResponse) ProtoReflect() protoreflect.Message
func (*ListOrganizationsResponse) Reset ¶
func (x *ListOrganizationsResponse) Reset()
func (*ListOrganizationsResponse) String ¶
func (x *ListOrganizationsResponse) String() string
type Organization ¶
type Organization struct { // Id Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // Created Time CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // Updated time UpdateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // Name of the org to be used in display DisplayName string `protobuf:"bytes,4,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // Optional regioncode RegionCode commons.RegionCode `` /* 128-byte string literal not displayed */ // External Id is useful to store a unique identifier for a given Org that. The unique Identifier can be the id of your tenant / org in your SaaSApp ExternalId *string `protobuf:"bytes,6,opt,name=external_id,json=externalId,proto3,oneof" json:"external_id,omitempty"` // Key value pairs extension attributes. Metadata map[string]string `` /* 157-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Organization) Descriptor
deprecated
func (*Organization) Descriptor() ([]byte, []int)
Deprecated: Use Organization.ProtoReflect.Descriptor instead.
func (*Organization) GetCreateTime ¶
func (x *Organization) GetCreateTime() *timestamppb.Timestamp
func (*Organization) GetDisplayName ¶
func (x *Organization) GetDisplayName() string
func (*Organization) GetExternalId ¶
func (x *Organization) GetExternalId() string
func (*Organization) GetId ¶
func (x *Organization) GetId() string
func (*Organization) GetMetadata ¶
func (x *Organization) GetMetadata() map[string]string
func (*Organization) GetRegionCode ¶
func (x *Organization) GetRegionCode() commons.RegionCode
func (*Organization) GetUpdateTime ¶
func (x *Organization) GetUpdateTime() *timestamppb.Timestamp
func (*Organization) ProtoMessage ¶
func (*Organization) ProtoMessage()
func (*Organization) ProtoReflect ¶
func (x *Organization) ProtoReflect() protoreflect.Message
func (*Organization) Reset ¶
func (x *Organization) Reset()
func (*Organization) String ¶
func (x *Organization) String() string
type SearchOrganizationsRequest ¶
type SearchOrganizationsRequest struct { Query string `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"` PageSize uint32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
func (*SearchOrganizationsRequest) Descriptor
deprecated
func (*SearchOrganizationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use SearchOrganizationsRequest.ProtoReflect.Descriptor instead.
func (*SearchOrganizationsRequest) GetPageSize ¶
func (x *SearchOrganizationsRequest) GetPageSize() uint32
func (*SearchOrganizationsRequest) GetPageToken ¶
func (x *SearchOrganizationsRequest) GetPageToken() string
func (*SearchOrganizationsRequest) GetQuery ¶
func (x *SearchOrganizationsRequest) GetQuery() string
func (*SearchOrganizationsRequest) ProtoMessage ¶
func (*SearchOrganizationsRequest) ProtoMessage()
func (*SearchOrganizationsRequest) ProtoReflect ¶
func (x *SearchOrganizationsRequest) ProtoReflect() protoreflect.Message
func (*SearchOrganizationsRequest) Reset ¶
func (x *SearchOrganizationsRequest) Reset()
func (*SearchOrganizationsRequest) String ¶
func (x *SearchOrganizationsRequest) String() string
type SearchOrganizationsResponse ¶
type SearchOrganizationsResponse struct { NextPageToken string `protobuf:"bytes,1,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` TotalSize uint32 `protobuf:"varint,2,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"` Organizations []*Organization `protobuf:"bytes,3,rep,name=organizations,proto3" json:"organizations,omitempty"` // contains filtered or unexported fields }
func (*SearchOrganizationsResponse) Descriptor
deprecated
func (*SearchOrganizationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use SearchOrganizationsResponse.ProtoReflect.Descriptor instead.
func (*SearchOrganizationsResponse) GetNextPageToken ¶
func (x *SearchOrganizationsResponse) GetNextPageToken() string
func (*SearchOrganizationsResponse) GetOrganizations ¶
func (x *SearchOrganizationsResponse) GetOrganizations() []*Organization
func (*SearchOrganizationsResponse) GetTotalSize ¶
func (x *SearchOrganizationsResponse) GetTotalSize() uint32
func (*SearchOrganizationsResponse) ProtoMessage ¶
func (*SearchOrganizationsResponse) ProtoMessage()
func (*SearchOrganizationsResponse) ProtoReflect ¶
func (x *SearchOrganizationsResponse) ProtoReflect() protoreflect.Message
func (*SearchOrganizationsResponse) Reset ¶
func (x *SearchOrganizationsResponse) Reset()
func (*SearchOrganizationsResponse) String ¶
func (x *SearchOrganizationsResponse) String() string
type UpdateOrganization ¶
type UpdateOrganization struct { DisplayName *string `protobuf:"bytes,4,opt,name=display_name,json=displayName,proto3,oneof" json:"display_name,omitempty"` ExternalId *string `protobuf:"bytes,6,opt,name=external_id,json=externalId,proto3,oneof" json:"external_id,omitempty"` Metadata map[string]string `` /* 157-byte string literal not displayed */ // contains filtered or unexported fields }
For update messages ensure the indexes are same as the base model itself.
func (*UpdateOrganization) Descriptor
deprecated
func (*UpdateOrganization) Descriptor() ([]byte, []int)
Deprecated: Use UpdateOrganization.ProtoReflect.Descriptor instead.
func (*UpdateOrganization) GetDisplayName ¶
func (x *UpdateOrganization) GetDisplayName() string
func (*UpdateOrganization) GetExternalId ¶
func (x *UpdateOrganization) GetExternalId() string
func (*UpdateOrganization) GetMetadata ¶
func (x *UpdateOrganization) GetMetadata() map[string]string
func (*UpdateOrganization) ProtoMessage ¶
func (*UpdateOrganization) ProtoMessage()
func (*UpdateOrganization) ProtoReflect ¶
func (x *UpdateOrganization) ProtoReflect() protoreflect.Message
func (*UpdateOrganization) Reset ¶
func (x *UpdateOrganization) Reset()
func (*UpdateOrganization) String ¶
func (x *UpdateOrganization) String() string
type UpdateOrganizationRequest ¶
type UpdateOrganizationRequest struct { // Types that are assignable to Identities: // // *UpdateOrganizationRequest_Id // *UpdateOrganizationRequest_ExternalId Identities isUpdateOrganizationRequest_Identities `protobuf_oneof:"identities"` Organization *UpdateOrganization `protobuf:"bytes,3,opt,name=organization,proto3" json:"organization,omitempty"` UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,99,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
func (*UpdateOrganizationRequest) Descriptor
deprecated
func (*UpdateOrganizationRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateOrganizationRequest.ProtoReflect.Descriptor instead.
func (*UpdateOrganizationRequest) GetExternalId ¶
func (x *UpdateOrganizationRequest) GetExternalId() string
func (*UpdateOrganizationRequest) GetId ¶
func (x *UpdateOrganizationRequest) GetId() string
func (*UpdateOrganizationRequest) GetIdentities ¶
func (m *UpdateOrganizationRequest) GetIdentities() isUpdateOrganizationRequest_Identities
func (*UpdateOrganizationRequest) GetOrganization ¶
func (x *UpdateOrganizationRequest) GetOrganization() *UpdateOrganization
func (*UpdateOrganizationRequest) GetUpdateMask ¶
func (x *UpdateOrganizationRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateOrganizationRequest) ProtoMessage ¶
func (*UpdateOrganizationRequest) ProtoMessage()
func (*UpdateOrganizationRequest) ProtoReflect ¶
func (x *UpdateOrganizationRequest) ProtoReflect() protoreflect.Message
func (*UpdateOrganizationRequest) Reset ¶
func (x *UpdateOrganizationRequest) Reset()
func (*UpdateOrganizationRequest) String ¶
func (x *UpdateOrganizationRequest) String() string
type UpdateOrganizationRequest_ExternalId ¶
type UpdateOrganizationRequest_ExternalId struct {
ExternalId string `protobuf:"bytes,2,opt,name=external_id,json=externalId,proto3,oneof"`
}
type UpdateOrganizationRequest_Id ¶
type UpdateOrganizationRequest_Id struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3,oneof"`
}
type UpdateOrganizationResponse ¶
type UpdateOrganizationResponse struct { Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"` // contains filtered or unexported fields }
func (*UpdateOrganizationResponse) Descriptor
deprecated
func (*UpdateOrganizationResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateOrganizationResponse.ProtoReflect.Descriptor instead.
func (*UpdateOrganizationResponse) GetOrganization ¶
func (x *UpdateOrganizationResponse) GetOrganization() *Organization
func (*UpdateOrganizationResponse) ProtoMessage ¶
func (*UpdateOrganizationResponse) ProtoMessage()
func (*UpdateOrganizationResponse) ProtoReflect ¶
func (x *UpdateOrganizationResponse) ProtoReflect() protoreflect.Message
func (*UpdateOrganizationResponse) Reset ¶
func (x *UpdateOrganizationResponse) Reset()
func (*UpdateOrganizationResponse) String ¶
func (x *UpdateOrganizationResponse) String() string