Documentation ¶
Index ¶
- Constants
- Variables
- func RegisterGroupMappingServiceServer(s grpc.ServiceRegistrar, srv GroupMappingServiceServer)
- func RegisterGroupServiceServer(s grpc.ServiceRegistrar, srv GroupServiceServer)
- func RegisterOrganizationServiceServer(s grpc.ServiceRegistrar, srv OrganizationServiceServer)
- func RegisterOsLoginServiceServer(s grpc.ServiceRegistrar, srv OsLoginServiceServer)
- func RegisterSshCertificateServiceServer(s grpc.ServiceRegistrar, srv SshCertificateServiceServer)
- func RegisterUserServiceServer(s grpc.ServiceRegistrar, srv UserServiceServer)
- func RegisterUserSshKeyServiceServer(s grpc.ServiceRegistrar, srv UserSshKeyServiceServer)
- type CreateGroupMappingMetadata
- func (*CreateGroupMappingMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *CreateGroupMappingMetadata) GetFederationId() string
- func (*CreateGroupMappingMetadata) ProtoMessage()
- func (x *CreateGroupMappingMetadata) ProtoReflect() protoreflect.Message
- func (x *CreateGroupMappingMetadata) Reset()
- func (m *CreateGroupMappingMetadata) SetFederationId(v string)
- func (x *CreateGroupMappingMetadata) String() string
- type CreateGroupMappingRequest
- func (*CreateGroupMappingRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateGroupMappingRequest) GetEnabled() bool
- func (x *CreateGroupMappingRequest) GetFederationId() string
- func (*CreateGroupMappingRequest) ProtoMessage()
- func (x *CreateGroupMappingRequest) ProtoReflect() protoreflect.Message
- func (x *CreateGroupMappingRequest) Reset()
- func (m *CreateGroupMappingRequest) SetEnabled(v bool)
- func (m *CreateGroupMappingRequest) SetFederationId(v string)
- func (x *CreateGroupMappingRequest) String() string
- type CreateGroupMetadata
- func (*CreateGroupMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *CreateGroupMetadata) GetGroupId() string
- func (*CreateGroupMetadata) ProtoMessage()
- func (x *CreateGroupMetadata) ProtoReflect() protoreflect.Message
- func (x *CreateGroupMetadata) Reset()
- func (m *CreateGroupMetadata) SetGroupId(v string)
- func (x *CreateGroupMetadata) String() string
- type CreateGroupRequest
- func (*CreateGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateGroupRequest) GetDescription() string
- func (x *CreateGroupRequest) GetName() string
- func (x *CreateGroupRequest) GetOrganizationId() string
- func (*CreateGroupRequest) ProtoMessage()
- func (x *CreateGroupRequest) ProtoReflect() protoreflect.Message
- func (x *CreateGroupRequest) Reset()
- func (m *CreateGroupRequest) SetDescription(v string)
- func (m *CreateGroupRequest) SetName(v string)
- func (m *CreateGroupRequest) SetOrganizationId(v string)
- func (x *CreateGroupRequest) String() string
- type CreateOsLoginProfileMetadata
- func (*CreateOsLoginProfileMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *CreateOsLoginProfileMetadata) GetOrganizationId() string
- func (x *CreateOsLoginProfileMetadata) GetOsLoginProfileId() string
- func (x *CreateOsLoginProfileMetadata) GetSubjectId() string
- func (*CreateOsLoginProfileMetadata) ProtoMessage()
- func (x *CreateOsLoginProfileMetadata) ProtoReflect() protoreflect.Message
- func (x *CreateOsLoginProfileMetadata) Reset()
- func (m *CreateOsLoginProfileMetadata) SetOrganizationId(v string)
- func (m *CreateOsLoginProfileMetadata) SetOsLoginProfileId(v string)
- func (m *CreateOsLoginProfileMetadata) SetSubjectId(v string)
- func (x *CreateOsLoginProfileMetadata) String() string
- type CreateOsLoginProfileRequest
- func (*CreateOsLoginProfileRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateOsLoginProfileRequest) GetHomeDirectory() string
- func (x *CreateOsLoginProfileRequest) GetLogin() string
- func (x *CreateOsLoginProfileRequest) GetOrganizationId() string
- func (x *CreateOsLoginProfileRequest) GetShell() string
- func (x *CreateOsLoginProfileRequest) GetSubjectId() string
- func (x *CreateOsLoginProfileRequest) GetUid() int64
- func (*CreateOsLoginProfileRequest) ProtoMessage()
- func (x *CreateOsLoginProfileRequest) ProtoReflect() protoreflect.Message
- func (x *CreateOsLoginProfileRequest) Reset()
- func (m *CreateOsLoginProfileRequest) SetHomeDirectory(v string)
- func (m *CreateOsLoginProfileRequest) SetLogin(v string)
- func (m *CreateOsLoginProfileRequest) SetOrganizationId(v string)
- func (m *CreateOsLoginProfileRequest) SetShell(v string)
- func (m *CreateOsLoginProfileRequest) SetSubjectId(v string)
- func (m *CreateOsLoginProfileRequest) SetUid(v int64)
- func (x *CreateOsLoginProfileRequest) String() string
- type CreateUserSshKeyMetadata
- func (*CreateUserSshKeyMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *CreateUserSshKeyMetadata) GetOrganizationId() string
- func (x *CreateUserSshKeyMetadata) GetUserSshKeyId() string
- func (*CreateUserSshKeyMetadata) ProtoMessage()
- func (x *CreateUserSshKeyMetadata) ProtoReflect() protoreflect.Message
- func (x *CreateUserSshKeyMetadata) Reset()
- func (m *CreateUserSshKeyMetadata) SetOrganizationId(v string)
- func (m *CreateUserSshKeyMetadata) SetUserSshKeyId(v string)
- func (x *CreateUserSshKeyMetadata) String() string
- type CreateUserSshKeyRequest
- func (*CreateUserSshKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateUserSshKeyRequest) GetData() string
- func (x *CreateUserSshKeyRequest) GetExpiresAt() *timestamppb.Timestamp
- func (x *CreateUserSshKeyRequest) GetName() string
- func (x *CreateUserSshKeyRequest) GetOrganizationId() string
- func (x *CreateUserSshKeyRequest) GetSubjectId() string
- func (*CreateUserSshKeyRequest) ProtoMessage()
- func (x *CreateUserSshKeyRequest) ProtoReflect() protoreflect.Message
- func (x *CreateUserSshKeyRequest) Reset()
- func (m *CreateUserSshKeyRequest) SetData(v string)
- func (m *CreateUserSshKeyRequest) SetExpiresAt(v *timestamppb.Timestamp)
- func (m *CreateUserSshKeyRequest) SetName(v string)
- func (m *CreateUserSshKeyRequest) SetOrganizationId(v string)
- func (m *CreateUserSshKeyRequest) SetSubjectId(v string)
- func (x *CreateUserSshKeyRequest) String() string
- type DeleteGroupMappingMetadata
- func (*DeleteGroupMappingMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteGroupMappingMetadata) GetFederationId() string
- func (*DeleteGroupMappingMetadata) ProtoMessage()
- func (x *DeleteGroupMappingMetadata) ProtoReflect() protoreflect.Message
- func (x *DeleteGroupMappingMetadata) Reset()
- func (m *DeleteGroupMappingMetadata) SetFederationId(v string)
- func (x *DeleteGroupMappingMetadata) String() string
- type DeleteGroupMappingRequest
- func (*DeleteGroupMappingRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteGroupMappingRequest) GetFederationId() string
- func (*DeleteGroupMappingRequest) ProtoMessage()
- func (x *DeleteGroupMappingRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteGroupMappingRequest) Reset()
- func (m *DeleteGroupMappingRequest) SetFederationId(v string)
- func (x *DeleteGroupMappingRequest) String() string
- type DeleteGroupMetadata
- func (*DeleteGroupMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteGroupMetadata) GetGroupId() string
- func (*DeleteGroupMetadata) ProtoMessage()
- func (x *DeleteGroupMetadata) ProtoReflect() protoreflect.Message
- func (x *DeleteGroupMetadata) Reset()
- func (m *DeleteGroupMetadata) SetGroupId(v string)
- func (x *DeleteGroupMetadata) String() string
- type DeleteGroupRequest
- func (*DeleteGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteGroupRequest) GetGroupId() string
- func (*DeleteGroupRequest) ProtoMessage()
- func (x *DeleteGroupRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteGroupRequest) Reset()
- func (m *DeleteGroupRequest) SetGroupId(v string)
- func (x *DeleteGroupRequest) String() string
- type DeleteMembershipMetadata
- func (*DeleteMembershipMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteMembershipMetadata) GetOrganizationId() string
- func (x *DeleteMembershipMetadata) GetSubjectId() string
- func (*DeleteMembershipMetadata) ProtoMessage()
- func (x *DeleteMembershipMetadata) ProtoReflect() protoreflect.Message
- func (x *DeleteMembershipMetadata) Reset()
- func (m *DeleteMembershipMetadata) SetOrganizationId(v string)
- func (m *DeleteMembershipMetadata) SetSubjectId(v string)
- func (x *DeleteMembershipMetadata) String() string
- type DeleteMembershipRequest
- func (*DeleteMembershipRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteMembershipRequest) GetOrganizationId() string
- func (x *DeleteMembershipRequest) GetSubjectId() string
- func (*DeleteMembershipRequest) ProtoMessage()
- func (x *DeleteMembershipRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteMembershipRequest) Reset()
- func (m *DeleteMembershipRequest) SetOrganizationId(v string)
- func (m *DeleteMembershipRequest) SetSubjectId(v string)
- func (x *DeleteMembershipRequest) String() string
- type DeleteMembershipResponse
- func (*DeleteMembershipResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteMembershipResponse) GetOrganizationId() string
- func (x *DeleteMembershipResponse) GetSubjectId() string
- func (*DeleteMembershipResponse) ProtoMessage()
- func (x *DeleteMembershipResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteMembershipResponse) Reset()
- func (m *DeleteMembershipResponse) SetOrganizationId(v string)
- func (m *DeleteMembershipResponse) SetSubjectId(v string)
- func (x *DeleteMembershipResponse) String() string
- type DeleteOsLoginProfileMetadata
- func (*DeleteOsLoginProfileMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteOsLoginProfileMetadata) GetOsLoginProfileId() string
- func (*DeleteOsLoginProfileMetadata) ProtoMessage()
- func (x *DeleteOsLoginProfileMetadata) ProtoReflect() protoreflect.Message
- func (x *DeleteOsLoginProfileMetadata) Reset()
- func (m *DeleteOsLoginProfileMetadata) SetOsLoginProfileId(v string)
- func (x *DeleteOsLoginProfileMetadata) String() string
- type DeleteOsLoginProfileRequest
- func (*DeleteOsLoginProfileRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteOsLoginProfileRequest) GetId() string
- func (*DeleteOsLoginProfileRequest) ProtoMessage()
- func (x *DeleteOsLoginProfileRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteOsLoginProfileRequest) Reset()
- func (m *DeleteOsLoginProfileRequest) SetId(v string)
- func (x *DeleteOsLoginProfileRequest) String() string
- type DeleteUserSshKeyMetadata
- func (*DeleteUserSshKeyMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteUserSshKeyMetadata) GetUserSshKeyId() string
- func (*DeleteUserSshKeyMetadata) ProtoMessage()
- func (x *DeleteUserSshKeyMetadata) ProtoReflect() protoreflect.Message
- func (x *DeleteUserSshKeyMetadata) Reset()
- func (m *DeleteUserSshKeyMetadata) SetUserSshKeyId(v string)
- func (x *DeleteUserSshKeyMetadata) String() string
- type DeleteUserSshKeyRequest
- func (*DeleteUserSshKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteUserSshKeyRequest) GetUserSshKeyId() string
- func (*DeleteUserSshKeyRequest) ProtoMessage()
- func (x *DeleteUserSshKeyRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteUserSshKeyRequest) Reset()
- func (m *DeleteUserSshKeyRequest) SetUserSshKeyId(v string)
- func (x *DeleteUserSshKeyRequest) String() string
- type GenerateSshCertificateRequest
- func (*GenerateSshCertificateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateSshCertificateRequest) GetCloudId() string
- func (x *GenerateSshCertificateRequest) GetOrganizationId() string
- func (x *GenerateSshCertificateRequest) GetOsLogin() string
- func (x *GenerateSshCertificateRequest) GetPublicKey() string
- func (m *GenerateSshCertificateRequest) GetScope() isGenerateSshCertificateRequest_Scope
- func (m *GenerateSshCertificateRequest) GetSubject() isGenerateSshCertificateRequest_Subject
- func (x *GenerateSshCertificateRequest) GetSubjectId() string
- func (*GenerateSshCertificateRequest) ProtoMessage()
- func (x *GenerateSshCertificateRequest) ProtoReflect() protoreflect.Message
- func (x *GenerateSshCertificateRequest) Reset()
- func (m *GenerateSshCertificateRequest) SetCloudId(v string)
- func (m *GenerateSshCertificateRequest) SetOrganizationId(v string)
- func (m *GenerateSshCertificateRequest) SetOsLogin(v string)
- func (m *GenerateSshCertificateRequest) SetPublicKey(v string)
- func (m *GenerateSshCertificateRequest) SetScope(v GenerateSshCertificateRequest_Scope)
- func (m *GenerateSshCertificateRequest) SetSubject(v GenerateSshCertificateRequest_Subject)
- func (m *GenerateSshCertificateRequest) SetSubjectId(v string)
- func (x *GenerateSshCertificateRequest) String() string
- type GenerateSshCertificateRequest_CloudId
- type GenerateSshCertificateRequest_OrganizationId
- type GenerateSshCertificateRequest_OsLogin
- type GenerateSshCertificateRequest_Scope
- type GenerateSshCertificateRequest_Subject
- type GenerateSshCertificateRequest_SubjectId
- type GenerateSshCertificateResponse
- func (*GenerateSshCertificateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateSshCertificateResponse) GetSignedCertificate() string
- func (*GenerateSshCertificateResponse) ProtoMessage()
- func (x *GenerateSshCertificateResponse) ProtoReflect() protoreflect.Message
- func (x *GenerateSshCertificateResponse) Reset()
- func (m *GenerateSshCertificateResponse) SetSignedCertificate(v string)
- func (x *GenerateSshCertificateResponse) String() string
- type GetGroupMappingRequest
- func (*GetGroupMappingRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetGroupMappingRequest) GetFederationId() string
- func (*GetGroupMappingRequest) ProtoMessage()
- func (x *GetGroupMappingRequest) ProtoReflect() protoreflect.Message
- func (x *GetGroupMappingRequest) Reset()
- func (m *GetGroupMappingRequest) SetFederationId(v string)
- func (x *GetGroupMappingRequest) String() string
- type GetGroupMappingResponse
- func (*GetGroupMappingResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetGroupMappingResponse) GetGroupMapping() *GroupMapping
- func (*GetGroupMappingResponse) ProtoMessage()
- func (x *GetGroupMappingResponse) ProtoReflect() protoreflect.Message
- func (x *GetGroupMappingResponse) Reset()
- func (m *GetGroupMappingResponse) SetGroupMapping(v *GroupMapping)
- func (x *GetGroupMappingResponse) String() string
- type GetGroupRequest
- func (*GetGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetGroupRequest) GetGroupId() string
- func (*GetGroupRequest) ProtoMessage()
- func (x *GetGroupRequest) ProtoReflect() protoreflect.Message
- func (x *GetGroupRequest) Reset()
- func (m *GetGroupRequest) SetGroupId(v string)
- func (x *GetGroupRequest) String() string
- type GetOrganizationRequest
- func (*GetOrganizationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrganizationRequest) GetOrganizationId() string
- func (*GetOrganizationRequest) ProtoMessage()
- func (x *GetOrganizationRequest) ProtoReflect() protoreflect.Message
- func (x *GetOrganizationRequest) Reset()
- func (m *GetOrganizationRequest) SetOrganizationId(v string)
- func (x *GetOrganizationRequest) String() string
- type GetOsLoginProfileRequest
- func (*GetOsLoginProfileRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOsLoginProfileRequest) GetOsLoginProfileId() string
- func (*GetOsLoginProfileRequest) ProtoMessage()
- func (x *GetOsLoginProfileRequest) ProtoReflect() protoreflect.Message
- func (x *GetOsLoginProfileRequest) Reset()
- func (m *GetOsLoginProfileRequest) SetOsLoginProfileId(v string)
- func (x *GetOsLoginProfileRequest) String() string
- type GetOsLoginSettingsRequest
- func (*GetOsLoginSettingsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOsLoginSettingsRequest) GetOrganizationId() string
- func (*GetOsLoginSettingsRequest) ProtoMessage()
- func (x *GetOsLoginSettingsRequest) ProtoReflect() protoreflect.Message
- func (x *GetOsLoginSettingsRequest) Reset()
- func (m *GetOsLoginSettingsRequest) SetOrganizationId(v string)
- func (x *GetOsLoginSettingsRequest) String() string
- type GetUserSshKeyRequest
- func (*GetUserSshKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserSshKeyRequest) GetUserSshKeyId() string
- func (*GetUserSshKeyRequest) ProtoMessage()
- func (x *GetUserSshKeyRequest) ProtoReflect() protoreflect.Message
- func (x *GetUserSshKeyRequest) Reset()
- func (m *GetUserSshKeyRequest) SetUserSshKeyId(v string)
- func (x *GetUserSshKeyRequest) String() string
- type Group
- func (*Group) Descriptor() ([]byte, []int)deprecated
- func (x *Group) GetCreatedAt() *timestamppb.Timestamp
- func (x *Group) GetDescription() string
- func (x *Group) GetId() string
- func (x *Group) GetName() string
- func (x *Group) GetOrganizationId() string
- func (*Group) ProtoMessage()
- func (x *Group) ProtoReflect() protoreflect.Message
- func (x *Group) Reset()
- func (m *Group) SetCreatedAt(v *timestamppb.Timestamp)
- func (m *Group) SetDescription(v string)
- func (m *Group) SetId(v string)
- func (m *Group) SetName(v string)
- func (m *Group) SetOrganizationId(v string)
- func (x *Group) String() string
- type GroupMapping
- func (*GroupMapping) Descriptor() ([]byte, []int)deprecated
- func (x *GroupMapping) GetEnabled() bool
- func (x *GroupMapping) GetFederationId() string
- func (*GroupMapping) ProtoMessage()
- func (x *GroupMapping) ProtoReflect() protoreflect.Message
- func (x *GroupMapping) Reset()
- func (m *GroupMapping) SetEnabled(v bool)
- func (m *GroupMapping) SetFederationId(v string)
- func (x *GroupMapping) String() string
- type GroupMappingItem
- func (*GroupMappingItem) Descriptor() ([]byte, []int)deprecated
- func (x *GroupMappingItem) GetExternalGroupId() string
- func (x *GroupMappingItem) GetInternalGroupId() string
- func (*GroupMappingItem) ProtoMessage()
- func (x *GroupMappingItem) ProtoReflect() protoreflect.Message
- func (x *GroupMappingItem) Reset()
- func (m *GroupMappingItem) SetExternalGroupId(v string)
- func (m *GroupMappingItem) SetInternalGroupId(v string)
- func (x *GroupMappingItem) String() string
- type GroupMappingItemDelta
- func (*GroupMappingItemDelta) Descriptor() ([]byte, []int)deprecated
- func (x *GroupMappingItemDelta) GetAction() GroupMappingItemDelta_Action
- func (x *GroupMappingItemDelta) GetItem() *GroupMappingItem
- func (*GroupMappingItemDelta) ProtoMessage()
- func (x *GroupMappingItemDelta) ProtoReflect() protoreflect.Message
- func (x *GroupMappingItemDelta) Reset()
- func (m *GroupMappingItemDelta) SetAction(v GroupMappingItemDelta_Action)
- func (m *GroupMappingItemDelta) SetItem(v *GroupMappingItem)
- func (x *GroupMappingItemDelta) String() string
- type GroupMappingItemDelta_Action
- func (GroupMappingItemDelta_Action) Descriptor() protoreflect.EnumDescriptor
- func (x GroupMappingItemDelta_Action) Enum() *GroupMappingItemDelta_Action
- func (GroupMappingItemDelta_Action) EnumDescriptor() ([]byte, []int)deprecated
- func (x GroupMappingItemDelta_Action) Number() protoreflect.EnumNumber
- func (x GroupMappingItemDelta_Action) String() string
- func (GroupMappingItemDelta_Action) Type() protoreflect.EnumType
- type GroupMappingServiceClient
- type GroupMappingServiceServer
- type GroupMember
- func (*GroupMember) Descriptor() ([]byte, []int)deprecated
- func (x *GroupMember) GetSubjectId() string
- func (x *GroupMember) GetSubjectType() string
- func (*GroupMember) ProtoMessage()
- func (x *GroupMember) ProtoReflect() protoreflect.Message
- func (x *GroupMember) Reset()
- func (m *GroupMember) SetSubjectId(v string)
- func (m *GroupMember) SetSubjectType(v string)
- func (x *GroupMember) String() string
- type GroupServiceClient
- type GroupServiceServer
- type ListGroupMappingItemsRequest
- func (*ListGroupMappingItemsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListGroupMappingItemsRequest) GetFederationId() string
- func (x *ListGroupMappingItemsRequest) GetFilter() string
- func (x *ListGroupMappingItemsRequest) GetPageSize() int64
- func (x *ListGroupMappingItemsRequest) GetPageToken() string
- func (*ListGroupMappingItemsRequest) ProtoMessage()
- func (x *ListGroupMappingItemsRequest) ProtoReflect() protoreflect.Message
- func (x *ListGroupMappingItemsRequest) Reset()
- func (m *ListGroupMappingItemsRequest) SetFederationId(v string)
- func (m *ListGroupMappingItemsRequest) SetFilter(v string)
- func (m *ListGroupMappingItemsRequest) SetPageSize(v int64)
- func (m *ListGroupMappingItemsRequest) SetPageToken(v string)
- func (x *ListGroupMappingItemsRequest) String() string
- type ListGroupMappingItemsResponse
- func (*ListGroupMappingItemsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListGroupMappingItemsResponse) GetGroupMappingItems() []*GroupMappingItem
- func (x *ListGroupMappingItemsResponse) GetNextPageToken() string
- func (*ListGroupMappingItemsResponse) ProtoMessage()
- func (x *ListGroupMappingItemsResponse) ProtoReflect() protoreflect.Message
- func (x *ListGroupMappingItemsResponse) Reset()
- func (m *ListGroupMappingItemsResponse) SetGroupMappingItems(v []*GroupMappingItem)
- func (m *ListGroupMappingItemsResponse) SetNextPageToken(v string)
- func (x *ListGroupMappingItemsResponse) String() string
- type ListGroupMembersRequest
- func (*ListGroupMembersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListGroupMembersRequest) GetGroupId() string
- func (x *ListGroupMembersRequest) GetPageSize() int64
- func (x *ListGroupMembersRequest) GetPageToken() string
- func (*ListGroupMembersRequest) ProtoMessage()
- func (x *ListGroupMembersRequest) ProtoReflect() protoreflect.Message
- func (x *ListGroupMembersRequest) Reset()
- func (m *ListGroupMembersRequest) SetGroupId(v string)
- func (m *ListGroupMembersRequest) SetPageSize(v int64)
- func (m *ListGroupMembersRequest) SetPageToken(v string)
- func (x *ListGroupMembersRequest) String() string
- type ListGroupMembersResponse
- func (*ListGroupMembersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListGroupMembersResponse) GetMembers() []*GroupMember
- func (x *ListGroupMembersResponse) GetNextPageToken() string
- func (*ListGroupMembersResponse) ProtoMessage()
- func (x *ListGroupMembersResponse) ProtoReflect() protoreflect.Message
- func (x *ListGroupMembersResponse) Reset()
- func (m *ListGroupMembersResponse) SetMembers(v []*GroupMember)
- func (m *ListGroupMembersResponse) SetNextPageToken(v string)
- func (x *ListGroupMembersResponse) String() string
- type ListGroupOperationsRequest
- func (*ListGroupOperationsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListGroupOperationsRequest) GetGroupId() string
- func (x *ListGroupOperationsRequest) GetPageSize() int64
- func (x *ListGroupOperationsRequest) GetPageToken() string
- func (*ListGroupOperationsRequest) ProtoMessage()
- func (x *ListGroupOperationsRequest) ProtoReflect() protoreflect.Message
- func (x *ListGroupOperationsRequest) Reset()
- func (m *ListGroupOperationsRequest) SetGroupId(v string)
- func (m *ListGroupOperationsRequest) SetPageSize(v int64)
- func (m *ListGroupOperationsRequest) SetPageToken(v string)
- func (x *ListGroupOperationsRequest) String() string
- type ListGroupOperationsResponse
- func (*ListGroupOperationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListGroupOperationsResponse) GetNextPageToken() string
- func (x *ListGroupOperationsResponse) GetOperations() []*operation.Operation
- func (*ListGroupOperationsResponse) ProtoMessage()
- func (x *ListGroupOperationsResponse) ProtoReflect() protoreflect.Message
- func (x *ListGroupOperationsResponse) Reset()
- func (m *ListGroupOperationsResponse) SetNextPageToken(v string)
- func (m *ListGroupOperationsResponse) SetOperations(v []*operation.Operation)
- func (x *ListGroupOperationsResponse) String() string
- type ListGroupsRequest
- func (*ListGroupsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListGroupsRequest) GetFilter() string
- func (x *ListGroupsRequest) GetOrganizationId() string
- func (x *ListGroupsRequest) GetPageSize() int64
- func (x *ListGroupsRequest) GetPageToken() string
- func (*ListGroupsRequest) ProtoMessage()
- func (x *ListGroupsRequest) ProtoReflect() protoreflect.Message
- func (x *ListGroupsRequest) Reset()
- func (m *ListGroupsRequest) SetFilter(v string)
- func (m *ListGroupsRequest) SetOrganizationId(v string)
- func (m *ListGroupsRequest) SetPageSize(v int64)
- func (m *ListGroupsRequest) SetPageToken(v string)
- func (x *ListGroupsRequest) String() string
- type ListGroupsResponse
- func (*ListGroupsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListGroupsResponse) GetGroups() []*Group
- func (x *ListGroupsResponse) GetNextPageToken() string
- func (*ListGroupsResponse) ProtoMessage()
- func (x *ListGroupsResponse) ProtoReflect() protoreflect.Message
- func (x *ListGroupsResponse) Reset()
- func (m *ListGroupsResponse) SetGroups(v []*Group)
- func (m *ListGroupsResponse) SetNextPageToken(v string)
- func (x *ListGroupsResponse) String() string
- type ListMembersRequest
- func (*ListMembersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListMembersRequest) GetOrganizationId() string
- func (x *ListMembersRequest) GetPageSize() int64
- func (x *ListMembersRequest) GetPageToken() string
- func (*ListMembersRequest) ProtoMessage()
- func (x *ListMembersRequest) ProtoReflect() protoreflect.Message
- func (x *ListMembersRequest) Reset()
- func (m *ListMembersRequest) SetOrganizationId(v string)
- func (m *ListMembersRequest) SetPageSize(v int64)
- func (m *ListMembersRequest) SetPageToken(v string)
- func (x *ListMembersRequest) String() string
- type ListMembersResponse
- func (*ListMembersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListMembersResponse) GetNextPageToken() string
- func (x *ListMembersResponse) GetUsers() []*ListMembersResponse_OrganizationUser
- func (*ListMembersResponse) ProtoMessage()
- func (x *ListMembersResponse) ProtoReflect() protoreflect.Message
- func (x *ListMembersResponse) Reset()
- func (m *ListMembersResponse) SetNextPageToken(v string)
- func (m *ListMembersResponse) SetUsers(v []*ListMembersResponse_OrganizationUser)
- func (x *ListMembersResponse) String() string
- type ListMembersResponse_OrganizationUser
- func (*ListMembersResponse_OrganizationUser) Descriptor() ([]byte, []int)deprecated
- func (x *ListMembersResponse_OrganizationUser) GetSubjectClaims() *oauth.SubjectClaims
- func (*ListMembersResponse_OrganizationUser) ProtoMessage()
- func (x *ListMembersResponse_OrganizationUser) ProtoReflect() protoreflect.Message
- func (x *ListMembersResponse_OrganizationUser) Reset()
- func (m *ListMembersResponse_OrganizationUser) SetSubjectClaims(v *oauth.SubjectClaims)
- func (x *ListMembersResponse_OrganizationUser) String() string
- type ListOrganizationOperationsRequest
- func (*ListOrganizationOperationsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationOperationsRequest) GetOrganizationId() string
- func (x *ListOrganizationOperationsRequest) GetPageSize() int64
- func (x *ListOrganizationOperationsRequest) GetPageToken() string
- func (*ListOrganizationOperationsRequest) ProtoMessage()
- func (x *ListOrganizationOperationsRequest) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationOperationsRequest) Reset()
- func (m *ListOrganizationOperationsRequest) SetOrganizationId(v string)
- func (m *ListOrganizationOperationsRequest) SetPageSize(v int64)
- func (m *ListOrganizationOperationsRequest) SetPageToken(v string)
- func (x *ListOrganizationOperationsRequest) String() string
- type ListOrganizationOperationsResponse
- func (*ListOrganizationOperationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationOperationsResponse) GetNextPageToken() string
- func (x *ListOrganizationOperationsResponse) GetOperations() []*operation.Operation
- func (*ListOrganizationOperationsResponse) ProtoMessage()
- func (x *ListOrganizationOperationsResponse) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationOperationsResponse) Reset()
- func (m *ListOrganizationOperationsResponse) SetNextPageToken(v string)
- func (m *ListOrganizationOperationsResponse) SetOperations(v []*operation.Operation)
- func (x *ListOrganizationOperationsResponse) String() string
- type ListOrganizationsRequest
- func (*ListOrganizationsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationsRequest) GetFilter() string
- func (x *ListOrganizationsRequest) GetPageSize() int64
- func (x *ListOrganizationsRequest) GetPageToken() string
- func (*ListOrganizationsRequest) ProtoMessage()
- func (x *ListOrganizationsRequest) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationsRequest) Reset()
- func (m *ListOrganizationsRequest) SetFilter(v string)
- func (m *ListOrganizationsRequest) SetPageSize(v int64)
- func (m *ListOrganizationsRequest) SetPageToken(v string)
- func (x *ListOrganizationsRequest) String() string
- type ListOrganizationsResponse
- func (*ListOrganizationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationsResponse) GetNextPageToken() string
- func (x *ListOrganizationsResponse) GetOrganizations() []*Organization
- func (*ListOrganizationsResponse) ProtoMessage()
- func (x *ListOrganizationsResponse) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationsResponse) Reset()
- func (m *ListOrganizationsResponse) SetNextPageToken(v string)
- func (m *ListOrganizationsResponse) SetOrganizations(v []*Organization)
- func (x *ListOrganizationsResponse) String() string
- type ListOsLoginProfilesRequest
- func (*ListOsLoginProfilesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListOsLoginProfilesRequest) GetFilter() string
- func (x *ListOsLoginProfilesRequest) GetOrganizationId() string
- func (x *ListOsLoginProfilesRequest) GetPageSize() int64
- func (x *ListOsLoginProfilesRequest) GetPageToken() string
- func (*ListOsLoginProfilesRequest) ProtoMessage()
- func (x *ListOsLoginProfilesRequest) ProtoReflect() protoreflect.Message
- func (x *ListOsLoginProfilesRequest) Reset()
- func (m *ListOsLoginProfilesRequest) SetFilter(v string)
- func (m *ListOsLoginProfilesRequest) SetOrganizationId(v string)
- func (m *ListOsLoginProfilesRequest) SetPageSize(v int64)
- func (m *ListOsLoginProfilesRequest) SetPageToken(v string)
- func (x *ListOsLoginProfilesRequest) String() string
- type ListOsLoginProfilesResponse
- func (*ListOsLoginProfilesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOsLoginProfilesResponse) GetNextPageToken() string
- func (x *ListOsLoginProfilesResponse) GetProfiles() []*OsLoginProfile
- func (*ListOsLoginProfilesResponse) ProtoMessage()
- func (x *ListOsLoginProfilesResponse) ProtoReflect() protoreflect.Message
- func (x *ListOsLoginProfilesResponse) Reset()
- func (m *ListOsLoginProfilesResponse) SetNextPageToken(v string)
- func (m *ListOsLoginProfilesResponse) SetProfiles(v []*OsLoginProfile)
- func (x *ListOsLoginProfilesResponse) String() string
- type ListUserSshKeysRequest
- func (*ListUserSshKeysRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListUserSshKeysRequest) GetOrganizationId() string
- func (x *ListUserSshKeysRequest) GetPageSize() int64
- func (x *ListUserSshKeysRequest) GetPageToken() string
- func (x *ListUserSshKeysRequest) GetSubjectId() string
- func (*ListUserSshKeysRequest) ProtoMessage()
- func (x *ListUserSshKeysRequest) ProtoReflect() protoreflect.Message
- func (x *ListUserSshKeysRequest) Reset()
- func (m *ListUserSshKeysRequest) SetOrganizationId(v string)
- func (m *ListUserSshKeysRequest) SetPageSize(v int64)
- func (m *ListUserSshKeysRequest) SetPageToken(v string)
- func (m *ListUserSshKeysRequest) SetSubjectId(v string)
- func (x *ListUserSshKeysRequest) String() string
- type ListUserSshKeysResponse
- func (*ListUserSshKeysResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListUserSshKeysResponse) GetNextPageToken() string
- func (x *ListUserSshKeysResponse) GetSshKeys() []*UserSshKey
- func (*ListUserSshKeysResponse) ProtoMessage()
- func (x *ListUserSshKeysResponse) ProtoReflect() protoreflect.Message
- func (x *ListUserSshKeysResponse) Reset()
- func (m *ListUserSshKeysResponse) SetNextPageToken(v string)
- func (m *ListUserSshKeysResponse) SetSshKeys(v []*UserSshKey)
- func (x *ListUserSshKeysResponse) String() string
- type MemberDelta
- func (*MemberDelta) Descriptor() ([]byte, []int)deprecated
- func (x *MemberDelta) GetAction() MemberDelta_MemberAction
- func (x *MemberDelta) GetSubjectId() string
- func (*MemberDelta) ProtoMessage()
- func (x *MemberDelta) ProtoReflect() protoreflect.Message
- func (x *MemberDelta) Reset()
- func (m *MemberDelta) SetAction(v MemberDelta_MemberAction)
- func (m *MemberDelta) SetSubjectId(v string)
- func (x *MemberDelta) String() string
- type MemberDelta_MemberAction
- func (MemberDelta_MemberAction) Descriptor() protoreflect.EnumDescriptor
- func (x MemberDelta_MemberAction) Enum() *MemberDelta_MemberAction
- func (MemberDelta_MemberAction) EnumDescriptor() ([]byte, []int)deprecated
- func (x MemberDelta_MemberAction) Number() protoreflect.EnumNumber
- func (x MemberDelta_MemberAction) String() string
- func (MemberDelta_MemberAction) Type() protoreflect.EnumType
- type Organization
- func (*Organization) Descriptor() ([]byte, []int)deprecated
- func (x *Organization) GetCreatedAt() *timestamppb.Timestamp
- func (x *Organization) GetDescription() string
- func (x *Organization) GetId() string
- func (x *Organization) GetLabels() map[string]string
- func (x *Organization) GetName() string
- func (x *Organization) GetTitle() string
- func (*Organization) ProtoMessage()
- func (x *Organization) ProtoReflect() protoreflect.Message
- func (x *Organization) Reset()
- func (m *Organization) SetCreatedAt(v *timestamppb.Timestamp)
- func (m *Organization) SetDescription(v string)
- func (m *Organization) SetId(v string)
- func (m *Organization) SetLabels(v map[string]string)
- func (m *Organization) SetName(v string)
- func (m *Organization) SetTitle(v string)
- func (x *Organization) String() string
- type OrganizationServiceClient
- type OrganizationServiceServer
- type OsLoginProfile
- func (*OsLoginProfile) Descriptor() ([]byte, []int)deprecated
- func (x *OsLoginProfile) GetHomeDirectory() string
- func (x *OsLoginProfile) GetId() string
- func (x *OsLoginProfile) GetIsDefault() bool
- func (x *OsLoginProfile) GetLogin() string
- func (x *OsLoginProfile) GetOrganizationId() string
- func (x *OsLoginProfile) GetShell() string
- func (x *OsLoginProfile) GetSubjectId() string
- func (x *OsLoginProfile) GetUid() int64
- func (*OsLoginProfile) ProtoMessage()
- func (x *OsLoginProfile) ProtoReflect() protoreflect.Message
- func (x *OsLoginProfile) Reset()
- func (m *OsLoginProfile) SetHomeDirectory(v string)
- func (m *OsLoginProfile) SetId(v string)
- func (m *OsLoginProfile) SetIsDefault(v bool)
- func (m *OsLoginProfile) SetLogin(v string)
- func (m *OsLoginProfile) SetOrganizationId(v string)
- func (m *OsLoginProfile) SetShell(v string)
- func (m *OsLoginProfile) SetSubjectId(v string)
- func (m *OsLoginProfile) SetUid(v int64)
- func (x *OsLoginProfile) String() string
- type OsLoginServiceClient
- type OsLoginServiceServer
- type OsLoginSettings
- func (*OsLoginSettings) Descriptor() ([]byte, []int)deprecated
- func (x *OsLoginSettings) GetSshCertificateSettings() *SshCertificateSettings
- func (x *OsLoginSettings) GetUserSshKeySettings() *UserSshKeySettings
- func (*OsLoginSettings) ProtoMessage()
- func (x *OsLoginSettings) ProtoReflect() protoreflect.Message
- func (x *OsLoginSettings) Reset()
- func (m *OsLoginSettings) SetSshCertificateSettings(v *SshCertificateSettings)
- func (m *OsLoginSettings) SetUserSshKeySettings(v *UserSshKeySettings)
- func (x *OsLoginSettings) String() string
- type SamlUserAccount
- func (*SamlUserAccount) Descriptor() ([]byte, []int)deprecated
- func (x *SamlUserAccount) GetAttributes() map[string]*SamlUserAccount_Attribute
- func (x *SamlUserAccount) GetFederationId() string
- func (x *SamlUserAccount) GetNameId() string
- func (*SamlUserAccount) ProtoMessage()
- func (x *SamlUserAccount) ProtoReflect() protoreflect.Message
- func (x *SamlUserAccount) Reset()
- func (m *SamlUserAccount) SetAttributes(v map[string]*SamlUserAccount_Attribute)
- func (m *SamlUserAccount) SetFederationId(v string)
- func (m *SamlUserAccount) SetNameId(v string)
- func (x *SamlUserAccount) String() string
- type SamlUserAccount_Attribute
- func (*SamlUserAccount_Attribute) Descriptor() ([]byte, []int)deprecated
- func (x *SamlUserAccount_Attribute) GetValue() []string
- func (*SamlUserAccount_Attribute) ProtoMessage()
- func (x *SamlUserAccount_Attribute) ProtoReflect() protoreflect.Message
- func (x *SamlUserAccount_Attribute) Reset()
- func (m *SamlUserAccount_Attribute) SetValue(v []string)
- func (x *SamlUserAccount_Attribute) String() string
- type SetDefaultOsLoginProfileMetadata
- func (*SetDefaultOsLoginProfileMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *SetDefaultOsLoginProfileMetadata) GetCurrentDefaultProfileId() string
- func (x *SetDefaultOsLoginProfileMetadata) GetPreviousDefaultProfileId() string
- func (*SetDefaultOsLoginProfileMetadata) ProtoMessage()
- func (x *SetDefaultOsLoginProfileMetadata) ProtoReflect() protoreflect.Message
- func (x *SetDefaultOsLoginProfileMetadata) Reset()
- func (m *SetDefaultOsLoginProfileMetadata) SetCurrentDefaultProfileId(v string)
- func (m *SetDefaultOsLoginProfileMetadata) SetPreviousDefaultProfileId(v string)
- func (x *SetDefaultOsLoginProfileMetadata) String() string
- type SetDefaultOsLoginProfileRequest
- func (*SetDefaultOsLoginProfileRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetDefaultOsLoginProfileRequest) GetOsLoginProfileId() string
- func (*SetDefaultOsLoginProfileRequest) ProtoMessage()
- func (x *SetDefaultOsLoginProfileRequest) ProtoReflect() protoreflect.Message
- func (x *SetDefaultOsLoginProfileRequest) Reset()
- func (m *SetDefaultOsLoginProfileRequest) SetOsLoginProfileId(v string)
- func (x *SetDefaultOsLoginProfileRequest) String() string
- type SshCertificateServiceClient
- type SshCertificateServiceServer
- type SshCertificateSettings
- func (*SshCertificateSettings) Descriptor() ([]byte, []int)deprecated
- func (x *SshCertificateSettings) GetEnabled() bool
- func (*SshCertificateSettings) ProtoMessage()
- func (x *SshCertificateSettings) ProtoReflect() protoreflect.Message
- func (x *SshCertificateSettings) Reset()
- func (m *SshCertificateSettings) SetEnabled(v bool)
- func (x *SshCertificateSettings) String() string
- type UnimplementedGroupMappingServiceServer
- func (UnimplementedGroupMappingServiceServer) Create(context.Context, *CreateGroupMappingRequest) (*operation.Operation, error)
- func (UnimplementedGroupMappingServiceServer) Delete(context.Context, *DeleteGroupMappingRequest) (*operation.Operation, error)
- func (UnimplementedGroupMappingServiceServer) Get(context.Context, *GetGroupMappingRequest) (*GetGroupMappingResponse, error)
- func (UnimplementedGroupMappingServiceServer) ListItems(context.Context, *ListGroupMappingItemsRequest) (*ListGroupMappingItemsResponse, error)
- func (UnimplementedGroupMappingServiceServer) Update(context.Context, *UpdateGroupMappingRequest) (*operation.Operation, error)
- func (UnimplementedGroupMappingServiceServer) UpdateItems(context.Context, *UpdateGroupMappingItemsRequest) (*operation.Operation, error)
- type UnimplementedGroupServiceServer
- func (UnimplementedGroupServiceServer) Create(context.Context, *CreateGroupRequest) (*operation.Operation, error)
- func (UnimplementedGroupServiceServer) Delete(context.Context, *DeleteGroupRequest) (*operation.Operation, error)
- func (UnimplementedGroupServiceServer) Get(context.Context, *GetGroupRequest) (*Group, error)
- func (UnimplementedGroupServiceServer) List(context.Context, *ListGroupsRequest) (*ListGroupsResponse, error)
- func (UnimplementedGroupServiceServer) ListAccessBindings(context.Context, *access.ListAccessBindingsRequest) (*access.ListAccessBindingsResponse, error)
- func (UnimplementedGroupServiceServer) ListMembers(context.Context, *ListGroupMembersRequest) (*ListGroupMembersResponse, error)
- func (UnimplementedGroupServiceServer) ListOperations(context.Context, *ListGroupOperationsRequest) (*ListGroupOperationsResponse, error)
- func (UnimplementedGroupServiceServer) SetAccessBindings(context.Context, *access.SetAccessBindingsRequest) (*operation.Operation, error)
- func (UnimplementedGroupServiceServer) Update(context.Context, *UpdateGroupRequest) (*operation.Operation, error)
- func (UnimplementedGroupServiceServer) UpdateAccessBindings(context.Context, *access.UpdateAccessBindingsRequest) (*operation.Operation, error)
- func (UnimplementedGroupServiceServer) UpdateMembers(context.Context, *UpdateGroupMembersRequest) (*operation.Operation, error)
- type UnimplementedOrganizationServiceServer
- func (UnimplementedOrganizationServiceServer) Get(context.Context, *GetOrganizationRequest) (*Organization, error)
- func (UnimplementedOrganizationServiceServer) List(context.Context, *ListOrganizationsRequest) (*ListOrganizationsResponse, error)
- func (UnimplementedOrganizationServiceServer) ListAccessBindings(context.Context, *access.ListAccessBindingsRequest) (*access.ListAccessBindingsResponse, error)
- func (UnimplementedOrganizationServiceServer) ListOperations(context.Context, *ListOrganizationOperationsRequest) (*ListOrganizationOperationsResponse, error)
- func (UnimplementedOrganizationServiceServer) SetAccessBindings(context.Context, *access.SetAccessBindingsRequest) (*operation.Operation, error)
- func (UnimplementedOrganizationServiceServer) Update(context.Context, *UpdateOrganizationRequest) (*operation.Operation, error)
- func (UnimplementedOrganizationServiceServer) UpdateAccessBindings(context.Context, *access.UpdateAccessBindingsRequest) (*operation.Operation, error)
- type UnimplementedOsLoginServiceServer
- func (UnimplementedOsLoginServiceServer) CreateProfile(context.Context, *CreateOsLoginProfileRequest) (*operation.Operation, error)
- func (UnimplementedOsLoginServiceServer) DeleteProfile(context.Context, *DeleteOsLoginProfileRequest) (*operation.Operation, error)
- func (UnimplementedOsLoginServiceServer) GetProfile(context.Context, *GetOsLoginProfileRequest) (*OsLoginProfile, error)
- func (UnimplementedOsLoginServiceServer) GetSettings(context.Context, *GetOsLoginSettingsRequest) (*OsLoginSettings, error)
- func (UnimplementedOsLoginServiceServer) ListProfiles(context.Context, *ListOsLoginProfilesRequest) (*ListOsLoginProfilesResponse, error)
- func (UnimplementedOsLoginServiceServer) SetDefaultProfile(context.Context, *SetDefaultOsLoginProfileRequest) (*operation.Operation, error)
- func (UnimplementedOsLoginServiceServer) UpdateProfile(context.Context, *UpdateOsLoginProfileRequest) (*operation.Operation, error)
- func (UnimplementedOsLoginServiceServer) UpdateSettings(context.Context, *UpdateOsLoginSettingsRequest) (*operation.Operation, error)
- type UnimplementedSshCertificateServiceServer
- type UnimplementedUserServiceServer
- type UnimplementedUserSshKeyServiceServer
- func (UnimplementedUserSshKeyServiceServer) Create(context.Context, *CreateUserSshKeyRequest) (*operation.Operation, error)
- func (UnimplementedUserSshKeyServiceServer) Delete(context.Context, *DeleteUserSshKeyRequest) (*operation.Operation, error)
- func (UnimplementedUserSshKeyServiceServer) Get(context.Context, *GetUserSshKeyRequest) (*UserSshKey, error)
- func (UnimplementedUserSshKeyServiceServer) List(context.Context, *ListUserSshKeysRequest) (*ListUserSshKeysResponse, error)
- func (UnimplementedUserSshKeyServiceServer) Update(context.Context, *UpdateUserSshKeyRequest) (*operation.Operation, error)
- type UnsafeGroupMappingServiceServer
- type UnsafeGroupServiceServer
- type UnsafeOrganizationServiceServer
- type UnsafeOsLoginServiceServer
- type UnsafeSshCertificateServiceServer
- type UnsafeUserServiceServer
- type UnsafeUserSshKeyServiceServer
- type UpdateGroupMappingItemsMetadata
- func (*UpdateGroupMappingItemsMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateGroupMappingItemsMetadata) GetFederationId() string
- func (*UpdateGroupMappingItemsMetadata) ProtoMessage()
- func (x *UpdateGroupMappingItemsMetadata) ProtoReflect() protoreflect.Message
- func (x *UpdateGroupMappingItemsMetadata) Reset()
- func (m *UpdateGroupMappingItemsMetadata) SetFederationId(v string)
- func (x *UpdateGroupMappingItemsMetadata) String() string
- type UpdateGroupMappingItemsRequest
- func (*UpdateGroupMappingItemsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateGroupMappingItemsRequest) GetFederationId() string
- func (x *UpdateGroupMappingItemsRequest) GetGroupMappingItemDeltas() []*GroupMappingItemDelta
- func (*UpdateGroupMappingItemsRequest) ProtoMessage()
- func (x *UpdateGroupMappingItemsRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateGroupMappingItemsRequest) Reset()
- func (m *UpdateGroupMappingItemsRequest) SetFederationId(v string)
- func (m *UpdateGroupMappingItemsRequest) SetGroupMappingItemDeltas(v []*GroupMappingItemDelta)
- func (x *UpdateGroupMappingItemsRequest) String() string
- type UpdateGroupMappingItemsResponse
- func (*UpdateGroupMappingItemsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateGroupMappingItemsResponse) GetGroupMappingItemDeltas() []*GroupMappingItemDelta
- func (*UpdateGroupMappingItemsResponse) ProtoMessage()
- func (x *UpdateGroupMappingItemsResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateGroupMappingItemsResponse) Reset()
- func (m *UpdateGroupMappingItemsResponse) SetGroupMappingItemDeltas(v []*GroupMappingItemDelta)
- func (x *UpdateGroupMappingItemsResponse) String() string
- type UpdateGroupMappingMetadata
- func (*UpdateGroupMappingMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateGroupMappingMetadata) GetFederationId() string
- func (*UpdateGroupMappingMetadata) ProtoMessage()
- func (x *UpdateGroupMappingMetadata) ProtoReflect() protoreflect.Message
- func (x *UpdateGroupMappingMetadata) Reset()
- func (m *UpdateGroupMappingMetadata) SetFederationId(v string)
- func (x *UpdateGroupMappingMetadata) String() string
- type UpdateGroupMappingRequest
- func (*UpdateGroupMappingRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateGroupMappingRequest) GetEnabled() bool
- func (x *UpdateGroupMappingRequest) GetFederationId() string
- func (x *UpdateGroupMappingRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateGroupMappingRequest) ProtoMessage()
- func (x *UpdateGroupMappingRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateGroupMappingRequest) Reset()
- func (m *UpdateGroupMappingRequest) SetEnabled(v bool)
- func (m *UpdateGroupMappingRequest) SetFederationId(v string)
- func (m *UpdateGroupMappingRequest) SetUpdateMask(v *fieldmaskpb.FieldMask)
- func (x *UpdateGroupMappingRequest) String() string
- type UpdateGroupMembersMetadata
- func (*UpdateGroupMembersMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateGroupMembersMetadata) GetGroupId() string
- func (*UpdateGroupMembersMetadata) ProtoMessage()
- func (x *UpdateGroupMembersMetadata) ProtoReflect() protoreflect.Message
- func (x *UpdateGroupMembersMetadata) Reset()
- func (m *UpdateGroupMembersMetadata) SetGroupId(v string)
- func (x *UpdateGroupMembersMetadata) String() string
- type UpdateGroupMembersRequest
- func (*UpdateGroupMembersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateGroupMembersRequest) GetGroupId() string
- func (x *UpdateGroupMembersRequest) GetMemberDeltas() []*MemberDelta
- func (*UpdateGroupMembersRequest) ProtoMessage()
- func (x *UpdateGroupMembersRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateGroupMembersRequest) Reset()
- func (m *UpdateGroupMembersRequest) SetGroupId(v string)
- func (m *UpdateGroupMembersRequest) SetMemberDeltas(v []*MemberDelta)
- func (x *UpdateGroupMembersRequest) String() string
- type UpdateGroupMetadata
- func (*UpdateGroupMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateGroupMetadata) GetGroupId() string
- func (*UpdateGroupMetadata) ProtoMessage()
- func (x *UpdateGroupMetadata) ProtoReflect() protoreflect.Message
- func (x *UpdateGroupMetadata) Reset()
- func (m *UpdateGroupMetadata) SetGroupId(v string)
- func (x *UpdateGroupMetadata) String() string
- type UpdateGroupRequest
- func (*UpdateGroupRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateGroupRequest) GetDescription() string
- func (x *UpdateGroupRequest) GetGroupId() string
- func (x *UpdateGroupRequest) GetName() string
- func (x *UpdateGroupRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateGroupRequest) ProtoMessage()
- func (x *UpdateGroupRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateGroupRequest) Reset()
- func (m *UpdateGroupRequest) SetDescription(v string)
- func (m *UpdateGroupRequest) SetGroupId(v string)
- func (m *UpdateGroupRequest) SetName(v string)
- func (m *UpdateGroupRequest) SetUpdateMask(v *fieldmaskpb.FieldMask)
- func (x *UpdateGroupRequest) String() string
- type UpdateOrganizationMetadata
- func (*UpdateOrganizationMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOrganizationMetadata) GetOrganizationId() string
- func (*UpdateOrganizationMetadata) ProtoMessage()
- func (x *UpdateOrganizationMetadata) ProtoReflect() protoreflect.Message
- func (x *UpdateOrganizationMetadata) Reset()
- func (m *UpdateOrganizationMetadata) SetOrganizationId(v string)
- func (x *UpdateOrganizationMetadata) String() string
- type UpdateOrganizationRequest
- func (*UpdateOrganizationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOrganizationRequest) GetDescription() string
- func (x *UpdateOrganizationRequest) GetLabels() map[string]string
- func (x *UpdateOrganizationRequest) GetName() string
- func (x *UpdateOrganizationRequest) GetOrganizationId() string
- func (x *UpdateOrganizationRequest) GetTitle() string
- func (x *UpdateOrganizationRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateOrganizationRequest) ProtoMessage()
- func (x *UpdateOrganizationRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateOrganizationRequest) Reset()
- func (m *UpdateOrganizationRequest) SetDescription(v string)
- func (m *UpdateOrganizationRequest) SetLabels(v map[string]string)
- func (m *UpdateOrganizationRequest) SetName(v string)
- func (m *UpdateOrganizationRequest) SetOrganizationId(v string)
- func (m *UpdateOrganizationRequest) SetTitle(v string)
- func (m *UpdateOrganizationRequest) SetUpdateMask(v *fieldmaskpb.FieldMask)
- func (x *UpdateOrganizationRequest) String() string
- type UpdateOsLoginProfileMetadata
- func (*UpdateOsLoginProfileMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOsLoginProfileMetadata) GetOsLoginProfileId() string
- func (*UpdateOsLoginProfileMetadata) ProtoMessage()
- func (x *UpdateOsLoginProfileMetadata) ProtoReflect() protoreflect.Message
- func (x *UpdateOsLoginProfileMetadata) Reset()
- func (m *UpdateOsLoginProfileMetadata) SetOsLoginProfileId(v string)
- func (x *UpdateOsLoginProfileMetadata) String() string
- type UpdateOsLoginProfileRequest
- func (*UpdateOsLoginProfileRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOsLoginProfileRequest) GetHomeDirectory() string
- func (x *UpdateOsLoginProfileRequest) GetLogin() string
- func (x *UpdateOsLoginProfileRequest) GetOsLoginProfileId() string
- func (x *UpdateOsLoginProfileRequest) GetShell() string
- func (x *UpdateOsLoginProfileRequest) GetUid() int64
- func (x *UpdateOsLoginProfileRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateOsLoginProfileRequest) ProtoMessage()
- func (x *UpdateOsLoginProfileRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateOsLoginProfileRequest) Reset()
- func (m *UpdateOsLoginProfileRequest) SetHomeDirectory(v string)
- func (m *UpdateOsLoginProfileRequest) SetLogin(v string)
- func (m *UpdateOsLoginProfileRequest) SetOsLoginProfileId(v string)
- func (m *UpdateOsLoginProfileRequest) SetShell(v string)
- func (m *UpdateOsLoginProfileRequest) SetUid(v int64)
- func (m *UpdateOsLoginProfileRequest) SetUpdateMask(v *fieldmaskpb.FieldMask)
- func (x *UpdateOsLoginProfileRequest) String() string
- type UpdateOsLoginSettingsMetadata
- func (*UpdateOsLoginSettingsMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOsLoginSettingsMetadata) GetOrganizationId() string
- func (*UpdateOsLoginSettingsMetadata) ProtoMessage()
- func (x *UpdateOsLoginSettingsMetadata) ProtoReflect() protoreflect.Message
- func (x *UpdateOsLoginSettingsMetadata) Reset()
- func (m *UpdateOsLoginSettingsMetadata) SetOrganizationId(v string)
- func (x *UpdateOsLoginSettingsMetadata) String() string
- type UpdateOsLoginSettingsRequest
- func (*UpdateOsLoginSettingsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOsLoginSettingsRequest) GetOrganizationId() string
- func (x *UpdateOsLoginSettingsRequest) GetSshCertificateSettings() *UpdateOsLoginSettingsRequest_SshCertificateSettings
- func (x *UpdateOsLoginSettingsRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (x *UpdateOsLoginSettingsRequest) GetUserSshKeySettings() *UpdateOsLoginSettingsRequest_UserSshKeySettings
- func (*UpdateOsLoginSettingsRequest) ProtoMessage()
- func (x *UpdateOsLoginSettingsRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateOsLoginSettingsRequest) Reset()
- func (m *UpdateOsLoginSettingsRequest) SetOrganizationId(v string)
- func (m *UpdateOsLoginSettingsRequest) SetSshCertificateSettings(v *UpdateOsLoginSettingsRequest_SshCertificateSettings)
- func (m *UpdateOsLoginSettingsRequest) SetUpdateMask(v *fieldmaskpb.FieldMask)
- func (m *UpdateOsLoginSettingsRequest) SetUserSshKeySettings(v *UpdateOsLoginSettingsRequest_UserSshKeySettings)
- func (x *UpdateOsLoginSettingsRequest) String() string
- type UpdateOsLoginSettingsRequest_SshCertificateSettings
- func (*UpdateOsLoginSettingsRequest_SshCertificateSettings) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOsLoginSettingsRequest_SshCertificateSettings) GetEnabled() bool
- func (*UpdateOsLoginSettingsRequest_SshCertificateSettings) ProtoMessage()
- func (x *UpdateOsLoginSettingsRequest_SshCertificateSettings) ProtoReflect() protoreflect.Message
- func (x *UpdateOsLoginSettingsRequest_SshCertificateSettings) Reset()
- func (m *UpdateOsLoginSettingsRequest_SshCertificateSettings) SetEnabled(v bool)
- func (x *UpdateOsLoginSettingsRequest_SshCertificateSettings) String() string
- type UpdateOsLoginSettingsRequest_UserSshKeySettings
- func (*UpdateOsLoginSettingsRequest_UserSshKeySettings) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOsLoginSettingsRequest_UserSshKeySettings) GetAllowManageOwnKeys() bool
- func (x *UpdateOsLoginSettingsRequest_UserSshKeySettings) GetEnabled() bool
- func (*UpdateOsLoginSettingsRequest_UserSshKeySettings) ProtoMessage()
- func (x *UpdateOsLoginSettingsRequest_UserSshKeySettings) ProtoReflect() protoreflect.Message
- func (x *UpdateOsLoginSettingsRequest_UserSshKeySettings) Reset()
- func (m *UpdateOsLoginSettingsRequest_UserSshKeySettings) SetAllowManageOwnKeys(v bool)
- func (m *UpdateOsLoginSettingsRequest_UserSshKeySettings) SetEnabled(v bool)
- func (x *UpdateOsLoginSettingsRequest_UserSshKeySettings) String() string
- type UpdateUserSshKeyMetadata
- func (*UpdateUserSshKeyMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserSshKeyMetadata) GetUserSshKeyId() string
- func (*UpdateUserSshKeyMetadata) ProtoMessage()
- func (x *UpdateUserSshKeyMetadata) ProtoReflect() protoreflect.Message
- func (x *UpdateUserSshKeyMetadata) Reset()
- func (m *UpdateUserSshKeyMetadata) SetUserSshKeyId(v string)
- func (x *UpdateUserSshKeyMetadata) String() string
- type UpdateUserSshKeyRequest
- func (*UpdateUserSshKeyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserSshKeyRequest) GetExpiresAt() *timestamppb.Timestamp
- func (x *UpdateUserSshKeyRequest) GetName() string
- func (x *UpdateUserSshKeyRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (x *UpdateUserSshKeyRequest) GetUserSshKeyId() string
- func (*UpdateUserSshKeyRequest) ProtoMessage()
- func (x *UpdateUserSshKeyRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateUserSshKeyRequest) Reset()
- func (m *UpdateUserSshKeyRequest) SetExpiresAt(v *timestamppb.Timestamp)
- func (m *UpdateUserSshKeyRequest) SetName(v string)
- func (m *UpdateUserSshKeyRequest) SetUpdateMask(v *fieldmaskpb.FieldMask)
- func (m *UpdateUserSshKeyRequest) SetUserSshKeyId(v string)
- func (x *UpdateUserSshKeyRequest) String() string
- type UserAccount
- func (*UserAccount) Descriptor() ([]byte, []int)deprecated
- func (x *UserAccount) GetId() string
- func (x *UserAccount) GetSamlUserAccount() *SamlUserAccount
- func (m *UserAccount) GetUserAccount() isUserAccount_UserAccount
- func (x *UserAccount) GetYandexPassportUserAccount() *YandexPassportUserAccount
- func (*UserAccount) ProtoMessage()
- func (x *UserAccount) ProtoReflect() protoreflect.Message
- func (x *UserAccount) Reset()
- func (m *UserAccount) SetId(v string)
- func (m *UserAccount) SetSamlUserAccount(v *SamlUserAccount)
- func (m *UserAccount) SetUserAccount(v UserAccount_UserAccount)
- func (m *UserAccount) SetYandexPassportUserAccount(v *YandexPassportUserAccount)
- func (x *UserAccount) String() string
- type UserAccount_SamlUserAccount
- type UserAccount_UserAccount
- type UserAccount_YandexPassportUserAccount
- type UserServiceClient
- type UserServiceServer
- type UserSshKey
- func (*UserSshKey) Descriptor() ([]byte, []int)deprecated
- func (x *UserSshKey) GetCreatedAt() *timestamppb.Timestamp
- func (x *UserSshKey) GetData() string
- func (x *UserSshKey) GetExpiresAt() *timestamppb.Timestamp
- func (x *UserSshKey) GetFingerprint() string
- func (x *UserSshKey) GetId() string
- func (x *UserSshKey) GetName() string
- func (x *UserSshKey) GetOrganizationId() string
- func (x *UserSshKey) GetSubjectId() string
- func (*UserSshKey) ProtoMessage()
- func (x *UserSshKey) ProtoReflect() protoreflect.Message
- func (x *UserSshKey) Reset()
- func (m *UserSshKey) SetCreatedAt(v *timestamppb.Timestamp)
- func (m *UserSshKey) SetData(v string)
- func (m *UserSshKey) SetExpiresAt(v *timestamppb.Timestamp)
- func (m *UserSshKey) SetFingerprint(v string)
- func (m *UserSshKey) SetId(v string)
- func (m *UserSshKey) SetName(v string)
- func (m *UserSshKey) SetOrganizationId(v string)
- func (m *UserSshKey) SetSubjectId(v string)
- func (x *UserSshKey) String() string
- type UserSshKeyServiceClient
- type UserSshKeyServiceServer
- type UserSshKeySettings
- func (*UserSshKeySettings) Descriptor() ([]byte, []int)deprecated
- func (x *UserSshKeySettings) GetAllowManageOwnKeys() bool
- func (x *UserSshKeySettings) GetEnabled() bool
- func (*UserSshKeySettings) ProtoMessage()
- func (x *UserSshKeySettings) ProtoReflect() protoreflect.Message
- func (x *UserSshKeySettings) Reset()
- func (m *UserSshKeySettings) SetAllowManageOwnKeys(v bool)
- func (m *UserSshKeySettings) SetEnabled(v bool)
- func (x *UserSshKeySettings) String() string
- type YandexPassportUserAccount
- func (*YandexPassportUserAccount) Descriptor() ([]byte, []int)deprecated
- func (x *YandexPassportUserAccount) GetDefaultEmail() string
- func (x *YandexPassportUserAccount) GetLogin() string
- func (*YandexPassportUserAccount) ProtoMessage()
- func (x *YandexPassportUserAccount) ProtoReflect() protoreflect.Message
- func (x *YandexPassportUserAccount) Reset()
- func (m *YandexPassportUserAccount) SetDefaultEmail(v string)
- func (m *YandexPassportUserAccount) SetLogin(v string)
- func (x *YandexPassportUserAccount) String() string
Constants ¶
const ( GroupMappingService_Get_FullMethodName = "/yandex.cloud.organizationmanager.v1.GroupMappingService/Get" GroupMappingService_Create_FullMethodName = "/yandex.cloud.organizationmanager.v1.GroupMappingService/Create" GroupMappingService_Update_FullMethodName = "/yandex.cloud.organizationmanager.v1.GroupMappingService/Update" GroupMappingService_Delete_FullMethodName = "/yandex.cloud.organizationmanager.v1.GroupMappingService/Delete" GroupMappingService_ListItems_FullMethodName = "/yandex.cloud.organizationmanager.v1.GroupMappingService/ListItems" GroupMappingService_UpdateItems_FullMethodName = "/yandex.cloud.organizationmanager.v1.GroupMappingService/UpdateItems" )
const ( GroupService_Get_FullMethodName = "/yandex.cloud.organizationmanager.v1.GroupService/Get" GroupService_List_FullMethodName = "/yandex.cloud.organizationmanager.v1.GroupService/List" GroupService_Create_FullMethodName = "/yandex.cloud.organizationmanager.v1.GroupService/Create" GroupService_Update_FullMethodName = "/yandex.cloud.organizationmanager.v1.GroupService/Update" GroupService_Delete_FullMethodName = "/yandex.cloud.organizationmanager.v1.GroupService/Delete" GroupService_ListOperations_FullMethodName = "/yandex.cloud.organizationmanager.v1.GroupService/ListOperations" GroupService_ListMembers_FullMethodName = "/yandex.cloud.organizationmanager.v1.GroupService/ListMembers" GroupService_UpdateMembers_FullMethodName = "/yandex.cloud.organizationmanager.v1.GroupService/UpdateMembers" GroupService_ListAccessBindings_FullMethodName = "/yandex.cloud.organizationmanager.v1.GroupService/ListAccessBindings" GroupService_SetAccessBindings_FullMethodName = "/yandex.cloud.organizationmanager.v1.GroupService/SetAccessBindings" GroupService_UpdateAccessBindings_FullMethodName = "/yandex.cloud.organizationmanager.v1.GroupService/UpdateAccessBindings" )
const ( OrganizationService_Get_FullMethodName = "/yandex.cloud.organizationmanager.v1.OrganizationService/Get" OrganizationService_List_FullMethodName = "/yandex.cloud.organizationmanager.v1.OrganizationService/List" OrganizationService_Update_FullMethodName = "/yandex.cloud.organizationmanager.v1.OrganizationService/Update" OrganizationService_ListOperations_FullMethodName = "/yandex.cloud.organizationmanager.v1.OrganizationService/ListOperations" OrganizationService_ListAccessBindings_FullMethodName = "/yandex.cloud.organizationmanager.v1.OrganizationService/ListAccessBindings" OrganizationService_SetAccessBindings_FullMethodName = "/yandex.cloud.organizationmanager.v1.OrganizationService/SetAccessBindings" OrganizationService_UpdateAccessBindings_FullMethodName = "/yandex.cloud.organizationmanager.v1.OrganizationService/UpdateAccessBindings" )
const ( OsLoginService_GetSettings_FullMethodName = "/yandex.cloud.organizationmanager.v1.OsLoginService/GetSettings" OsLoginService_UpdateSettings_FullMethodName = "/yandex.cloud.organizationmanager.v1.OsLoginService/UpdateSettings" OsLoginService_GetProfile_FullMethodName = "/yandex.cloud.organizationmanager.v1.OsLoginService/GetProfile" OsLoginService_ListProfiles_FullMethodName = "/yandex.cloud.organizationmanager.v1.OsLoginService/ListProfiles" OsLoginService_CreateProfile_FullMethodName = "/yandex.cloud.organizationmanager.v1.OsLoginService/CreateProfile" OsLoginService_UpdateProfile_FullMethodName = "/yandex.cloud.organizationmanager.v1.OsLoginService/UpdateProfile" OsLoginService_SetDefaultProfile_FullMethodName = "/yandex.cloud.organizationmanager.v1.OsLoginService/SetDefaultProfile" OsLoginService_DeleteProfile_FullMethodName = "/yandex.cloud.organizationmanager.v1.OsLoginService/DeleteProfile" )
const ( UserService_ListMembers_FullMethodName = "/yandex.cloud.organizationmanager.v1.UserService/ListMembers" UserService_DeleteMembership_FullMethodName = "/yandex.cloud.organizationmanager.v1.UserService/DeleteMembership" )
const ( UserSshKeyService_Get_FullMethodName = "/yandex.cloud.organizationmanager.v1.UserSshKeyService/Get" UserSshKeyService_List_FullMethodName = "/yandex.cloud.organizationmanager.v1.UserSshKeyService/List" UserSshKeyService_Create_FullMethodName = "/yandex.cloud.organizationmanager.v1.UserSshKeyService/Create" UserSshKeyService_Update_FullMethodName = "/yandex.cloud.organizationmanager.v1.UserSshKeyService/Update" UserSshKeyService_Delete_FullMethodName = "/yandex.cloud.organizationmanager.v1.UserSshKeyService/Delete" )
const (
SshCertificateService_Generate_FullMethodName = "/yandex.cloud.organizationmanager.v1.SshCertificateService/Generate"
)
Variables ¶
var ( GroupMappingItemDelta_Action_name = map[int32]string{ 0: "ACTION_UNSPECIFIED", 1: "ADD", 2: "REMOVE", } GroupMappingItemDelta_Action_value = map[string]int32{ "ACTION_UNSPECIFIED": 0, "ADD": 1, "REMOVE": 2, } )
Enum value maps for GroupMappingItemDelta_Action.
var ( MemberDelta_MemberAction_name = map[int32]string{ 0: "MEMBER_ACTION_UNSPECIFIED", 1: "ADD", 2: "REMOVE", } MemberDelta_MemberAction_value = map[string]int32{ "MEMBER_ACTION_UNSPECIFIED": 0, "ADD": 1, "REMOVE": 2, } )
Enum value maps for MemberDelta_MemberAction.
var File_yandex_cloud_organizationmanager_v1_group_mapping_proto protoreflect.FileDescriptor
var File_yandex_cloud_organizationmanager_v1_group_mapping_service_proto protoreflect.FileDescriptor
var File_yandex_cloud_organizationmanager_v1_group_proto protoreflect.FileDescriptor
var File_yandex_cloud_organizationmanager_v1_group_service_proto protoreflect.FileDescriptor
var File_yandex_cloud_organizationmanager_v1_organization_proto protoreflect.FileDescriptor
var File_yandex_cloud_organizationmanager_v1_organization_service_proto protoreflect.FileDescriptor
var File_yandex_cloud_organizationmanager_v1_os_login_service_proto protoreflect.FileDescriptor
var File_yandex_cloud_organizationmanager_v1_ssh_certificate_service_proto protoreflect.FileDescriptor
var File_yandex_cloud_organizationmanager_v1_user_account_proto protoreflect.FileDescriptor
var File_yandex_cloud_organizationmanager_v1_user_service_proto protoreflect.FileDescriptor
var File_yandex_cloud_organizationmanager_v1_user_ssh_key_proto protoreflect.FileDescriptor
var File_yandex_cloud_organizationmanager_v1_user_ssh_key_service_proto protoreflect.FileDescriptor
var GroupMappingService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "yandex.cloud.organizationmanager.v1.GroupMappingService", HandlerType: (*GroupMappingServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Get", Handler: _GroupMappingService_Get_Handler, }, { MethodName: "Create", Handler: _GroupMappingService_Create_Handler, }, { MethodName: "Update", Handler: _GroupMappingService_Update_Handler, }, { MethodName: "Delete", Handler: _GroupMappingService_Delete_Handler, }, { MethodName: "ListItems", Handler: _GroupMappingService_ListItems_Handler, }, { MethodName: "UpdateItems", Handler: _GroupMappingService_UpdateItems_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "yandex/cloud/organizationmanager/v1/group_mapping_service.proto", }
GroupMappingService_ServiceDesc is the grpc.ServiceDesc for GroupMappingService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var GroupService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "yandex.cloud.organizationmanager.v1.GroupService", HandlerType: (*GroupServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Get", Handler: _GroupService_Get_Handler, }, { MethodName: "List", Handler: _GroupService_List_Handler, }, { MethodName: "Create", Handler: _GroupService_Create_Handler, }, { MethodName: "Update", Handler: _GroupService_Update_Handler, }, { MethodName: "Delete", Handler: _GroupService_Delete_Handler, }, { MethodName: "ListOperations", Handler: _GroupService_ListOperations_Handler, }, { MethodName: "ListMembers", Handler: _GroupService_ListMembers_Handler, }, { MethodName: "UpdateMembers", Handler: _GroupService_UpdateMembers_Handler, }, { MethodName: "ListAccessBindings", Handler: _GroupService_ListAccessBindings_Handler, }, { MethodName: "SetAccessBindings", Handler: _GroupService_SetAccessBindings_Handler, }, { MethodName: "UpdateAccessBindings", Handler: _GroupService_UpdateAccessBindings_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "yandex/cloud/organizationmanager/v1/group_service.proto", }
GroupService_ServiceDesc is the grpc.ServiceDesc for GroupService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var OrganizationService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "yandex.cloud.organizationmanager.v1.OrganizationService", HandlerType: (*OrganizationServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Get", Handler: _OrganizationService_Get_Handler, }, { MethodName: "List", Handler: _OrganizationService_List_Handler, }, { MethodName: "Update", Handler: _OrganizationService_Update_Handler, }, { MethodName: "ListOperations", Handler: _OrganizationService_ListOperations_Handler, }, { MethodName: "ListAccessBindings", Handler: _OrganizationService_ListAccessBindings_Handler, }, { MethodName: "SetAccessBindings", Handler: _OrganizationService_SetAccessBindings_Handler, }, { MethodName: "UpdateAccessBindings", Handler: _OrganizationService_UpdateAccessBindings_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "yandex/cloud/organizationmanager/v1/organization_service.proto", }
OrganizationService_ServiceDesc is the grpc.ServiceDesc for OrganizationService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var OsLoginService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "yandex.cloud.organizationmanager.v1.OsLoginService", HandlerType: (*OsLoginServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetSettings", Handler: _OsLoginService_GetSettings_Handler, }, { MethodName: "UpdateSettings", Handler: _OsLoginService_UpdateSettings_Handler, }, { MethodName: "GetProfile", Handler: _OsLoginService_GetProfile_Handler, }, { MethodName: "ListProfiles", Handler: _OsLoginService_ListProfiles_Handler, }, { MethodName: "CreateProfile", Handler: _OsLoginService_CreateProfile_Handler, }, { MethodName: "UpdateProfile", Handler: _OsLoginService_UpdateProfile_Handler, }, { MethodName: "SetDefaultProfile", Handler: _OsLoginService_SetDefaultProfile_Handler, }, { MethodName: "DeleteProfile", Handler: _OsLoginService_DeleteProfile_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "yandex/cloud/organizationmanager/v1/os_login_service.proto", }
OsLoginService_ServiceDesc is the grpc.ServiceDesc for OsLoginService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var SshCertificateService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "yandex.cloud.organizationmanager.v1.SshCertificateService", HandlerType: (*SshCertificateServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Generate", Handler: _SshCertificateService_Generate_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "yandex/cloud/organizationmanager/v1/ssh_certificate_service.proto", }
SshCertificateService_ServiceDesc is the grpc.ServiceDesc for SshCertificateService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var UserService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "yandex.cloud.organizationmanager.v1.UserService", HandlerType: (*UserServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ListMembers", Handler: _UserService_ListMembers_Handler, }, { MethodName: "DeleteMembership", Handler: _UserService_DeleteMembership_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "yandex/cloud/organizationmanager/v1/user_service.proto", }
UserService_ServiceDesc is the grpc.ServiceDesc for UserService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var UserSshKeyService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "yandex.cloud.organizationmanager.v1.UserSshKeyService", HandlerType: (*UserSshKeyServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Get", Handler: _UserSshKeyService_Get_Handler, }, { MethodName: "List", Handler: _UserSshKeyService_List_Handler, }, { MethodName: "Create", Handler: _UserSshKeyService_Create_Handler, }, { MethodName: "Update", Handler: _UserSshKeyService_Update_Handler, }, { MethodName: "Delete", Handler: _UserSshKeyService_Delete_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "yandex/cloud/organizationmanager/v1/user_ssh_key_service.proto", }
UserSshKeyService_ServiceDesc is the grpc.ServiceDesc for UserSshKeyService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterGroupMappingServiceServer ¶
func RegisterGroupMappingServiceServer(s grpc.ServiceRegistrar, srv GroupMappingServiceServer)
func RegisterGroupServiceServer ¶
func RegisterGroupServiceServer(s grpc.ServiceRegistrar, srv GroupServiceServer)
func RegisterOrganizationServiceServer ¶
func RegisterOrganizationServiceServer(s grpc.ServiceRegistrar, srv OrganizationServiceServer)
func RegisterOsLoginServiceServer ¶
func RegisterOsLoginServiceServer(s grpc.ServiceRegistrar, srv OsLoginServiceServer)
func RegisterSshCertificateServiceServer ¶
func RegisterSshCertificateServiceServer(s grpc.ServiceRegistrar, srv SshCertificateServiceServer)
func RegisterUserServiceServer ¶
func RegisterUserServiceServer(s grpc.ServiceRegistrar, srv UserServiceServer)
func RegisterUserSshKeyServiceServer ¶
func RegisterUserSshKeyServiceServer(s grpc.ServiceRegistrar, srv UserSshKeyServiceServer)
Types ¶
type CreateGroupMappingMetadata ¶
type CreateGroupMappingMetadata struct { FederationId string `protobuf:"bytes,1,opt,name=federation_id,json=federationId,proto3" json:"federation_id,omitempty"` // contains filtered or unexported fields }
func (*CreateGroupMappingMetadata) Descriptor
deprecated
func (*CreateGroupMappingMetadata) Descriptor() ([]byte, []int)
Deprecated: Use CreateGroupMappingMetadata.ProtoReflect.Descriptor instead.
func (*CreateGroupMappingMetadata) GetFederationId ¶
func (x *CreateGroupMappingMetadata) GetFederationId() string
func (*CreateGroupMappingMetadata) ProtoMessage ¶
func (*CreateGroupMappingMetadata) ProtoMessage()
func (*CreateGroupMappingMetadata) ProtoReflect ¶
func (x *CreateGroupMappingMetadata) ProtoReflect() protoreflect.Message
func (*CreateGroupMappingMetadata) Reset ¶
func (x *CreateGroupMappingMetadata) Reset()
func (*CreateGroupMappingMetadata) SetFederationId ¶
func (m *CreateGroupMappingMetadata) SetFederationId(v string)
func (*CreateGroupMappingMetadata) String ¶
func (x *CreateGroupMappingMetadata) String() string
type CreateGroupMappingRequest ¶
type CreateGroupMappingRequest struct { // Federation the group mapping will be created for FederationId string `protobuf:"bytes,1,opt,name=federation_id,json=federationId,proto3" json:"federation_id,omitempty"` // Synchronization status. Enabled bool `protobuf:"varint,3,opt,name=enabled,proto3" json:"enabled,omitempty"` // contains filtered or unexported fields }
func (*CreateGroupMappingRequest) Descriptor
deprecated
func (*CreateGroupMappingRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateGroupMappingRequest.ProtoReflect.Descriptor instead.
func (*CreateGroupMappingRequest) GetEnabled ¶
func (x *CreateGroupMappingRequest) GetEnabled() bool
func (*CreateGroupMappingRequest) GetFederationId ¶
func (x *CreateGroupMappingRequest) GetFederationId() string
func (*CreateGroupMappingRequest) ProtoMessage ¶
func (*CreateGroupMappingRequest) ProtoMessage()
func (*CreateGroupMappingRequest) ProtoReflect ¶
func (x *CreateGroupMappingRequest) ProtoReflect() protoreflect.Message
func (*CreateGroupMappingRequest) Reset ¶
func (x *CreateGroupMappingRequest) Reset()
func (*CreateGroupMappingRequest) SetEnabled ¶
func (m *CreateGroupMappingRequest) SetEnabled(v bool)
func (*CreateGroupMappingRequest) SetFederationId ¶
func (m *CreateGroupMappingRequest) SetFederationId(v string)
func (*CreateGroupMappingRequest) String ¶
func (x *CreateGroupMappingRequest) String() string
type CreateGroupMetadata ¶
type CreateGroupMetadata struct { // ID of the group that is being created. GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` // contains filtered or unexported fields }
func (*CreateGroupMetadata) Descriptor
deprecated
func (*CreateGroupMetadata) Descriptor() ([]byte, []int)
Deprecated: Use CreateGroupMetadata.ProtoReflect.Descriptor instead.
func (*CreateGroupMetadata) GetGroupId ¶
func (x *CreateGroupMetadata) GetGroupId() string
func (*CreateGroupMetadata) ProtoMessage ¶
func (*CreateGroupMetadata) ProtoMessage()
func (*CreateGroupMetadata) ProtoReflect ¶
func (x *CreateGroupMetadata) ProtoReflect() protoreflect.Message
func (*CreateGroupMetadata) Reset ¶
func (x *CreateGroupMetadata) Reset()
func (*CreateGroupMetadata) SetGroupId ¶
func (m *CreateGroupMetadata) SetGroupId(v string)
func (*CreateGroupMetadata) String ¶
func (x *CreateGroupMetadata) String() string
type CreateGroupRequest ¶
type CreateGroupRequest struct { // ID of the organization to create a group in. // To get the organization ID, use a [yandex.cloud.organizationmanager.v1.OrganizationService.List] request. OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // Name of the group. // The name must be unique within the organization. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // Description of the group. Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
func (*CreateGroupRequest) Descriptor
deprecated
func (*CreateGroupRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateGroupRequest.ProtoReflect.Descriptor instead.
func (*CreateGroupRequest) GetDescription ¶
func (x *CreateGroupRequest) GetDescription() string
func (*CreateGroupRequest) GetName ¶
func (x *CreateGroupRequest) GetName() string
func (*CreateGroupRequest) GetOrganizationId ¶
func (x *CreateGroupRequest) GetOrganizationId() string
func (*CreateGroupRequest) ProtoMessage ¶
func (*CreateGroupRequest) ProtoMessage()
func (*CreateGroupRequest) ProtoReflect ¶
func (x *CreateGroupRequest) ProtoReflect() protoreflect.Message
func (*CreateGroupRequest) Reset ¶
func (x *CreateGroupRequest) Reset()
func (*CreateGroupRequest) SetDescription ¶
func (m *CreateGroupRequest) SetDescription(v string)
func (*CreateGroupRequest) SetName ¶
func (m *CreateGroupRequest) SetName(v string)
func (*CreateGroupRequest) SetOrganizationId ¶
func (m *CreateGroupRequest) SetOrganizationId(v string)
func (*CreateGroupRequest) String ¶
func (x *CreateGroupRequest) String() string
type CreateOsLoginProfileMetadata ¶
type CreateOsLoginProfileMetadata struct { OsLoginProfileId string `protobuf:"bytes,1,opt,name=os_login_profile_id,json=osLoginProfileId,proto3" json:"os_login_profile_id,omitempty"` OrganizationId string `protobuf:"bytes,2,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` SubjectId string `protobuf:"bytes,3,opt,name=subject_id,json=subjectId,proto3" json:"subject_id,omitempty"` // contains filtered or unexported fields }
func (*CreateOsLoginProfileMetadata) Descriptor
deprecated
func (*CreateOsLoginProfileMetadata) Descriptor() ([]byte, []int)
Deprecated: Use CreateOsLoginProfileMetadata.ProtoReflect.Descriptor instead.
func (*CreateOsLoginProfileMetadata) GetOrganizationId ¶
func (x *CreateOsLoginProfileMetadata) GetOrganizationId() string
func (*CreateOsLoginProfileMetadata) GetOsLoginProfileId ¶
func (x *CreateOsLoginProfileMetadata) GetOsLoginProfileId() string
func (*CreateOsLoginProfileMetadata) GetSubjectId ¶
func (x *CreateOsLoginProfileMetadata) GetSubjectId() string
func (*CreateOsLoginProfileMetadata) ProtoMessage ¶
func (*CreateOsLoginProfileMetadata) ProtoMessage()
func (*CreateOsLoginProfileMetadata) ProtoReflect ¶
func (x *CreateOsLoginProfileMetadata) ProtoReflect() protoreflect.Message
func (*CreateOsLoginProfileMetadata) Reset ¶
func (x *CreateOsLoginProfileMetadata) Reset()
func (*CreateOsLoginProfileMetadata) SetOrganizationId ¶
func (m *CreateOsLoginProfileMetadata) SetOrganizationId(v string)
func (*CreateOsLoginProfileMetadata) SetOsLoginProfileId ¶
func (m *CreateOsLoginProfileMetadata) SetOsLoginProfileId(v string)
func (*CreateOsLoginProfileMetadata) SetSubjectId ¶
func (m *CreateOsLoginProfileMetadata) SetSubjectId(v string)
func (*CreateOsLoginProfileMetadata) String ¶
func (x *CreateOsLoginProfileMetadata) String() string
type CreateOsLoginProfileRequest ¶
type CreateOsLoginProfileRequest struct { OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` SubjectId string `protobuf:"bytes,2,opt,name=subject_id,json=subjectId,proto3" json:"subject_id,omitempty"` Login string `protobuf:"bytes,3,opt,name=login,proto3" json:"login,omitempty"` // must not contain . or end in ~ Uid int64 `protobuf:"varint,4,opt,name=uid,proto3" json:"uid,omitempty"` // 1000 - 2^63 - 1 HomeDirectory string `protobuf:"bytes,5,opt,name=home_directory,json=homeDirectory,proto3" json:"home_directory,omitempty"` Shell string `protobuf:"bytes,6,opt,name=shell,proto3" json:"shell,omitempty"` // contains filtered or unexported fields }
func (*CreateOsLoginProfileRequest) Descriptor
deprecated
func (*CreateOsLoginProfileRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateOsLoginProfileRequest.ProtoReflect.Descriptor instead.
func (*CreateOsLoginProfileRequest) GetHomeDirectory ¶
func (x *CreateOsLoginProfileRequest) GetHomeDirectory() string
func (*CreateOsLoginProfileRequest) GetLogin ¶
func (x *CreateOsLoginProfileRequest) GetLogin() string
func (*CreateOsLoginProfileRequest) GetOrganizationId ¶
func (x *CreateOsLoginProfileRequest) GetOrganizationId() string
func (*CreateOsLoginProfileRequest) GetShell ¶
func (x *CreateOsLoginProfileRequest) GetShell() string
func (*CreateOsLoginProfileRequest) GetSubjectId ¶
func (x *CreateOsLoginProfileRequest) GetSubjectId() string
func (*CreateOsLoginProfileRequest) GetUid ¶
func (x *CreateOsLoginProfileRequest) GetUid() int64
func (*CreateOsLoginProfileRequest) ProtoMessage ¶
func (*CreateOsLoginProfileRequest) ProtoMessage()
func (*CreateOsLoginProfileRequest) ProtoReflect ¶
func (x *CreateOsLoginProfileRequest) ProtoReflect() protoreflect.Message
func (*CreateOsLoginProfileRequest) Reset ¶
func (x *CreateOsLoginProfileRequest) Reset()
func (*CreateOsLoginProfileRequest) SetHomeDirectory ¶
func (m *CreateOsLoginProfileRequest) SetHomeDirectory(v string)
func (*CreateOsLoginProfileRequest) SetLogin ¶
func (m *CreateOsLoginProfileRequest) SetLogin(v string)
func (*CreateOsLoginProfileRequest) SetOrganizationId ¶
func (m *CreateOsLoginProfileRequest) SetOrganizationId(v string)
func (*CreateOsLoginProfileRequest) SetShell ¶
func (m *CreateOsLoginProfileRequest) SetShell(v string)
func (*CreateOsLoginProfileRequest) SetSubjectId ¶
func (m *CreateOsLoginProfileRequest) SetSubjectId(v string)
func (*CreateOsLoginProfileRequest) SetUid ¶
func (m *CreateOsLoginProfileRequest) SetUid(v int64)
func (*CreateOsLoginProfileRequest) String ¶
func (x *CreateOsLoginProfileRequest) String() string
type CreateUserSshKeyMetadata ¶
type CreateUserSshKeyMetadata struct { UserSshKeyId string `protobuf:"bytes,1,opt,name=user_ssh_key_id,json=userSshKeyId,proto3" json:"user_ssh_key_id,omitempty"` OrganizationId string `protobuf:"bytes,2,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // contains filtered or unexported fields }
func (*CreateUserSshKeyMetadata) Descriptor
deprecated
func (*CreateUserSshKeyMetadata) Descriptor() ([]byte, []int)
Deprecated: Use CreateUserSshKeyMetadata.ProtoReflect.Descriptor instead.
func (*CreateUserSshKeyMetadata) GetOrganizationId ¶
func (x *CreateUserSshKeyMetadata) GetOrganizationId() string
func (*CreateUserSshKeyMetadata) GetUserSshKeyId ¶
func (x *CreateUserSshKeyMetadata) GetUserSshKeyId() string
func (*CreateUserSshKeyMetadata) ProtoMessage ¶
func (*CreateUserSshKeyMetadata) ProtoMessage()
func (*CreateUserSshKeyMetadata) ProtoReflect ¶
func (x *CreateUserSshKeyMetadata) ProtoReflect() protoreflect.Message
func (*CreateUserSshKeyMetadata) Reset ¶
func (x *CreateUserSshKeyMetadata) Reset()
func (*CreateUserSshKeyMetadata) SetOrganizationId ¶
func (m *CreateUserSshKeyMetadata) SetOrganizationId(v string)
func (*CreateUserSshKeyMetadata) SetUserSshKeyId ¶
func (m *CreateUserSshKeyMetadata) SetUserSshKeyId(v string)
func (*CreateUserSshKeyMetadata) String ¶
func (x *CreateUserSshKeyMetadata) String() string
type CreateUserSshKeyRequest ¶
type CreateUserSshKeyRequest struct { OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` SubjectId string `protobuf:"bytes,2,opt,name=subject_id,json=subjectId,proto3" json:"subject_id,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Data string `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"` ExpiresAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"` // contains filtered or unexported fields }
func (*CreateUserSshKeyRequest) Descriptor
deprecated
func (*CreateUserSshKeyRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateUserSshKeyRequest.ProtoReflect.Descriptor instead.
func (*CreateUserSshKeyRequest) GetData ¶
func (x *CreateUserSshKeyRequest) GetData() string
func (*CreateUserSshKeyRequest) GetExpiresAt ¶
func (x *CreateUserSshKeyRequest) GetExpiresAt() *timestamppb.Timestamp
func (*CreateUserSshKeyRequest) GetName ¶
func (x *CreateUserSshKeyRequest) GetName() string
func (*CreateUserSshKeyRequest) GetOrganizationId ¶
func (x *CreateUserSshKeyRequest) GetOrganizationId() string
func (*CreateUserSshKeyRequest) GetSubjectId ¶
func (x *CreateUserSshKeyRequest) GetSubjectId() string
func (*CreateUserSshKeyRequest) ProtoMessage ¶
func (*CreateUserSshKeyRequest) ProtoMessage()
func (*CreateUserSshKeyRequest) ProtoReflect ¶
func (x *CreateUserSshKeyRequest) ProtoReflect() protoreflect.Message
func (*CreateUserSshKeyRequest) Reset ¶
func (x *CreateUserSshKeyRequest) Reset()
func (*CreateUserSshKeyRequest) SetData ¶
func (m *CreateUserSshKeyRequest) SetData(v string)
func (*CreateUserSshKeyRequest) SetExpiresAt ¶
func (m *CreateUserSshKeyRequest) SetExpiresAt(v *timestamppb.Timestamp)
func (*CreateUserSshKeyRequest) SetName ¶
func (m *CreateUserSshKeyRequest) SetName(v string)
func (*CreateUserSshKeyRequest) SetOrganizationId ¶
func (m *CreateUserSshKeyRequest) SetOrganizationId(v string)
func (*CreateUserSshKeyRequest) SetSubjectId ¶
func (m *CreateUserSshKeyRequest) SetSubjectId(v string)
func (*CreateUserSshKeyRequest) String ¶
func (x *CreateUserSshKeyRequest) String() string
type DeleteGroupMappingMetadata ¶
type DeleteGroupMappingMetadata struct { FederationId string `protobuf:"bytes,1,opt,name=federation_id,json=federationId,proto3" json:"federation_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteGroupMappingMetadata) Descriptor
deprecated
func (*DeleteGroupMappingMetadata) Descriptor() ([]byte, []int)
Deprecated: Use DeleteGroupMappingMetadata.ProtoReflect.Descriptor instead.
func (*DeleteGroupMappingMetadata) GetFederationId ¶
func (x *DeleteGroupMappingMetadata) GetFederationId() string
func (*DeleteGroupMappingMetadata) ProtoMessage ¶
func (*DeleteGroupMappingMetadata) ProtoMessage()
func (*DeleteGroupMappingMetadata) ProtoReflect ¶
func (x *DeleteGroupMappingMetadata) ProtoReflect() protoreflect.Message
func (*DeleteGroupMappingMetadata) Reset ¶
func (x *DeleteGroupMappingMetadata) Reset()
func (*DeleteGroupMappingMetadata) SetFederationId ¶
func (m *DeleteGroupMappingMetadata) SetFederationId(v string)
func (*DeleteGroupMappingMetadata) String ¶
func (x *DeleteGroupMappingMetadata) String() string
type DeleteGroupMappingRequest ¶
type DeleteGroupMappingRequest struct { // Federation the group mapping deletion is requested FederationId string `protobuf:"bytes,1,opt,name=federation_id,json=federationId,proto3" json:"federation_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteGroupMappingRequest) Descriptor
deprecated
func (*DeleteGroupMappingRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteGroupMappingRequest.ProtoReflect.Descriptor instead.
func (*DeleteGroupMappingRequest) GetFederationId ¶
func (x *DeleteGroupMappingRequest) GetFederationId() string
func (*DeleteGroupMappingRequest) ProtoMessage ¶
func (*DeleteGroupMappingRequest) ProtoMessage()
func (*DeleteGroupMappingRequest) ProtoReflect ¶
func (x *DeleteGroupMappingRequest) ProtoReflect() protoreflect.Message
func (*DeleteGroupMappingRequest) Reset ¶
func (x *DeleteGroupMappingRequest) Reset()
func (*DeleteGroupMappingRequest) SetFederationId ¶
func (m *DeleteGroupMappingRequest) SetFederationId(v string)
func (*DeleteGroupMappingRequest) String ¶
func (x *DeleteGroupMappingRequest) String() string
type DeleteGroupMetadata ¶
type DeleteGroupMetadata struct { // ID of the group that is being deleted. GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteGroupMetadata) Descriptor
deprecated
func (*DeleteGroupMetadata) Descriptor() ([]byte, []int)
Deprecated: Use DeleteGroupMetadata.ProtoReflect.Descriptor instead.
func (*DeleteGroupMetadata) GetGroupId ¶
func (x *DeleteGroupMetadata) GetGroupId() string
func (*DeleteGroupMetadata) ProtoMessage ¶
func (*DeleteGroupMetadata) ProtoMessage()
func (*DeleteGroupMetadata) ProtoReflect ¶
func (x *DeleteGroupMetadata) ProtoReflect() protoreflect.Message
func (*DeleteGroupMetadata) Reset ¶
func (x *DeleteGroupMetadata) Reset()
func (*DeleteGroupMetadata) SetGroupId ¶
func (m *DeleteGroupMetadata) SetGroupId(v string)
func (*DeleteGroupMetadata) String ¶
func (x *DeleteGroupMetadata) String() string
type DeleteGroupRequest ¶
type DeleteGroupRequest struct { // ID of the group to delete. // To get the group ID, use a [GroupService.List] request. GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteGroupRequest) Descriptor
deprecated
func (*DeleteGroupRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteGroupRequest.ProtoReflect.Descriptor instead.
func (*DeleteGroupRequest) GetGroupId ¶
func (x *DeleteGroupRequest) GetGroupId() string
func (*DeleteGroupRequest) ProtoMessage ¶
func (*DeleteGroupRequest) ProtoMessage()
func (*DeleteGroupRequest) ProtoReflect ¶
func (x *DeleteGroupRequest) ProtoReflect() protoreflect.Message
func (*DeleteGroupRequest) Reset ¶
func (x *DeleteGroupRequest) Reset()
func (*DeleteGroupRequest) SetGroupId ¶
func (m *DeleteGroupRequest) SetGroupId(v string)
func (*DeleteGroupRequest) String ¶
func (x *DeleteGroupRequest) String() string
type DeleteMembershipMetadata ¶
type DeleteMembershipMetadata struct { // ID of the organization to delete membership. OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // ID of the subject that is being deleted from organization. SubjectId string `protobuf:"bytes,2,opt,name=subject_id,json=subjectId,proto3" json:"subject_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteMembershipMetadata) Descriptor
deprecated
func (*DeleteMembershipMetadata) Descriptor() ([]byte, []int)
Deprecated: Use DeleteMembershipMetadata.ProtoReflect.Descriptor instead.
func (*DeleteMembershipMetadata) GetOrganizationId ¶
func (x *DeleteMembershipMetadata) GetOrganizationId() string
func (*DeleteMembershipMetadata) GetSubjectId ¶
func (x *DeleteMembershipMetadata) GetSubjectId() string
func (*DeleteMembershipMetadata) ProtoMessage ¶
func (*DeleteMembershipMetadata) ProtoMessage()
func (*DeleteMembershipMetadata) ProtoReflect ¶
func (x *DeleteMembershipMetadata) ProtoReflect() protoreflect.Message
func (*DeleteMembershipMetadata) Reset ¶
func (x *DeleteMembershipMetadata) Reset()
func (*DeleteMembershipMetadata) SetOrganizationId ¶
func (m *DeleteMembershipMetadata) SetOrganizationId(v string)
func (*DeleteMembershipMetadata) SetSubjectId ¶
func (m *DeleteMembershipMetadata) SetSubjectId(v string)
func (*DeleteMembershipMetadata) String ¶
func (x *DeleteMembershipMetadata) String() string
type DeleteMembershipRequest ¶
type DeleteMembershipRequest struct { // ID of the organization to delete membership. OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // ID of the subject that is being deleted from organization. // By default equals to authenticated subject. SubjectId string `protobuf:"bytes,2,opt,name=subject_id,json=subjectId,proto3" json:"subject_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteMembershipRequest) Descriptor
deprecated
func (*DeleteMembershipRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteMembershipRequest.ProtoReflect.Descriptor instead.
func (*DeleteMembershipRequest) GetOrganizationId ¶
func (x *DeleteMembershipRequest) GetOrganizationId() string
func (*DeleteMembershipRequest) GetSubjectId ¶
func (x *DeleteMembershipRequest) GetSubjectId() string
func (*DeleteMembershipRequest) ProtoMessage ¶
func (*DeleteMembershipRequest) ProtoMessage()
func (*DeleteMembershipRequest) ProtoReflect ¶
func (x *DeleteMembershipRequest) ProtoReflect() protoreflect.Message
func (*DeleteMembershipRequest) Reset ¶
func (x *DeleteMembershipRequest) Reset()
func (*DeleteMembershipRequest) SetOrganizationId ¶
func (m *DeleteMembershipRequest) SetOrganizationId(v string)
func (*DeleteMembershipRequest) SetSubjectId ¶
func (m *DeleteMembershipRequest) SetSubjectId(v string)
func (*DeleteMembershipRequest) String ¶
func (x *DeleteMembershipRequest) String() string
type DeleteMembershipResponse ¶
type DeleteMembershipResponse struct { // ID of the organization to delete membership. OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // ID of the subject that is being deleted from organization. SubjectId string `protobuf:"bytes,2,opt,name=subject_id,json=subjectId,proto3" json:"subject_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteMembershipResponse) Descriptor
deprecated
func (*DeleteMembershipResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteMembershipResponse.ProtoReflect.Descriptor instead.
func (*DeleteMembershipResponse) GetOrganizationId ¶
func (x *DeleteMembershipResponse) GetOrganizationId() string
func (*DeleteMembershipResponse) GetSubjectId ¶
func (x *DeleteMembershipResponse) GetSubjectId() string
func (*DeleteMembershipResponse) ProtoMessage ¶
func (*DeleteMembershipResponse) ProtoMessage()
func (*DeleteMembershipResponse) ProtoReflect ¶
func (x *DeleteMembershipResponse) ProtoReflect() protoreflect.Message
func (*DeleteMembershipResponse) Reset ¶
func (x *DeleteMembershipResponse) Reset()
func (*DeleteMembershipResponse) SetOrganizationId ¶
func (m *DeleteMembershipResponse) SetOrganizationId(v string)
func (*DeleteMembershipResponse) SetSubjectId ¶
func (m *DeleteMembershipResponse) SetSubjectId(v string)
func (*DeleteMembershipResponse) String ¶
func (x *DeleteMembershipResponse) String() string
type DeleteOsLoginProfileMetadata ¶
type DeleteOsLoginProfileMetadata struct { OsLoginProfileId string `protobuf:"bytes,1,opt,name=os_login_profile_id,json=osLoginProfileId,proto3" json:"os_login_profile_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteOsLoginProfileMetadata) Descriptor
deprecated
func (*DeleteOsLoginProfileMetadata) Descriptor() ([]byte, []int)
Deprecated: Use DeleteOsLoginProfileMetadata.ProtoReflect.Descriptor instead.
func (*DeleteOsLoginProfileMetadata) GetOsLoginProfileId ¶
func (x *DeleteOsLoginProfileMetadata) GetOsLoginProfileId() string
func (*DeleteOsLoginProfileMetadata) ProtoMessage ¶
func (*DeleteOsLoginProfileMetadata) ProtoMessage()
func (*DeleteOsLoginProfileMetadata) ProtoReflect ¶
func (x *DeleteOsLoginProfileMetadata) ProtoReflect() protoreflect.Message
func (*DeleteOsLoginProfileMetadata) Reset ¶
func (x *DeleteOsLoginProfileMetadata) Reset()
func (*DeleteOsLoginProfileMetadata) SetOsLoginProfileId ¶
func (m *DeleteOsLoginProfileMetadata) SetOsLoginProfileId(v string)
func (*DeleteOsLoginProfileMetadata) String ¶
func (x *DeleteOsLoginProfileMetadata) String() string
type DeleteOsLoginProfileRequest ¶
type DeleteOsLoginProfileRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DeleteOsLoginProfileRequest) Descriptor
deprecated
func (*DeleteOsLoginProfileRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteOsLoginProfileRequest.ProtoReflect.Descriptor instead.
func (*DeleteOsLoginProfileRequest) GetId ¶
func (x *DeleteOsLoginProfileRequest) GetId() string
func (*DeleteOsLoginProfileRequest) ProtoMessage ¶
func (*DeleteOsLoginProfileRequest) ProtoMessage()
func (*DeleteOsLoginProfileRequest) ProtoReflect ¶
func (x *DeleteOsLoginProfileRequest) ProtoReflect() protoreflect.Message
func (*DeleteOsLoginProfileRequest) Reset ¶
func (x *DeleteOsLoginProfileRequest) Reset()
func (*DeleteOsLoginProfileRequest) SetId ¶
func (m *DeleteOsLoginProfileRequest) SetId(v string)
func (*DeleteOsLoginProfileRequest) String ¶
func (x *DeleteOsLoginProfileRequest) String() string
type DeleteUserSshKeyMetadata ¶
type DeleteUserSshKeyMetadata struct { UserSshKeyId string `protobuf:"bytes,1,opt,name=user_ssh_key_id,json=userSshKeyId,proto3" json:"user_ssh_key_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteUserSshKeyMetadata) Descriptor
deprecated
func (*DeleteUserSshKeyMetadata) Descriptor() ([]byte, []int)
Deprecated: Use DeleteUserSshKeyMetadata.ProtoReflect.Descriptor instead.
func (*DeleteUserSshKeyMetadata) GetUserSshKeyId ¶
func (x *DeleteUserSshKeyMetadata) GetUserSshKeyId() string
func (*DeleteUserSshKeyMetadata) ProtoMessage ¶
func (*DeleteUserSshKeyMetadata) ProtoMessage()
func (*DeleteUserSshKeyMetadata) ProtoReflect ¶
func (x *DeleteUserSshKeyMetadata) ProtoReflect() protoreflect.Message
func (*DeleteUserSshKeyMetadata) Reset ¶
func (x *DeleteUserSshKeyMetadata) Reset()
func (*DeleteUserSshKeyMetadata) SetUserSshKeyId ¶
func (m *DeleteUserSshKeyMetadata) SetUserSshKeyId(v string)
func (*DeleteUserSshKeyMetadata) String ¶
func (x *DeleteUserSshKeyMetadata) String() string
type DeleteUserSshKeyRequest ¶
type DeleteUserSshKeyRequest struct { UserSshKeyId string `protobuf:"bytes,1,opt,name=user_ssh_key_id,json=userSshKeyId,proto3" json:"user_ssh_key_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteUserSshKeyRequest) Descriptor
deprecated
func (*DeleteUserSshKeyRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteUserSshKeyRequest.ProtoReflect.Descriptor instead.
func (*DeleteUserSshKeyRequest) GetUserSshKeyId ¶
func (x *DeleteUserSshKeyRequest) GetUserSshKeyId() string
func (*DeleteUserSshKeyRequest) ProtoMessage ¶
func (*DeleteUserSshKeyRequest) ProtoMessage()
func (*DeleteUserSshKeyRequest) ProtoReflect ¶
func (x *DeleteUserSshKeyRequest) ProtoReflect() protoreflect.Message
func (*DeleteUserSshKeyRequest) Reset ¶
func (x *DeleteUserSshKeyRequest) Reset()
func (*DeleteUserSshKeyRequest) SetUserSshKeyId ¶
func (m *DeleteUserSshKeyRequest) SetUserSshKeyId(v string)
func (*DeleteUserSshKeyRequest) String ¶
func (x *DeleteUserSshKeyRequest) String() string
type GenerateSshCertificateRequest ¶
type GenerateSshCertificateRequest struct { // Types that are assignable to Scope: // // *GenerateSshCertificateRequest_CloudId // *GenerateSshCertificateRequest_OrganizationId Scope isGenerateSshCertificateRequest_Scope `protobuf_oneof:"scope"` // Types that are assignable to Subject: // // *GenerateSshCertificateRequest_SubjectId // *GenerateSshCertificateRequest_OsLogin Subject isGenerateSshCertificateRequest_Subject `protobuf_oneof:"subject"` PublicKey string `protobuf:"bytes,5,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` // contains filtered or unexported fields }
func (*GenerateSshCertificateRequest) Descriptor
deprecated
func (*GenerateSshCertificateRequest) Descriptor() ([]byte, []int)
Deprecated: Use GenerateSshCertificateRequest.ProtoReflect.Descriptor instead.
func (*GenerateSshCertificateRequest) GetCloudId ¶
func (x *GenerateSshCertificateRequest) GetCloudId() string
func (*GenerateSshCertificateRequest) GetOrganizationId ¶
func (x *GenerateSshCertificateRequest) GetOrganizationId() string
func (*GenerateSshCertificateRequest) GetOsLogin ¶
func (x *GenerateSshCertificateRequest) GetOsLogin() string
func (*GenerateSshCertificateRequest) GetPublicKey ¶
func (x *GenerateSshCertificateRequest) GetPublicKey() string
func (*GenerateSshCertificateRequest) GetScope ¶
func (m *GenerateSshCertificateRequest) GetScope() isGenerateSshCertificateRequest_Scope
func (*GenerateSshCertificateRequest) GetSubject ¶
func (m *GenerateSshCertificateRequest) GetSubject() isGenerateSshCertificateRequest_Subject
func (*GenerateSshCertificateRequest) GetSubjectId ¶
func (x *GenerateSshCertificateRequest) GetSubjectId() string
func (*GenerateSshCertificateRequest) ProtoMessage ¶
func (*GenerateSshCertificateRequest) ProtoMessage()
func (*GenerateSshCertificateRequest) ProtoReflect ¶
func (x *GenerateSshCertificateRequest) ProtoReflect() protoreflect.Message
func (*GenerateSshCertificateRequest) Reset ¶
func (x *GenerateSshCertificateRequest) Reset()
func (*GenerateSshCertificateRequest) SetCloudId ¶
func (m *GenerateSshCertificateRequest) SetCloudId(v string)
func (*GenerateSshCertificateRequest) SetOrganizationId ¶
func (m *GenerateSshCertificateRequest) SetOrganizationId(v string)
func (*GenerateSshCertificateRequest) SetOsLogin ¶
func (m *GenerateSshCertificateRequest) SetOsLogin(v string)
func (*GenerateSshCertificateRequest) SetPublicKey ¶
func (m *GenerateSshCertificateRequest) SetPublicKey(v string)
func (*GenerateSshCertificateRequest) SetScope ¶
func (m *GenerateSshCertificateRequest) SetScope(v GenerateSshCertificateRequest_Scope)
func (*GenerateSshCertificateRequest) SetSubject ¶
func (m *GenerateSshCertificateRequest) SetSubject(v GenerateSshCertificateRequest_Subject)
func (*GenerateSshCertificateRequest) SetSubjectId ¶
func (m *GenerateSshCertificateRequest) SetSubjectId(v string)
func (*GenerateSshCertificateRequest) String ¶
func (x *GenerateSshCertificateRequest) String() string
type GenerateSshCertificateRequest_CloudId ¶
type GenerateSshCertificateRequest_CloudId struct {
CloudId string `protobuf:"bytes,1,opt,name=cloud_id,json=cloudId,proto3,oneof"` // the cloud must be attached to an organization
}
type GenerateSshCertificateRequest_OrganizationId ¶
type GenerateSshCertificateRequest_OrganizationId struct {
OrganizationId string `protobuf:"bytes,2,opt,name=organization_id,json=organizationId,proto3,oneof"`
}
type GenerateSshCertificateRequest_OsLogin ¶
type GenerateSshCertificateRequest_OsLogin struct {
OsLogin string `protobuf:"bytes,4,opt,name=os_login,json=osLogin,proto3,oneof"` // specify os_login for a specific login
}
type GenerateSshCertificateRequest_Scope ¶
type GenerateSshCertificateRequest_Scope = isGenerateSshCertificateRequest_Scope
type GenerateSshCertificateRequest_Subject ¶
type GenerateSshCertificateRequest_Subject = isGenerateSshCertificateRequest_Subject
type GenerateSshCertificateRequest_SubjectId ¶
type GenerateSshCertificateRequest_SubjectId struct {
SubjectId string `protobuf:"bytes,3,opt,name=subject_id,json=subjectId,proto3,oneof"` // specify subject to generate certificate for default login
}
type GenerateSshCertificateResponse ¶
type GenerateSshCertificateResponse struct { // as per specification https://cvsweb.openbsd.org/src/usr.bin/ssh/PROTOCOL.certkeys?annotate=HEAD SignedCertificate string `protobuf:"bytes,1,opt,name=signed_certificate,json=signedCertificate,proto3" json:"signed_certificate,omitempty"` // contains filtered or unexported fields }
func (*GenerateSshCertificateResponse) Descriptor
deprecated
func (*GenerateSshCertificateResponse) Descriptor() ([]byte, []int)
Deprecated: Use GenerateSshCertificateResponse.ProtoReflect.Descriptor instead.
func (*GenerateSshCertificateResponse) GetSignedCertificate ¶
func (x *GenerateSshCertificateResponse) GetSignedCertificate() string
func (*GenerateSshCertificateResponse) ProtoMessage ¶
func (*GenerateSshCertificateResponse) ProtoMessage()
func (*GenerateSshCertificateResponse) ProtoReflect ¶
func (x *GenerateSshCertificateResponse) ProtoReflect() protoreflect.Message
func (*GenerateSshCertificateResponse) Reset ¶
func (x *GenerateSshCertificateResponse) Reset()
func (*GenerateSshCertificateResponse) SetSignedCertificate ¶
func (m *GenerateSshCertificateResponse) SetSignedCertificate(v string)
func (*GenerateSshCertificateResponse) String ¶
func (x *GenerateSshCertificateResponse) String() string
type GetGroupMappingRequest ¶
type GetGroupMappingRequest struct { FederationId string `protobuf:"bytes,1,opt,name=federation_id,json=federationId,proto3" json:"federation_id,omitempty"` // contains filtered or unexported fields }
func (*GetGroupMappingRequest) Descriptor
deprecated
func (*GetGroupMappingRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetGroupMappingRequest.ProtoReflect.Descriptor instead.
func (*GetGroupMappingRequest) GetFederationId ¶
func (x *GetGroupMappingRequest) GetFederationId() string
func (*GetGroupMappingRequest) ProtoMessage ¶
func (*GetGroupMappingRequest) ProtoMessage()
func (*GetGroupMappingRequest) ProtoReflect ¶
func (x *GetGroupMappingRequest) ProtoReflect() protoreflect.Message
func (*GetGroupMappingRequest) Reset ¶
func (x *GetGroupMappingRequest) Reset()
func (*GetGroupMappingRequest) SetFederationId ¶
func (m *GetGroupMappingRequest) SetFederationId(v string)
func (*GetGroupMappingRequest) String ¶
func (x *GetGroupMappingRequest) String() string
type GetGroupMappingResponse ¶
type GetGroupMappingResponse struct { GroupMapping *GroupMapping `protobuf:"bytes,1,opt,name=group_mapping,json=groupMapping,proto3" json:"group_mapping,omitempty"` // contains filtered or unexported fields }
func (*GetGroupMappingResponse) Descriptor
deprecated
func (*GetGroupMappingResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetGroupMappingResponse.ProtoReflect.Descriptor instead.
func (*GetGroupMappingResponse) GetGroupMapping ¶
func (x *GetGroupMappingResponse) GetGroupMapping() *GroupMapping
func (*GetGroupMappingResponse) ProtoMessage ¶
func (*GetGroupMappingResponse) ProtoMessage()
func (*GetGroupMappingResponse) ProtoReflect ¶
func (x *GetGroupMappingResponse) ProtoReflect() protoreflect.Message
func (*GetGroupMappingResponse) Reset ¶
func (x *GetGroupMappingResponse) Reset()
func (*GetGroupMappingResponse) SetGroupMapping ¶
func (m *GetGroupMappingResponse) SetGroupMapping(v *GroupMapping)
func (*GetGroupMappingResponse) String ¶
func (x *GetGroupMappingResponse) String() string
type GetGroupRequest ¶
type GetGroupRequest struct { // ID of the Group resource to return. // To get the group ID, use a [GroupService.List] request. GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` // contains filtered or unexported fields }
func (*GetGroupRequest) Descriptor
deprecated
func (*GetGroupRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetGroupRequest.ProtoReflect.Descriptor instead.
func (*GetGroupRequest) GetGroupId ¶
func (x *GetGroupRequest) GetGroupId() string
func (*GetGroupRequest) ProtoMessage ¶
func (*GetGroupRequest) ProtoMessage()
func (*GetGroupRequest) ProtoReflect ¶
func (x *GetGroupRequest) ProtoReflect() protoreflect.Message
func (*GetGroupRequest) Reset ¶
func (x *GetGroupRequest) Reset()
func (*GetGroupRequest) SetGroupId ¶
func (m *GetGroupRequest) SetGroupId(v string)
func (*GetGroupRequest) String ¶
func (x *GetGroupRequest) String() string
type GetOrganizationRequest ¶
type GetOrganizationRequest struct { // ID of the Organization resource to return. // To get the organization ID, use a [OrganizationService.List] request. OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // contains filtered or unexported fields }
func (*GetOrganizationRequest) Descriptor
deprecated
func (*GetOrganizationRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOrganizationRequest.ProtoReflect.Descriptor instead.
func (*GetOrganizationRequest) GetOrganizationId ¶
func (x *GetOrganizationRequest) GetOrganizationId() string
func (*GetOrganizationRequest) ProtoMessage ¶
func (*GetOrganizationRequest) ProtoMessage()
func (*GetOrganizationRequest) ProtoReflect ¶
func (x *GetOrganizationRequest) ProtoReflect() protoreflect.Message
func (*GetOrganizationRequest) Reset ¶
func (x *GetOrganizationRequest) Reset()
func (*GetOrganizationRequest) SetOrganizationId ¶
func (m *GetOrganizationRequest) SetOrganizationId(v string)
func (*GetOrganizationRequest) String ¶
func (x *GetOrganizationRequest) String() string
type GetOsLoginProfileRequest ¶
type GetOsLoginProfileRequest struct { OsLoginProfileId string `protobuf:"bytes,1,opt,name=os_login_profile_id,json=osLoginProfileId,proto3" json:"os_login_profile_id,omitempty"` // contains filtered or unexported fields }
func (*GetOsLoginProfileRequest) Descriptor
deprecated
func (*GetOsLoginProfileRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOsLoginProfileRequest.ProtoReflect.Descriptor instead.
func (*GetOsLoginProfileRequest) GetOsLoginProfileId ¶
func (x *GetOsLoginProfileRequest) GetOsLoginProfileId() string
func (*GetOsLoginProfileRequest) ProtoMessage ¶
func (*GetOsLoginProfileRequest) ProtoMessage()
func (*GetOsLoginProfileRequest) ProtoReflect ¶
func (x *GetOsLoginProfileRequest) ProtoReflect() protoreflect.Message
func (*GetOsLoginProfileRequest) Reset ¶
func (x *GetOsLoginProfileRequest) Reset()
func (*GetOsLoginProfileRequest) SetOsLoginProfileId ¶
func (m *GetOsLoginProfileRequest) SetOsLoginProfileId(v string)
func (*GetOsLoginProfileRequest) String ¶
func (x *GetOsLoginProfileRequest) String() string
type GetOsLoginSettingsRequest ¶
type GetOsLoginSettingsRequest struct { OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // contains filtered or unexported fields }
func (*GetOsLoginSettingsRequest) Descriptor
deprecated
func (*GetOsLoginSettingsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOsLoginSettingsRequest.ProtoReflect.Descriptor instead.
func (*GetOsLoginSettingsRequest) GetOrganizationId ¶
func (x *GetOsLoginSettingsRequest) GetOrganizationId() string
func (*GetOsLoginSettingsRequest) ProtoMessage ¶
func (*GetOsLoginSettingsRequest) ProtoMessage()
func (*GetOsLoginSettingsRequest) ProtoReflect ¶
func (x *GetOsLoginSettingsRequest) ProtoReflect() protoreflect.Message
func (*GetOsLoginSettingsRequest) Reset ¶
func (x *GetOsLoginSettingsRequest) Reset()
func (*GetOsLoginSettingsRequest) SetOrganizationId ¶
func (m *GetOsLoginSettingsRequest) SetOrganizationId(v string)
func (*GetOsLoginSettingsRequest) String ¶
func (x *GetOsLoginSettingsRequest) String() string
type GetUserSshKeyRequest ¶
type GetUserSshKeyRequest struct { UserSshKeyId string `protobuf:"bytes,1,opt,name=user_ssh_key_id,json=userSshKeyId,proto3" json:"user_ssh_key_id,omitempty"` // contains filtered or unexported fields }
func (*GetUserSshKeyRequest) Descriptor
deprecated
func (*GetUserSshKeyRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUserSshKeyRequest.ProtoReflect.Descriptor instead.
func (*GetUserSshKeyRequest) GetUserSshKeyId ¶
func (x *GetUserSshKeyRequest) GetUserSshKeyId() string
func (*GetUserSshKeyRequest) ProtoMessage ¶
func (*GetUserSshKeyRequest) ProtoMessage()
func (*GetUserSshKeyRequest) ProtoReflect ¶
func (x *GetUserSshKeyRequest) ProtoReflect() protoreflect.Message
func (*GetUserSshKeyRequest) Reset ¶
func (x *GetUserSshKeyRequest) Reset()
func (*GetUserSshKeyRequest) SetUserSshKeyId ¶
func (m *GetUserSshKeyRequest) SetUserSshKeyId(v string)
func (*GetUserSshKeyRequest) String ¶
func (x *GetUserSshKeyRequest) String() string
type Group ¶
type Group struct { // ID of the group. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // ID of the organization that the group belongs to. OrganizationId string `protobuf:"bytes,2,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // Creation timestamp. CreatedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` // Name of the group. Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` // Description of the group. Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
A Group resource. For more information, see [Groups](/docs/organization/operations/manage-groups).
func (*Group) Descriptor
deprecated
func (*Group) GetCreatedAt ¶
func (x *Group) GetCreatedAt() *timestamppb.Timestamp
func (*Group) GetDescription ¶
func (*Group) GetOrganizationId ¶
func (*Group) ProtoMessage ¶
func (*Group) ProtoMessage()
func (*Group) ProtoReflect ¶
func (x *Group) ProtoReflect() protoreflect.Message
func (*Group) SetCreatedAt ¶
func (m *Group) SetCreatedAt(v *timestamppb.Timestamp)
func (*Group) SetDescription ¶
func (*Group) SetOrganizationId ¶
type GroupMapping ¶
type GroupMapping struct { // Federation id FederationId string `protobuf:"bytes,1,opt,name=federation_id,json=federationId,proto3" json:"federation_id,omitempty"` // Flag to show whether group synchronization should be enabled for this federation. Enabled bool `protobuf:"varint,2,opt,name=enabled,proto3" json:"enabled,omitempty"` // contains filtered or unexported fields }
Group synchronization status for a specific federation Absence of this object for a federation means that there is no group synchronization set of for the federation.
func (*GroupMapping) Descriptor
deprecated
func (*GroupMapping) Descriptor() ([]byte, []int)
Deprecated: Use GroupMapping.ProtoReflect.Descriptor instead.
func (*GroupMapping) GetEnabled ¶
func (x *GroupMapping) GetEnabled() bool
func (*GroupMapping) GetFederationId ¶
func (x *GroupMapping) GetFederationId() string
func (*GroupMapping) ProtoMessage ¶
func (*GroupMapping) ProtoMessage()
func (*GroupMapping) ProtoReflect ¶
func (x *GroupMapping) ProtoReflect() protoreflect.Message
func (*GroupMapping) Reset ¶
func (x *GroupMapping) Reset()
func (*GroupMapping) SetEnabled ¶
func (m *GroupMapping) SetEnabled(v bool)
func (*GroupMapping) SetFederationId ¶
func (m *GroupMapping) SetFederationId(v string)
func (*GroupMapping) String ¶
func (x *GroupMapping) String() string
type GroupMappingItem ¶
type GroupMappingItem struct { // External group id (received from identity provider) ExternalGroupId string `protobuf:"bytes,1,opt,name=external_group_id,json=externalGroupId,proto3" json:"external_group_id,omitempty"` // Internal cloud group id InternalGroupId string `protobuf:"bytes,2,opt,name=internal_group_id,json=internalGroupId,proto3" json:"internal_group_id,omitempty"` // contains filtered or unexported fields }
Group mapping represents which external (federated) groups should match which internal (cloud) groups
func (*GroupMappingItem) Descriptor
deprecated
func (*GroupMappingItem) Descriptor() ([]byte, []int)
Deprecated: Use GroupMappingItem.ProtoReflect.Descriptor instead.
func (*GroupMappingItem) GetExternalGroupId ¶
func (x *GroupMappingItem) GetExternalGroupId() string
func (*GroupMappingItem) GetInternalGroupId ¶
func (x *GroupMappingItem) GetInternalGroupId() string
func (*GroupMappingItem) ProtoMessage ¶
func (*GroupMappingItem) ProtoMessage()
func (*GroupMappingItem) ProtoReflect ¶
func (x *GroupMappingItem) ProtoReflect() protoreflect.Message
func (*GroupMappingItem) Reset ¶
func (x *GroupMappingItem) Reset()
func (*GroupMappingItem) SetExternalGroupId ¶
func (m *GroupMappingItem) SetExternalGroupId(v string)
func (*GroupMappingItem) SetInternalGroupId ¶
func (m *GroupMappingItem) SetInternalGroupId(v string)
func (*GroupMappingItem) String ¶
func (x *GroupMappingItem) String() string
type GroupMappingItemDelta ¶
type GroupMappingItemDelta struct { Item *GroupMappingItem `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"` Action GroupMappingItemDelta_Action `` /* 136-byte string literal not displayed */ // contains filtered or unexported fields }
Message describes the user's request to change (add or remove) a single group mapping.
func (*GroupMappingItemDelta) Descriptor
deprecated
func (*GroupMappingItemDelta) Descriptor() ([]byte, []int)
Deprecated: Use GroupMappingItemDelta.ProtoReflect.Descriptor instead.
func (*GroupMappingItemDelta) GetAction ¶
func (x *GroupMappingItemDelta) GetAction() GroupMappingItemDelta_Action
func (*GroupMappingItemDelta) GetItem ¶
func (x *GroupMappingItemDelta) GetItem() *GroupMappingItem
func (*GroupMappingItemDelta) ProtoMessage ¶
func (*GroupMappingItemDelta) ProtoMessage()
func (*GroupMappingItemDelta) ProtoReflect ¶
func (x *GroupMappingItemDelta) ProtoReflect() protoreflect.Message
func (*GroupMappingItemDelta) Reset ¶
func (x *GroupMappingItemDelta) Reset()
func (*GroupMappingItemDelta) SetAction ¶
func (m *GroupMappingItemDelta) SetAction(v GroupMappingItemDelta_Action)
func (*GroupMappingItemDelta) SetItem ¶
func (m *GroupMappingItemDelta) SetItem(v *GroupMappingItem)
func (*GroupMappingItemDelta) String ¶
func (x *GroupMappingItemDelta) String() string
type GroupMappingItemDelta_Action ¶
type GroupMappingItemDelta_Action int32
const ( GroupMappingItemDelta_ACTION_UNSPECIFIED GroupMappingItemDelta_Action = 0 // Group mapping item is to be added GroupMappingItemDelta_ADD GroupMappingItemDelta_Action = 1 // Group mapping item is to be removed GroupMappingItemDelta_REMOVE GroupMappingItemDelta_Action = 2 )
func (GroupMappingItemDelta_Action) Descriptor ¶
func (GroupMappingItemDelta_Action) Descriptor() protoreflect.EnumDescriptor
func (GroupMappingItemDelta_Action) Enum ¶
func (x GroupMappingItemDelta_Action) Enum() *GroupMappingItemDelta_Action
func (GroupMappingItemDelta_Action) EnumDescriptor
deprecated
func (GroupMappingItemDelta_Action) EnumDescriptor() ([]byte, []int)
Deprecated: Use GroupMappingItemDelta_Action.Descriptor instead.
func (GroupMappingItemDelta_Action) Number ¶
func (x GroupMappingItemDelta_Action) Number() protoreflect.EnumNumber
func (GroupMappingItemDelta_Action) String ¶
func (x GroupMappingItemDelta_Action) String() string
func (GroupMappingItemDelta_Action) Type ¶
func (GroupMappingItemDelta_Action) Type() protoreflect.EnumType
type GroupMappingServiceClient ¶
type GroupMappingServiceClient interface { // Returns a group mapping configured for the specific federation // If a federation does not exist this call will return an error // // NOT_FOUND will be returned // // If a federation exist, but has not ever been configured for group mapping // // the call FAILED_PRECONDITION will be returned. Get(ctx context.Context, in *GetGroupMappingRequest, opts ...grpc.CallOption) (*GetGroupMappingResponse, error) // Adds a group mapping for a federation // If mapping already exist, ALREADY_EXISTS will be returned Create(ctx context.Context, in *CreateGroupMappingRequest, opts ...grpc.CallOption) (*operation.Operation, error) // Updates an existing group mapping for a federation // Errors: // - if federation is not found // In case of any error, no changes are applied to existing group mapping // // This call is idempotent. The following actions do nothing: // - enabling when already enabled // - disabling when disabled // Such parts of request will be ignored. Others will be applied. Update(ctx context.Context, in *UpdateGroupMappingRequest, opts ...grpc.CallOption) (*operation.Operation, error) // Deletes a group mapping. This will remove all the mapping items // cascade. Delete(ctx context.Context, in *DeleteGroupMappingRequest, opts ...grpc.CallOption) (*operation.Operation, error) // Returns all the group mappings items // // Filtering is only supported by external_group_id or internal_group_id ListItems(ctx context.Context, in *ListGroupMappingItemsRequest, opts ...grpc.CallOption) (*ListGroupMappingItemsResponse, error) // Updates group mapping items for a specified federation // Errors: // - if federation is not found // - if internal group in the mapping added does not exist // In case of any error, no changes are applied to existing group mapping // // This call is idempotent. The following actions do nothing: // - adding group mapping items that are already present // - removing group mapping items that are not present // Such parts of request will be ignored. Others will be applied. UpdateItems(ctx context.Context, in *UpdateGroupMappingItemsRequest, opts ...grpc.CallOption) (*operation.Operation, error) }
GroupMappingServiceClient is the client API for GroupMappingService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
RPC service dedicated for federation group mapping.
func NewGroupMappingServiceClient ¶
func NewGroupMappingServiceClient(cc grpc.ClientConnInterface) GroupMappingServiceClient
type GroupMappingServiceServer ¶
type GroupMappingServiceServer interface { // Returns a group mapping configured for the specific federation // If a federation does not exist this call will return an error // // NOT_FOUND will be returned // // If a federation exist, but has not ever been configured for group mapping // // the call FAILED_PRECONDITION will be returned. Get(context.Context, *GetGroupMappingRequest) (*GetGroupMappingResponse, error) // Adds a group mapping for a federation // If mapping already exist, ALREADY_EXISTS will be returned Create(context.Context, *CreateGroupMappingRequest) (*operation.Operation, error) // Updates an existing group mapping for a federation // Errors: // - if federation is not found // In case of any error, no changes are applied to existing group mapping // // This call is idempotent. The following actions do nothing: // - enabling when already enabled // - disabling when disabled // Such parts of request will be ignored. Others will be applied. Update(context.Context, *UpdateGroupMappingRequest) (*operation.Operation, error) // Deletes a group mapping. This will remove all the mapping items // cascade. Delete(context.Context, *DeleteGroupMappingRequest) (*operation.Operation, error) // Returns all the group mappings items // // Filtering is only supported by external_group_id or internal_group_id ListItems(context.Context, *ListGroupMappingItemsRequest) (*ListGroupMappingItemsResponse, error) // Updates group mapping items for a specified federation // Errors: // - if federation is not found // - if internal group in the mapping added does not exist // In case of any error, no changes are applied to existing group mapping // // This call is idempotent. The following actions do nothing: // - adding group mapping items that are already present // - removing group mapping items that are not present // Such parts of request will be ignored. Others will be applied. UpdateItems(context.Context, *UpdateGroupMappingItemsRequest) (*operation.Operation, error) }
GroupMappingServiceServer is the server API for GroupMappingService service. All implementations should embed UnimplementedGroupMappingServiceServer for forward compatibility.
RPC service dedicated for federation group mapping.
type GroupMember ¶
type GroupMember struct { // ID of the subject. SubjectId string `protobuf:"bytes,1,opt,name=subject_id,json=subjectId,proto3" json:"subject_id,omitempty"` // Type of the subject. // // It can contain one of the following values: // * `userAccount`: An account on Yandex, added to Yandex Cloud. // * `federatedUser`: A federated account. This type represents a user from an identity federation, like Active Directory. SubjectType string `protobuf:"bytes,2,opt,name=subject_type,json=subjectType,proto3" json:"subject_type,omitempty"` // contains filtered or unexported fields }
func (*GroupMember) Descriptor
deprecated
func (*GroupMember) Descriptor() ([]byte, []int)
Deprecated: Use GroupMember.ProtoReflect.Descriptor instead.
func (*GroupMember) GetSubjectId ¶
func (x *GroupMember) GetSubjectId() string
func (*GroupMember) GetSubjectType ¶
func (x *GroupMember) GetSubjectType() string
func (*GroupMember) ProtoMessage ¶
func (*GroupMember) ProtoMessage()
func (*GroupMember) ProtoReflect ¶
func (x *GroupMember) ProtoReflect() protoreflect.Message
func (*GroupMember) Reset ¶
func (x *GroupMember) Reset()
func (*GroupMember) SetSubjectId ¶
func (m *GroupMember) SetSubjectId(v string)
func (*GroupMember) SetSubjectType ¶
func (m *GroupMember) SetSubjectType(v string)
func (*GroupMember) String ¶
func (x *GroupMember) String() string
type GroupServiceClient ¶
type GroupServiceClient interface { // Returns the specified Group resource. // // To get the list of available Group resources, make a [List] request. Get(ctx context.Context, in *GetGroupRequest, opts ...grpc.CallOption) (*Group, error) // Retrieves the list of group resources. List(ctx context.Context, in *ListGroupsRequest, opts ...grpc.CallOption) (*ListGroupsResponse, error) // Creates a group in the specified organization. Create(ctx context.Context, in *CreateGroupRequest, opts ...grpc.CallOption) (*operation.Operation, error) // Updates the specified group. Update(ctx context.Context, in *UpdateGroupRequest, opts ...grpc.CallOption) (*operation.Operation, error) // Deletes the specified group. Delete(ctx context.Context, in *DeleteGroupRequest, opts ...grpc.CallOption) (*operation.Operation, error) // Lists operations for the specified group. ListOperations(ctx context.Context, in *ListGroupOperationsRequest, opts ...grpc.CallOption) (*ListGroupOperationsResponse, error) // List group active members. ListMembers(ctx context.Context, in *ListGroupMembersRequest, opts ...grpc.CallOption) (*ListGroupMembersResponse, error) // Update group members. UpdateMembers(ctx context.Context, in *UpdateGroupMembersRequest, opts ...grpc.CallOption) (*operation.Operation, error) // Lists access bindings for the specified group. ListAccessBindings(ctx context.Context, in *access.ListAccessBindingsRequest, opts ...grpc.CallOption) (*access.ListAccessBindingsResponse, error) // Sets access bindings for the specified group. SetAccessBindings(ctx context.Context, in *access.SetAccessBindingsRequest, opts ...grpc.CallOption) (*operation.Operation, error) // Updates access bindings for the specified group. UpdateAccessBindings(ctx context.Context, in *access.UpdateAccessBindingsRequest, opts ...grpc.CallOption) (*operation.Operation, error) }
GroupServiceClient is the client API for GroupService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
A set of methods for managing groups.
func NewGroupServiceClient ¶
func NewGroupServiceClient(cc grpc.ClientConnInterface) GroupServiceClient
type GroupServiceServer ¶
type GroupServiceServer interface { // Returns the specified Group resource. // // To get the list of available Group resources, make a [List] request. Get(context.Context, *GetGroupRequest) (*Group, error) // Retrieves the list of group resources. List(context.Context, *ListGroupsRequest) (*ListGroupsResponse, error) // Creates a group in the specified organization. Create(context.Context, *CreateGroupRequest) (*operation.Operation, error) // Updates the specified group. Update(context.Context, *UpdateGroupRequest) (*operation.Operation, error) // Deletes the specified group. Delete(context.Context, *DeleteGroupRequest) (*operation.Operation, error) // Lists operations for the specified group. ListOperations(context.Context, *ListGroupOperationsRequest) (*ListGroupOperationsResponse, error) // List group active members. ListMembers(context.Context, *ListGroupMembersRequest) (*ListGroupMembersResponse, error) // Update group members. UpdateMembers(context.Context, *UpdateGroupMembersRequest) (*operation.Operation, error) // Lists access bindings for the specified group. ListAccessBindings(context.Context, *access.ListAccessBindingsRequest) (*access.ListAccessBindingsResponse, error) // Sets access bindings for the specified group. SetAccessBindings(context.Context, *access.SetAccessBindingsRequest) (*operation.Operation, error) // Updates access bindings for the specified group. UpdateAccessBindings(context.Context, *access.UpdateAccessBindingsRequest) (*operation.Operation, error) }
GroupServiceServer is the server API for GroupService service. All implementations should embed UnimplementedGroupServiceServer for forward compatibility.
A set of methods for managing groups.
type ListGroupMappingItemsRequest ¶
type ListGroupMappingItemsRequest struct { FederationId string `protobuf:"bytes,1,opt,name=federation_id,json=federationId,proto3" json:"federation_id,omitempty"` PageSize int64 `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"` Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"` // contains filtered or unexported fields }
func (*ListGroupMappingItemsRequest) Descriptor
deprecated
func (*ListGroupMappingItemsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListGroupMappingItemsRequest.ProtoReflect.Descriptor instead.
func (*ListGroupMappingItemsRequest) GetFederationId ¶
func (x *ListGroupMappingItemsRequest) GetFederationId() string
func (*ListGroupMappingItemsRequest) GetFilter ¶
func (x *ListGroupMappingItemsRequest) GetFilter() string
func (*ListGroupMappingItemsRequest) GetPageSize ¶
func (x *ListGroupMappingItemsRequest) GetPageSize() int64
func (*ListGroupMappingItemsRequest) GetPageToken ¶
func (x *ListGroupMappingItemsRequest) GetPageToken() string
func (*ListGroupMappingItemsRequest) ProtoMessage ¶
func (*ListGroupMappingItemsRequest) ProtoMessage()
func (*ListGroupMappingItemsRequest) ProtoReflect ¶
func (x *ListGroupMappingItemsRequest) ProtoReflect() protoreflect.Message
func (*ListGroupMappingItemsRequest) Reset ¶
func (x *ListGroupMappingItemsRequest) Reset()
func (*ListGroupMappingItemsRequest) SetFederationId ¶
func (m *ListGroupMappingItemsRequest) SetFederationId(v string)
func (*ListGroupMappingItemsRequest) SetFilter ¶
func (m *ListGroupMappingItemsRequest) SetFilter(v string)
func (*ListGroupMappingItemsRequest) SetPageSize ¶
func (m *ListGroupMappingItemsRequest) SetPageSize(v int64)
func (*ListGroupMappingItemsRequest) SetPageToken ¶
func (m *ListGroupMappingItemsRequest) SetPageToken(v string)
func (*ListGroupMappingItemsRequest) String ¶
func (x *ListGroupMappingItemsRequest) String() string
type ListGroupMappingItemsResponse ¶
type ListGroupMappingItemsResponse struct { GroupMappingItems []*GroupMappingItem `protobuf:"bytes,1,rep,name=group_mapping_items,json=groupMappingItems,proto3" json:"group_mapping_items,omitempty"` NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListGroupMappingItemsResponse) Descriptor
deprecated
func (*ListGroupMappingItemsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListGroupMappingItemsResponse.ProtoReflect.Descriptor instead.
func (*ListGroupMappingItemsResponse) GetGroupMappingItems ¶
func (x *ListGroupMappingItemsResponse) GetGroupMappingItems() []*GroupMappingItem
func (*ListGroupMappingItemsResponse) GetNextPageToken ¶
func (x *ListGroupMappingItemsResponse) GetNextPageToken() string
func (*ListGroupMappingItemsResponse) ProtoMessage ¶
func (*ListGroupMappingItemsResponse) ProtoMessage()
func (*ListGroupMappingItemsResponse) ProtoReflect ¶
func (x *ListGroupMappingItemsResponse) ProtoReflect() protoreflect.Message
func (*ListGroupMappingItemsResponse) Reset ¶
func (x *ListGroupMappingItemsResponse) Reset()
func (*ListGroupMappingItemsResponse) SetGroupMappingItems ¶
func (m *ListGroupMappingItemsResponse) SetGroupMappingItems(v []*GroupMappingItem)
func (*ListGroupMappingItemsResponse) SetNextPageToken ¶
func (m *ListGroupMappingItemsResponse) SetNextPageToken(v string)
func (*ListGroupMappingItemsResponse) String ¶
func (x *ListGroupMappingItemsResponse) String() string
type ListGroupMembersRequest ¶
type ListGroupMembersRequest struct { // ID of the Group resource to list members for. GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` // The maximum number of results per page to return. If the number of available // results is larger than [page_size], the service returns a [ListGroupMembersResponse.next_page_token] // that can be used to get the next page of results in subsequent list requests. // Acceptable values are 0 to 1000, inclusive. Default value: 100. PageSize int64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Page token. Set [page_token] // to the [ListGroupMembersResponse.next_page_token] // returned by a previous list request to get the next page of results. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
func (*ListGroupMembersRequest) Descriptor
deprecated
func (*ListGroupMembersRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListGroupMembersRequest.ProtoReflect.Descriptor instead.
func (*ListGroupMembersRequest) GetGroupId ¶
func (x *ListGroupMembersRequest) GetGroupId() string
func (*ListGroupMembersRequest) GetPageSize ¶
func (x *ListGroupMembersRequest) GetPageSize() int64
func (*ListGroupMembersRequest) GetPageToken ¶
func (x *ListGroupMembersRequest) GetPageToken() string
func (*ListGroupMembersRequest) ProtoMessage ¶
func (*ListGroupMembersRequest) ProtoMessage()
func (*ListGroupMembersRequest) ProtoReflect ¶
func (x *ListGroupMembersRequest) ProtoReflect() protoreflect.Message
func (*ListGroupMembersRequest) Reset ¶
func (x *ListGroupMembersRequest) Reset()
func (*ListGroupMembersRequest) SetGroupId ¶
func (m *ListGroupMembersRequest) SetGroupId(v string)
func (*ListGroupMembersRequest) SetPageSize ¶
func (m *ListGroupMembersRequest) SetPageSize(v int64)
func (*ListGroupMembersRequest) SetPageToken ¶
func (m *ListGroupMembersRequest) SetPageToken(v string)
func (*ListGroupMembersRequest) String ¶
func (x *ListGroupMembersRequest) String() string
type ListGroupMembersResponse ¶
type ListGroupMembersResponse struct { // List of members for the specified group. Members []*GroupMember `protobuf:"bytes,1,rep,name=members,proto3" json:"members,omitempty"` // This token allows you to get the next page of results for list requests. If the number of results // is larger than [ListGroupMembersRequest.page_size], use the [next_page_token] as the value // for the [ListGroupMembersRequest.page_token] query parameter in the next list request. // Each subsequent list request will have its own [next_page_token] to continue paging through the results. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListGroupMembersResponse) Descriptor
deprecated
func (*ListGroupMembersResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListGroupMembersResponse.ProtoReflect.Descriptor instead.
func (*ListGroupMembersResponse) GetMembers ¶
func (x *ListGroupMembersResponse) GetMembers() []*GroupMember
func (*ListGroupMembersResponse) GetNextPageToken ¶
func (x *ListGroupMembersResponse) GetNextPageToken() string
func (*ListGroupMembersResponse) ProtoMessage ¶
func (*ListGroupMembersResponse) ProtoMessage()
func (*ListGroupMembersResponse) ProtoReflect ¶
func (x *ListGroupMembersResponse) ProtoReflect() protoreflect.Message
func (*ListGroupMembersResponse) Reset ¶
func (x *ListGroupMembersResponse) Reset()
func (*ListGroupMembersResponse) SetMembers ¶
func (m *ListGroupMembersResponse) SetMembers(v []*GroupMember)
func (*ListGroupMembersResponse) SetNextPageToken ¶
func (m *ListGroupMembersResponse) SetNextPageToken(v string)
func (*ListGroupMembersResponse) String ¶
func (x *ListGroupMembersResponse) String() string
type ListGroupOperationsRequest ¶
type ListGroupOperationsRequest struct { // ID of the Group resource to list operations for. GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` // The maximum number of results per page to return. If the number of available // results is larger than [page_size], the service returns a [ListGroupOperationsResponse.next_page_token] // that can be used to get the next page of results in subsequent list requests. // Default value: 100. PageSize int64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Page token. Set [page_token] // to the [ListGroupOperationsResponse.next_page_token] // returned by a previous list request to get the next page of results. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
func (*ListGroupOperationsRequest) Descriptor
deprecated
func (*ListGroupOperationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListGroupOperationsRequest.ProtoReflect.Descriptor instead.
func (*ListGroupOperationsRequest) GetGroupId ¶
func (x *ListGroupOperationsRequest) GetGroupId() string
func (*ListGroupOperationsRequest) GetPageSize ¶
func (x *ListGroupOperationsRequest) GetPageSize() int64
func (*ListGroupOperationsRequest) GetPageToken ¶
func (x *ListGroupOperationsRequest) GetPageToken() string
func (*ListGroupOperationsRequest) ProtoMessage ¶
func (*ListGroupOperationsRequest) ProtoMessage()
func (*ListGroupOperationsRequest) ProtoReflect ¶
func (x *ListGroupOperationsRequest) ProtoReflect() protoreflect.Message
func (*ListGroupOperationsRequest) Reset ¶
func (x *ListGroupOperationsRequest) Reset()
func (*ListGroupOperationsRequest) SetGroupId ¶
func (m *ListGroupOperationsRequest) SetGroupId(v string)
func (*ListGroupOperationsRequest) SetPageSize ¶
func (m *ListGroupOperationsRequest) SetPageSize(v int64)
func (*ListGroupOperationsRequest) SetPageToken ¶
func (m *ListGroupOperationsRequest) SetPageToken(v string)
func (*ListGroupOperationsRequest) String ¶
func (x *ListGroupOperationsRequest) String() string
type ListGroupOperationsResponse ¶
type ListGroupOperationsResponse struct { // List of operations for the specified group. Operations []*operation.Operation `protobuf:"bytes,1,rep,name=operations,proto3" json:"operations,omitempty"` // This token allows you to get the next page of results for list requests. If the number of results // is larger than [ListGroupOperationsRequest.page_size], use the [next_page_token] as the value // for the [ListGroupOperationsRequest.page_token] query parameter in the next list request. // Each subsequent list request will have its own [next_page_token] to continue paging through the results. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListGroupOperationsResponse) Descriptor
deprecated
func (*ListGroupOperationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListGroupOperationsResponse.ProtoReflect.Descriptor instead.
func (*ListGroupOperationsResponse) GetNextPageToken ¶
func (x *ListGroupOperationsResponse) GetNextPageToken() string
func (*ListGroupOperationsResponse) GetOperations ¶
func (x *ListGroupOperationsResponse) GetOperations() []*operation.Operation
func (*ListGroupOperationsResponse) ProtoMessage ¶
func (*ListGroupOperationsResponse) ProtoMessage()
func (*ListGroupOperationsResponse) ProtoReflect ¶
func (x *ListGroupOperationsResponse) ProtoReflect() protoreflect.Message
func (*ListGroupOperationsResponse) Reset ¶
func (x *ListGroupOperationsResponse) Reset()
func (*ListGroupOperationsResponse) SetNextPageToken ¶
func (m *ListGroupOperationsResponse) SetNextPageToken(v string)
func (*ListGroupOperationsResponse) SetOperations ¶
func (m *ListGroupOperationsResponse) SetOperations(v []*operation.Operation)
func (*ListGroupOperationsResponse) String ¶
func (x *ListGroupOperationsResponse) String() string
type ListGroupsRequest ¶
type ListGroupsRequest struct { // ID of the organization to list groups in. // To get the organization ID, use a [yandex.cloud.organizationmanager.v1.OrganizationService.List] request. OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // The maximum number of results per page to return. If the number of available // results is larger than [page_size], // the service returns a [ListGroupsResponse.next_page_token] // that can be used to get the next page of results in subsequent list requests. // Default value: 100. PageSize int64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Page token. Set [page_token] // to the [ListGroupsResponse.next_page_token] // returned by a previous list request to get the next page of results. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // A filter expression that filters resources listed in the response. // The expression must specify: // 1. The field name. Currently you can use filtering only on the [Group.name] field. // 2. An `=` operator. // 3. The value in double quotes (`"`). Must be 3-63 characters long and match the regular expression `[a-z][-a-z0-9]{1,61}[a-z0-9]`. Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"` // contains filtered or unexported fields }
func (*ListGroupsRequest) Descriptor
deprecated
func (*ListGroupsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListGroupsRequest.ProtoReflect.Descriptor instead.
func (*ListGroupsRequest) GetFilter ¶
func (x *ListGroupsRequest) GetFilter() string
func (*ListGroupsRequest) GetOrganizationId ¶
func (x *ListGroupsRequest) GetOrganizationId() string
func (*ListGroupsRequest) GetPageSize ¶
func (x *ListGroupsRequest) GetPageSize() int64
func (*ListGroupsRequest) GetPageToken ¶
func (x *ListGroupsRequest) GetPageToken() string
func (*ListGroupsRequest) ProtoMessage ¶
func (*ListGroupsRequest) ProtoMessage()
func (*ListGroupsRequest) ProtoReflect ¶
func (x *ListGroupsRequest) ProtoReflect() protoreflect.Message
func (*ListGroupsRequest) Reset ¶
func (x *ListGroupsRequest) Reset()
func (*ListGroupsRequest) SetFilter ¶
func (m *ListGroupsRequest) SetFilter(v string)
func (*ListGroupsRequest) SetOrganizationId ¶
func (m *ListGroupsRequest) SetOrganizationId(v string)
func (*ListGroupsRequest) SetPageSize ¶
func (m *ListGroupsRequest) SetPageSize(v int64)
func (*ListGroupsRequest) SetPageToken ¶
func (m *ListGroupsRequest) SetPageToken(v string)
func (*ListGroupsRequest) String ¶
func (x *ListGroupsRequest) String() string
type ListGroupsResponse ¶
type ListGroupsResponse struct { // List of Group resources. Groups []*Group `protobuf:"bytes,1,rep,name=groups,proto3" json:"groups,omitempty"` // This token allows you to get the next page of results for list requests. If the number of results // is larger than [ListGroupsRequest.page_size], use // the [next_page_token] as the value // for the [ListGroupsRequest.page_token] query parameter // in the next list request. Each subsequent list request will have its own // [next_page_token] to continue paging through the results. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListGroupsResponse) Descriptor
deprecated
func (*ListGroupsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListGroupsResponse.ProtoReflect.Descriptor instead.
func (*ListGroupsResponse) GetGroups ¶
func (x *ListGroupsResponse) GetGroups() []*Group
func (*ListGroupsResponse) GetNextPageToken ¶
func (x *ListGroupsResponse) GetNextPageToken() string
func (*ListGroupsResponse) ProtoMessage ¶
func (*ListGroupsResponse) ProtoMessage()
func (*ListGroupsResponse) ProtoReflect ¶
func (x *ListGroupsResponse) ProtoReflect() protoreflect.Message
func (*ListGroupsResponse) Reset ¶
func (x *ListGroupsResponse) Reset()
func (*ListGroupsResponse) SetGroups ¶
func (m *ListGroupsResponse) SetGroups(v []*Group)
func (*ListGroupsResponse) SetNextPageToken ¶
func (m *ListGroupsResponse) SetNextPageToken(v string)
func (*ListGroupsResponse) String ¶
func (x *ListGroupsResponse) String() string
type ListMembersRequest ¶
type ListMembersRequest struct { // ID of the Organization resource to list members for. OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // The maximum number of results per page to return. If the number of available // results is larger than [page_size], the service returns a [ListMembersResponse.next_page_token] // that can be used to get the next page of results in subsequent list requests. // Acceptable values are 0 to 1000, inclusive. Default value: 100. PageSize int64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Page token. Set [page_token] // to the [ListMembersResponse.next_page_token] // returned by a previous list request to get the next page of results. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
func (*ListMembersRequest) Descriptor
deprecated
func (*ListMembersRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListMembersRequest.ProtoReflect.Descriptor instead.
func (*ListMembersRequest) GetOrganizationId ¶
func (x *ListMembersRequest) GetOrganizationId() string
func (*ListMembersRequest) GetPageSize ¶
func (x *ListMembersRequest) GetPageSize() int64
func (*ListMembersRequest) GetPageToken ¶
func (x *ListMembersRequest) GetPageToken() string
func (*ListMembersRequest) ProtoMessage ¶
func (*ListMembersRequest) ProtoMessage()
func (*ListMembersRequest) ProtoReflect ¶
func (x *ListMembersRequest) ProtoReflect() protoreflect.Message
func (*ListMembersRequest) Reset ¶
func (x *ListMembersRequest) Reset()
func (*ListMembersRequest) SetOrganizationId ¶
func (m *ListMembersRequest) SetOrganizationId(v string)
func (*ListMembersRequest) SetPageSize ¶
func (m *ListMembersRequest) SetPageSize(v int64)
func (*ListMembersRequest) SetPageToken ¶
func (m *ListMembersRequest) SetPageToken(v string)
func (*ListMembersRequest) String ¶
func (x *ListMembersRequest) String() string
type ListMembersResponse ¶
type ListMembersResponse struct { // List of users for the specified organization. Users []*ListMembersResponse_OrganizationUser `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"` // This token allows you to get the next page of results for list requests. If the number of results // is larger than [ListMembersRequest.page_size], use the [next_page_token] as the value // for the [ListMembersRequest.page_token] query parameter in the next list request. // Each subsequent list request will have its own [next_page_token] to continue paging through the results. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListMembersResponse) Descriptor
deprecated
func (*ListMembersResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListMembersResponse.ProtoReflect.Descriptor instead.
func (*ListMembersResponse) GetNextPageToken ¶
func (x *ListMembersResponse) GetNextPageToken() string
func (*ListMembersResponse) GetUsers ¶
func (x *ListMembersResponse) GetUsers() []*ListMembersResponse_OrganizationUser
func (*ListMembersResponse) ProtoMessage ¶
func (*ListMembersResponse) ProtoMessage()
func (*ListMembersResponse) ProtoReflect ¶
func (x *ListMembersResponse) ProtoReflect() protoreflect.Message
func (*ListMembersResponse) Reset ¶
func (x *ListMembersResponse) Reset()
func (*ListMembersResponse) SetNextPageToken ¶
func (m *ListMembersResponse) SetNextPageToken(v string)
func (*ListMembersResponse) SetUsers ¶
func (m *ListMembersResponse) SetUsers(v []*ListMembersResponse_OrganizationUser)
func (*ListMembersResponse) String ¶
func (x *ListMembersResponse) String() string
type ListMembersResponse_OrganizationUser ¶
type ListMembersResponse_OrganizationUser struct { // OpenID standard claims with additional Cloud Organization claims. SubjectClaims *oauth.SubjectClaims `protobuf:"bytes,1,opt,name=subject_claims,json=subjectClaims,proto3" json:"subject_claims,omitempty"` // contains filtered or unexported fields }
func (*ListMembersResponse_OrganizationUser) Descriptor
deprecated
func (*ListMembersResponse_OrganizationUser) Descriptor() ([]byte, []int)
Deprecated: Use ListMembersResponse_OrganizationUser.ProtoReflect.Descriptor instead.
func (*ListMembersResponse_OrganizationUser) GetSubjectClaims ¶
func (x *ListMembersResponse_OrganizationUser) GetSubjectClaims() *oauth.SubjectClaims
func (*ListMembersResponse_OrganizationUser) ProtoMessage ¶
func (*ListMembersResponse_OrganizationUser) ProtoMessage()
func (*ListMembersResponse_OrganizationUser) ProtoReflect ¶
func (x *ListMembersResponse_OrganizationUser) ProtoReflect() protoreflect.Message
func (*ListMembersResponse_OrganizationUser) Reset ¶
func (x *ListMembersResponse_OrganizationUser) Reset()
func (*ListMembersResponse_OrganizationUser) SetSubjectClaims ¶
func (m *ListMembersResponse_OrganizationUser) SetSubjectClaims(v *oauth.SubjectClaims)
func (*ListMembersResponse_OrganizationUser) String ¶
func (x *ListMembersResponse_OrganizationUser) String() string
type ListOrganizationOperationsRequest ¶
type ListOrganizationOperationsRequest struct { // ID of the Organization resource to list operations for. OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // The maximum number of results per page to return. If the number of available // results is larger than [page_size], the service returns a [ListOrganizationOperationsResponse.next_page_token] // that can be used to get the next page of results in subsequent list requests. // Acceptable values are 0 to 1000, inclusive. Default value: 100. PageSize int64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Page token. Set [page_token] // to the [ListOrganizationOperationsResponse.next_page_token] // returned by a previous list request to get the next page of results. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
func (*ListOrganizationOperationsRequest) Descriptor
deprecated
func (*ListOrganizationOperationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListOrganizationOperationsRequest.ProtoReflect.Descriptor instead.
func (*ListOrganizationOperationsRequest) GetOrganizationId ¶
func (x *ListOrganizationOperationsRequest) GetOrganizationId() string
func (*ListOrganizationOperationsRequest) GetPageSize ¶
func (x *ListOrganizationOperationsRequest) GetPageSize() int64
func (*ListOrganizationOperationsRequest) GetPageToken ¶
func (x *ListOrganizationOperationsRequest) GetPageToken() string
func (*ListOrganizationOperationsRequest) ProtoMessage ¶
func (*ListOrganizationOperationsRequest) ProtoMessage()
func (*ListOrganizationOperationsRequest) ProtoReflect ¶
func (x *ListOrganizationOperationsRequest) ProtoReflect() protoreflect.Message
func (*ListOrganizationOperationsRequest) Reset ¶
func (x *ListOrganizationOperationsRequest) Reset()
func (*ListOrganizationOperationsRequest) SetOrganizationId ¶
func (m *ListOrganizationOperationsRequest) SetOrganizationId(v string)
func (*ListOrganizationOperationsRequest) SetPageSize ¶
func (m *ListOrganizationOperationsRequest) SetPageSize(v int64)
func (*ListOrganizationOperationsRequest) SetPageToken ¶
func (m *ListOrganizationOperationsRequest) SetPageToken(v string)
func (*ListOrganizationOperationsRequest) String ¶
func (x *ListOrganizationOperationsRequest) String() string
type ListOrganizationOperationsResponse ¶
type ListOrganizationOperationsResponse struct { // List of operations for the specified organization. Operations []*operation.Operation `protobuf:"bytes,1,rep,name=operations,proto3" json:"operations,omitempty"` // This token allows you to get the next page of results for list requests. If the number of results // is larger than [ListOrganizationOperationsRequest.page_size], use the [next_page_token] as the value // for the [ListOrganizationOperationsRequest.page_token] query parameter in the next list request. // Each subsequent list request will have its own [next_page_token] to continue paging through the results. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListOrganizationOperationsResponse) Descriptor
deprecated
func (*ListOrganizationOperationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListOrganizationOperationsResponse.ProtoReflect.Descriptor instead.
func (*ListOrganizationOperationsResponse) GetNextPageToken ¶
func (x *ListOrganizationOperationsResponse) GetNextPageToken() string
func (*ListOrganizationOperationsResponse) GetOperations ¶
func (x *ListOrganizationOperationsResponse) GetOperations() []*operation.Operation
func (*ListOrganizationOperationsResponse) ProtoMessage ¶
func (*ListOrganizationOperationsResponse) ProtoMessage()
func (*ListOrganizationOperationsResponse) ProtoReflect ¶
func (x *ListOrganizationOperationsResponse) ProtoReflect() protoreflect.Message
func (*ListOrganizationOperationsResponse) Reset ¶
func (x *ListOrganizationOperationsResponse) Reset()
func (*ListOrganizationOperationsResponse) SetNextPageToken ¶
func (m *ListOrganizationOperationsResponse) SetNextPageToken(v string)
func (*ListOrganizationOperationsResponse) SetOperations ¶
func (m *ListOrganizationOperationsResponse) SetOperations(v []*operation.Operation)
func (*ListOrganizationOperationsResponse) String ¶
func (x *ListOrganizationOperationsResponse) String() string
type ListOrganizationsRequest ¶
type ListOrganizationsRequest struct { // The maximum number of results per page to return. If the number of available // results is larger than [page_size], // the service returns a [ListOrganizationsResponse.next_page_token] // that can be used to get the next page of results in subsequent list requests. // Default value: 100. PageSize int64 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Page token. Set [page_token] // to the [ListOrganizationsResponse.next_page_token] // returned by a previous list request to get the next page of results. PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // A filter expression that filters resources listed in the response. // The expression must specify: // 1. The field name. Currently you can use filtering only on the [Organization.name] field. // 2. An `=` operator. // 3. The value in double quotes (`"`). Must be 3-63 characters long and match the regular expression `[a-z][-a-z0-9]{1,61}[a-z0-9]`. Filter string `protobuf:"bytes,3,opt,name=filter,proto3" json:"filter,omitempty"` // contains filtered or unexported fields }
func (*ListOrganizationsRequest) Descriptor
deprecated
func (*ListOrganizationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListOrganizationsRequest.ProtoReflect.Descriptor instead.
func (*ListOrganizationsRequest) GetFilter ¶
func (x *ListOrganizationsRequest) GetFilter() string
func (*ListOrganizationsRequest) GetPageSize ¶
func (x *ListOrganizationsRequest) GetPageSize() int64
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) SetFilter ¶
func (m *ListOrganizationsRequest) SetFilter(v string)
func (*ListOrganizationsRequest) SetPageSize ¶
func (m *ListOrganizationsRequest) SetPageSize(v int64)
func (*ListOrganizationsRequest) SetPageToken ¶
func (m *ListOrganizationsRequest) SetPageToken(v string)
func (*ListOrganizationsRequest) String ¶
func (x *ListOrganizationsRequest) String() string
type ListOrganizationsResponse ¶
type ListOrganizationsResponse struct { // List of Organization resources. Organizations []*Organization `protobuf:"bytes,1,rep,name=organizations,proto3" json:"organizations,omitempty"` // This token allows you to get the next page of results for list requests. If the number of results // is larger than [ListOrganizationsRequest.page_size], use // the [next_page_token] as the value // for the [ListOrganizationsRequest.page_token] query parameter // in the next list request. Each subsequent list request will have its own // [next_page_token] to continue paging through the results. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,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) ProtoMessage ¶
func (*ListOrganizationsResponse) ProtoMessage()
func (*ListOrganizationsResponse) ProtoReflect ¶
func (x *ListOrganizationsResponse) ProtoReflect() protoreflect.Message
func (*ListOrganizationsResponse) Reset ¶
func (x *ListOrganizationsResponse) Reset()
func (*ListOrganizationsResponse) SetNextPageToken ¶
func (m *ListOrganizationsResponse) SetNextPageToken(v string)
func (*ListOrganizationsResponse) SetOrganizations ¶
func (m *ListOrganizationsResponse) SetOrganizations(v []*Organization)
func (*ListOrganizationsResponse) String ¶
func (x *ListOrganizationsResponse) String() string
type ListOsLoginProfilesRequest ¶
type ListOsLoginProfilesRequest struct { OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` PageSize int64 `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"` // A filter expression that filters profiles listed in the response. // The expression must specify: // 1. The field name. Currently you can use filtering by subject_id, uid or login. // 2. An `=` operator. // 3. The value in double quotes (`"`). // E.g. login="example-login" Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"` // contains filtered or unexported fields }
func (*ListOsLoginProfilesRequest) Descriptor
deprecated
func (*ListOsLoginProfilesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListOsLoginProfilesRequest.ProtoReflect.Descriptor instead.
func (*ListOsLoginProfilesRequest) GetFilter ¶
func (x *ListOsLoginProfilesRequest) GetFilter() string
func (*ListOsLoginProfilesRequest) GetOrganizationId ¶
func (x *ListOsLoginProfilesRequest) GetOrganizationId() string
func (*ListOsLoginProfilesRequest) GetPageSize ¶
func (x *ListOsLoginProfilesRequest) GetPageSize() int64
func (*ListOsLoginProfilesRequest) GetPageToken ¶
func (x *ListOsLoginProfilesRequest) GetPageToken() string
func (*ListOsLoginProfilesRequest) ProtoMessage ¶
func (*ListOsLoginProfilesRequest) ProtoMessage()
func (*ListOsLoginProfilesRequest) ProtoReflect ¶
func (x *ListOsLoginProfilesRequest) ProtoReflect() protoreflect.Message
func (*ListOsLoginProfilesRequest) Reset ¶
func (x *ListOsLoginProfilesRequest) Reset()
func (*ListOsLoginProfilesRequest) SetFilter ¶
func (m *ListOsLoginProfilesRequest) SetFilter(v string)
func (*ListOsLoginProfilesRequest) SetOrganizationId ¶
func (m *ListOsLoginProfilesRequest) SetOrganizationId(v string)
func (*ListOsLoginProfilesRequest) SetPageSize ¶
func (m *ListOsLoginProfilesRequest) SetPageSize(v int64)
func (*ListOsLoginProfilesRequest) SetPageToken ¶
func (m *ListOsLoginProfilesRequest) SetPageToken(v string)
func (*ListOsLoginProfilesRequest) String ¶
func (x *ListOsLoginProfilesRequest) String() string
type ListOsLoginProfilesResponse ¶
type ListOsLoginProfilesResponse struct { Profiles []*OsLoginProfile `protobuf:"bytes,1,rep,name=profiles,proto3" json:"profiles,omitempty"` NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListOsLoginProfilesResponse) Descriptor
deprecated
func (*ListOsLoginProfilesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListOsLoginProfilesResponse.ProtoReflect.Descriptor instead.
func (*ListOsLoginProfilesResponse) GetNextPageToken ¶
func (x *ListOsLoginProfilesResponse) GetNextPageToken() string
func (*ListOsLoginProfilesResponse) GetProfiles ¶
func (x *ListOsLoginProfilesResponse) GetProfiles() []*OsLoginProfile
func (*ListOsLoginProfilesResponse) ProtoMessage ¶
func (*ListOsLoginProfilesResponse) ProtoMessage()
func (*ListOsLoginProfilesResponse) ProtoReflect ¶
func (x *ListOsLoginProfilesResponse) ProtoReflect() protoreflect.Message
func (*ListOsLoginProfilesResponse) Reset ¶
func (x *ListOsLoginProfilesResponse) Reset()
func (*ListOsLoginProfilesResponse) SetNextPageToken ¶
func (m *ListOsLoginProfilesResponse) SetNextPageToken(v string)
func (*ListOsLoginProfilesResponse) SetProfiles ¶
func (m *ListOsLoginProfilesResponse) SetProfiles(v []*OsLoginProfile)
func (*ListOsLoginProfilesResponse) String ¶
func (x *ListOsLoginProfilesResponse) String() string
type ListUserSshKeysRequest ¶
type ListUserSshKeysRequest struct { OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` SubjectId string `protobuf:"bytes,2,opt,name=subject_id,json=subjectId,proto3" json:"subject_id,omitempty"` // if empty, list all organization keys PageSize int64 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
func (*ListUserSshKeysRequest) Descriptor
deprecated
func (*ListUserSshKeysRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListUserSshKeysRequest.ProtoReflect.Descriptor instead.
func (*ListUserSshKeysRequest) GetOrganizationId ¶
func (x *ListUserSshKeysRequest) GetOrganizationId() string
func (*ListUserSshKeysRequest) GetPageSize ¶
func (x *ListUserSshKeysRequest) GetPageSize() int64
func (*ListUserSshKeysRequest) GetPageToken ¶
func (x *ListUserSshKeysRequest) GetPageToken() string
func (*ListUserSshKeysRequest) GetSubjectId ¶
func (x *ListUserSshKeysRequest) GetSubjectId() string
func (*ListUserSshKeysRequest) ProtoMessage ¶
func (*ListUserSshKeysRequest) ProtoMessage()
func (*ListUserSshKeysRequest) ProtoReflect ¶
func (x *ListUserSshKeysRequest) ProtoReflect() protoreflect.Message
func (*ListUserSshKeysRequest) Reset ¶
func (x *ListUserSshKeysRequest) Reset()
func (*ListUserSshKeysRequest) SetOrganizationId ¶
func (m *ListUserSshKeysRequest) SetOrganizationId(v string)
func (*ListUserSshKeysRequest) SetPageSize ¶
func (m *ListUserSshKeysRequest) SetPageSize(v int64)
func (*ListUserSshKeysRequest) SetPageToken ¶
func (m *ListUserSshKeysRequest) SetPageToken(v string)
func (*ListUserSshKeysRequest) SetSubjectId ¶
func (m *ListUserSshKeysRequest) SetSubjectId(v string)
func (*ListUserSshKeysRequest) String ¶
func (x *ListUserSshKeysRequest) String() string
type ListUserSshKeysResponse ¶
type ListUserSshKeysResponse struct { SshKeys []*UserSshKey `protobuf:"bytes,1,rep,name=ssh_keys,json=sshKeys,proto3" json:"ssh_keys,omitempty"` NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListUserSshKeysResponse) Descriptor
deprecated
func (*ListUserSshKeysResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListUserSshKeysResponse.ProtoReflect.Descriptor instead.
func (*ListUserSshKeysResponse) GetNextPageToken ¶
func (x *ListUserSshKeysResponse) GetNextPageToken() string
func (*ListUserSshKeysResponse) GetSshKeys ¶
func (x *ListUserSshKeysResponse) GetSshKeys() []*UserSshKey
func (*ListUserSshKeysResponse) ProtoMessage ¶
func (*ListUserSshKeysResponse) ProtoMessage()
func (*ListUserSshKeysResponse) ProtoReflect ¶
func (x *ListUserSshKeysResponse) ProtoReflect() protoreflect.Message
func (*ListUserSshKeysResponse) Reset ¶
func (x *ListUserSshKeysResponse) Reset()
func (*ListUserSshKeysResponse) SetNextPageToken ¶
func (m *ListUserSshKeysResponse) SetNextPageToken(v string)
func (*ListUserSshKeysResponse) SetSshKeys ¶
func (m *ListUserSshKeysResponse) SetSshKeys(v []*UserSshKey)
func (*ListUserSshKeysResponse) String ¶
func (x *ListUserSshKeysResponse) String() string
type MemberDelta ¶
type MemberDelta struct { // The action that is being performed on a group member. Action MemberDelta_MemberAction `` /* 132-byte string literal not displayed */ // ID of the subject that is being added or removed from a group. // // Subject type can be one of following values: // * `userAccount`: An account on Yandex, added to Yandex Cloud. // * `federatedUser`: A federated account. This type represents a user from an identity federation, like Active Directory. SubjectId string `protobuf:"bytes,2,opt,name=subject_id,json=subjectId,proto3" json:"subject_id,omitempty"` // contains filtered or unexported fields }
func (*MemberDelta) Descriptor
deprecated
func (*MemberDelta) Descriptor() ([]byte, []int)
Deprecated: Use MemberDelta.ProtoReflect.Descriptor instead.
func (*MemberDelta) GetAction ¶
func (x *MemberDelta) GetAction() MemberDelta_MemberAction
func (*MemberDelta) GetSubjectId ¶
func (x *MemberDelta) GetSubjectId() string
func (*MemberDelta) ProtoMessage ¶
func (*MemberDelta) ProtoMessage()
func (*MemberDelta) ProtoReflect ¶
func (x *MemberDelta) ProtoReflect() protoreflect.Message
func (*MemberDelta) Reset ¶
func (x *MemberDelta) Reset()
func (*MemberDelta) SetAction ¶
func (m *MemberDelta) SetAction(v MemberDelta_MemberAction)
func (*MemberDelta) SetSubjectId ¶
func (m *MemberDelta) SetSubjectId(v string)
func (*MemberDelta) String ¶
func (x *MemberDelta) String() string
type MemberDelta_MemberAction ¶
type MemberDelta_MemberAction int32
const ( MemberDelta_MEMBER_ACTION_UNSPECIFIED MemberDelta_MemberAction = 0 // Addition of a group member. MemberDelta_ADD MemberDelta_MemberAction = 1 // Removal of a group member. MemberDelta_REMOVE MemberDelta_MemberAction = 2 )
func (MemberDelta_MemberAction) Descriptor ¶
func (MemberDelta_MemberAction) Descriptor() protoreflect.EnumDescriptor
func (MemberDelta_MemberAction) Enum ¶
func (x MemberDelta_MemberAction) Enum() *MemberDelta_MemberAction
func (MemberDelta_MemberAction) EnumDescriptor
deprecated
func (MemberDelta_MemberAction) EnumDescriptor() ([]byte, []int)
Deprecated: Use MemberDelta_MemberAction.Descriptor instead.
func (MemberDelta_MemberAction) Number ¶
func (x MemberDelta_MemberAction) Number() protoreflect.EnumNumber
func (MemberDelta_MemberAction) String ¶
func (x MemberDelta_MemberAction) String() string
func (MemberDelta_MemberAction) Type ¶
func (MemberDelta_MemberAction) Type() protoreflect.EnumType
type Organization ¶
type Organization struct { // ID of the organization. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // Creation timestamp. CreatedAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` // Name of the organization. 3-63 characters long. Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` // Description of the organization. 0-256 characters long. Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` // Display name of the organization. 0-256 characters long. Title string `protobuf:"bytes,6,opt,name=title,proto3" json:"title,omitempty"` // Resource labels as “ key:value “ pairs. Maximum of 64 per resource. Labels map[string]string `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
An Organization resource. For more information, see Organization(/docs/organization/enable-org).
func (*Organization) Descriptor
deprecated
func (*Organization) Descriptor() ([]byte, []int)
Deprecated: Use Organization.ProtoReflect.Descriptor instead.
func (*Organization) GetCreatedAt ¶
func (x *Organization) GetCreatedAt() *timestamppb.Timestamp
func (*Organization) GetDescription ¶
func (x *Organization) GetDescription() string
func (*Organization) GetId ¶
func (x *Organization) GetId() string
func (*Organization) GetLabels ¶
func (x *Organization) GetLabels() map[string]string
func (*Organization) GetName ¶
func (x *Organization) GetName() string
func (*Organization) GetTitle ¶
func (x *Organization) GetTitle() string
func (*Organization) ProtoMessage ¶
func (*Organization) ProtoMessage()
func (*Organization) ProtoReflect ¶
func (x *Organization) ProtoReflect() protoreflect.Message
func (*Organization) Reset ¶
func (x *Organization) Reset()
func (*Organization) SetCreatedAt ¶
func (m *Organization) SetCreatedAt(v *timestamppb.Timestamp)
func (*Organization) SetDescription ¶
func (m *Organization) SetDescription(v string)
func (*Organization) SetId ¶
func (m *Organization) SetId(v string)
func (*Organization) SetLabels ¶
func (m *Organization) SetLabels(v map[string]string)
func (*Organization) SetName ¶
func (m *Organization) SetName(v string)
func (*Organization) SetTitle ¶
func (m *Organization) SetTitle(v string)
func (*Organization) String ¶
func (x *Organization) String() string
type OrganizationServiceClient ¶
type OrganizationServiceClient interface { // Returns the specified Organization resource. // // To get the list of available Organization resources, make a [List] request. Get(ctx context.Context, in *GetOrganizationRequest, opts ...grpc.CallOption) (*Organization, error) // Retrieves the list of Organization resources. List(ctx context.Context, in *ListOrganizationsRequest, opts ...grpc.CallOption) (*ListOrganizationsResponse, error) // Updates the specified organization. Update(ctx context.Context, in *UpdateOrganizationRequest, opts ...grpc.CallOption) (*operation.Operation, error) // Lists operations for the specified organization. ListOperations(ctx context.Context, in *ListOrganizationOperationsRequest, opts ...grpc.CallOption) (*ListOrganizationOperationsResponse, error) // Lists access bindings for the specified organization. ListAccessBindings(ctx context.Context, in *access.ListAccessBindingsRequest, opts ...grpc.CallOption) (*access.ListAccessBindingsResponse, error) // Sets access bindings for the specified organization. SetAccessBindings(ctx context.Context, in *access.SetAccessBindingsRequest, opts ...grpc.CallOption) (*operation.Operation, error) // Updates access bindings for the specified organization. UpdateAccessBindings(ctx context.Context, in *access.UpdateAccessBindingsRequest, opts ...grpc.CallOption) (*operation.Operation, error) }
OrganizationServiceClient is the client API for OrganizationService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
A set of methods for managing Organization resources.
func NewOrganizationServiceClient ¶
func NewOrganizationServiceClient(cc grpc.ClientConnInterface) OrganizationServiceClient
type OrganizationServiceServer ¶
type OrganizationServiceServer interface { // Returns the specified Organization resource. // // To get the list of available Organization resources, make a [List] request. Get(context.Context, *GetOrganizationRequest) (*Organization, error) // Retrieves the list of Organization resources. List(context.Context, *ListOrganizationsRequest) (*ListOrganizationsResponse, error) // Updates the specified organization. Update(context.Context, *UpdateOrganizationRequest) (*operation.Operation, error) // Lists operations for the specified organization. ListOperations(context.Context, *ListOrganizationOperationsRequest) (*ListOrganizationOperationsResponse, error) // Lists access bindings for the specified organization. ListAccessBindings(context.Context, *access.ListAccessBindingsRequest) (*access.ListAccessBindingsResponse, error) // Sets access bindings for the specified organization. SetAccessBindings(context.Context, *access.SetAccessBindingsRequest) (*operation.Operation, error) // Updates access bindings for the specified organization. UpdateAccessBindings(context.Context, *access.UpdateAccessBindingsRequest) (*operation.Operation, error) }
OrganizationServiceServer is the server API for OrganizationService service. All implementations should embed UnimplementedOrganizationServiceServer for forward compatibility.
A set of methods for managing Organization resources.
type OsLoginProfile ¶
type OsLoginProfile struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` OrganizationId string `protobuf:"bytes,2,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` SubjectId string `protobuf:"bytes,3,opt,name=subject_id,json=subjectId,proto3" json:"subject_id,omitempty"` Login string `protobuf:"bytes,4,opt,name=login,proto3" json:"login,omitempty"` Uid int64 `protobuf:"varint,5,opt,name=uid,proto3" json:"uid,omitempty"` IsDefault bool `protobuf:"varint,6,opt,name=is_default,json=isDefault,proto3" json:"is_default,omitempty"` HomeDirectory string `protobuf:"bytes,7,opt,name=home_directory,json=homeDirectory,proto3" json:"home_directory,omitempty"` Shell string `protobuf:"bytes,8,opt,name=shell,proto3" json:"shell,omitempty"` // contains filtered or unexported fields }
func (*OsLoginProfile) Descriptor
deprecated
func (*OsLoginProfile) Descriptor() ([]byte, []int)
Deprecated: Use OsLoginProfile.ProtoReflect.Descriptor instead.
func (*OsLoginProfile) GetHomeDirectory ¶
func (x *OsLoginProfile) GetHomeDirectory() string
func (*OsLoginProfile) GetId ¶
func (x *OsLoginProfile) GetId() string
func (*OsLoginProfile) GetIsDefault ¶
func (x *OsLoginProfile) GetIsDefault() bool
func (*OsLoginProfile) GetLogin ¶
func (x *OsLoginProfile) GetLogin() string
func (*OsLoginProfile) GetOrganizationId ¶
func (x *OsLoginProfile) GetOrganizationId() string
func (*OsLoginProfile) GetShell ¶
func (x *OsLoginProfile) GetShell() string
func (*OsLoginProfile) GetSubjectId ¶
func (x *OsLoginProfile) GetSubjectId() string
func (*OsLoginProfile) GetUid ¶
func (x *OsLoginProfile) GetUid() int64
func (*OsLoginProfile) ProtoMessage ¶
func (*OsLoginProfile) ProtoMessage()
func (*OsLoginProfile) ProtoReflect ¶
func (x *OsLoginProfile) ProtoReflect() protoreflect.Message
func (*OsLoginProfile) Reset ¶
func (x *OsLoginProfile) Reset()
func (*OsLoginProfile) SetHomeDirectory ¶
func (m *OsLoginProfile) SetHomeDirectory(v string)
func (*OsLoginProfile) SetId ¶
func (m *OsLoginProfile) SetId(v string)
func (*OsLoginProfile) SetIsDefault ¶
func (m *OsLoginProfile) SetIsDefault(v bool)
func (*OsLoginProfile) SetLogin ¶
func (m *OsLoginProfile) SetLogin(v string)
func (*OsLoginProfile) SetOrganizationId ¶
func (m *OsLoginProfile) SetOrganizationId(v string)
func (*OsLoginProfile) SetShell ¶
func (m *OsLoginProfile) SetShell(v string)
func (*OsLoginProfile) SetSubjectId ¶
func (m *OsLoginProfile) SetSubjectId(v string)
func (*OsLoginProfile) SetUid ¶
func (m *OsLoginProfile) SetUid(v int64)
func (*OsLoginProfile) String ¶
func (x *OsLoginProfile) String() string
type OsLoginServiceClient ¶
type OsLoginServiceClient interface { // OsLogin settings GetSettings(ctx context.Context, in *GetOsLoginSettingsRequest, opts ...grpc.CallOption) (*OsLoginSettings, error) UpdateSettings(ctx context.Context, in *UpdateOsLoginSettingsRequest, opts ...grpc.CallOption) (*operation.Operation, error) // OsLogin Profiles GetProfile(ctx context.Context, in *GetOsLoginProfileRequest, opts ...grpc.CallOption) (*OsLoginProfile, error) ListProfiles(ctx context.Context, in *ListOsLoginProfilesRequest, opts ...grpc.CallOption) (*ListOsLoginProfilesResponse, error) CreateProfile(ctx context.Context, in *CreateOsLoginProfileRequest, opts ...grpc.CallOption) (*operation.Operation, error) UpdateProfile(ctx context.Context, in *UpdateOsLoginProfileRequest, opts ...grpc.CallOption) (*operation.Operation, error) // Sets a profile as a default for the subject assigned to this profile SetDefaultProfile(ctx context.Context, in *SetDefaultOsLoginProfileRequest, opts ...grpc.CallOption) (*operation.Operation, error) DeleteProfile(ctx context.Context, in *DeleteOsLoginProfileRequest, opts ...grpc.CallOption) (*operation.Operation, error) }
OsLoginServiceClient is the client API for OsLoginService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewOsLoginServiceClient ¶
func NewOsLoginServiceClient(cc grpc.ClientConnInterface) OsLoginServiceClient
type OsLoginServiceServer ¶
type OsLoginServiceServer interface { // OsLogin settings GetSettings(context.Context, *GetOsLoginSettingsRequest) (*OsLoginSettings, error) UpdateSettings(context.Context, *UpdateOsLoginSettingsRequest) (*operation.Operation, error) // OsLogin Profiles GetProfile(context.Context, *GetOsLoginProfileRequest) (*OsLoginProfile, error) ListProfiles(context.Context, *ListOsLoginProfilesRequest) (*ListOsLoginProfilesResponse, error) CreateProfile(context.Context, *CreateOsLoginProfileRequest) (*operation.Operation, error) UpdateProfile(context.Context, *UpdateOsLoginProfileRequest) (*operation.Operation, error) // Sets a profile as a default for the subject assigned to this profile SetDefaultProfile(context.Context, *SetDefaultOsLoginProfileRequest) (*operation.Operation, error) DeleteProfile(context.Context, *DeleteOsLoginProfileRequest) (*operation.Operation, error) }
OsLoginServiceServer is the server API for OsLoginService service. All implementations should embed UnimplementedOsLoginServiceServer for forward compatibility.
type OsLoginSettings ¶
type OsLoginSettings struct { UserSshKeySettings *UserSshKeySettings `protobuf:"bytes,1,opt,name=user_ssh_key_settings,json=userSshKeySettings,proto3" json:"user_ssh_key_settings,omitempty"` SshCertificateSettings *SshCertificateSettings `` /* 129-byte string literal not displayed */ // contains filtered or unexported fields }
func (*OsLoginSettings) Descriptor
deprecated
func (*OsLoginSettings) Descriptor() ([]byte, []int)
Deprecated: Use OsLoginSettings.ProtoReflect.Descriptor instead.
func (*OsLoginSettings) GetSshCertificateSettings ¶
func (x *OsLoginSettings) GetSshCertificateSettings() *SshCertificateSettings
func (*OsLoginSettings) GetUserSshKeySettings ¶
func (x *OsLoginSettings) GetUserSshKeySettings() *UserSshKeySettings
func (*OsLoginSettings) ProtoMessage ¶
func (*OsLoginSettings) ProtoMessage()
func (*OsLoginSettings) ProtoReflect ¶
func (x *OsLoginSettings) ProtoReflect() protoreflect.Message
func (*OsLoginSettings) Reset ¶
func (x *OsLoginSettings) Reset()
func (*OsLoginSettings) SetSshCertificateSettings ¶
func (m *OsLoginSettings) SetSshCertificateSettings(v *SshCertificateSettings)
func (*OsLoginSettings) SetUserSshKeySettings ¶
func (m *OsLoginSettings) SetUserSshKeySettings(v *UserSshKeySettings)
func (*OsLoginSettings) String ¶
func (x *OsLoginSettings) String() string
type SamlUserAccount ¶
type SamlUserAccount struct { // ID of the federation that the federation belongs to. FederationId string `protobuf:"bytes,1,opt,name=federation_id,json=federationId,proto3" json:"federation_id,omitempty"` // Name Id of the SAML federated user. // The name is unique within the federation. 1-256 characters long. NameId string `protobuf:"bytes,2,opt,name=name_id,json=nameId,proto3" json:"name_id,omitempty"` // Additional attributes of the SAML federated user. Attributes map[string]*SamlUserAccount_Attribute `` /* 161-byte string literal not displayed */ // contains filtered or unexported fields }
A SAML federated user. For more information, see [federations](/docs/iam/concepts/users/saml-federations).
func (*SamlUserAccount) Descriptor
deprecated
func (*SamlUserAccount) Descriptor() ([]byte, []int)
Deprecated: Use SamlUserAccount.ProtoReflect.Descriptor instead.
func (*SamlUserAccount) GetAttributes ¶
func (x *SamlUserAccount) GetAttributes() map[string]*SamlUserAccount_Attribute
func (*SamlUserAccount) GetFederationId ¶
func (x *SamlUserAccount) GetFederationId() string
func (*SamlUserAccount) GetNameId ¶
func (x *SamlUserAccount) GetNameId() string
func (*SamlUserAccount) ProtoMessage ¶
func (*SamlUserAccount) ProtoMessage()
func (*SamlUserAccount) ProtoReflect ¶
func (x *SamlUserAccount) ProtoReflect() protoreflect.Message
func (*SamlUserAccount) Reset ¶
func (x *SamlUserAccount) Reset()
func (*SamlUserAccount) SetAttributes ¶
func (m *SamlUserAccount) SetAttributes(v map[string]*SamlUserAccount_Attribute)
func (*SamlUserAccount) SetFederationId ¶
func (m *SamlUserAccount) SetFederationId(v string)
func (*SamlUserAccount) SetNameId ¶
func (m *SamlUserAccount) SetNameId(v string)
func (*SamlUserAccount) String ¶
func (x *SamlUserAccount) String() string
type SamlUserAccount_Attribute ¶
type SamlUserAccount_Attribute struct { Value []string `protobuf:"bytes,1,rep,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*SamlUserAccount_Attribute) Descriptor
deprecated
func (*SamlUserAccount_Attribute) Descriptor() ([]byte, []int)
Deprecated: Use SamlUserAccount_Attribute.ProtoReflect.Descriptor instead.
func (*SamlUserAccount_Attribute) GetValue ¶
func (x *SamlUserAccount_Attribute) GetValue() []string
func (*SamlUserAccount_Attribute) ProtoMessage ¶
func (*SamlUserAccount_Attribute) ProtoMessage()
func (*SamlUserAccount_Attribute) ProtoReflect ¶
func (x *SamlUserAccount_Attribute) ProtoReflect() protoreflect.Message
func (*SamlUserAccount_Attribute) Reset ¶
func (x *SamlUserAccount_Attribute) Reset()
func (*SamlUserAccount_Attribute) SetValue ¶
func (m *SamlUserAccount_Attribute) SetValue(v []string)
func (*SamlUserAccount_Attribute) String ¶
func (x *SamlUserAccount_Attribute) String() string
type SetDefaultOsLoginProfileMetadata ¶
type SetDefaultOsLoginProfileMetadata struct { PreviousDefaultProfileId string `` /* 137-byte string literal not displayed */ CurrentDefaultProfileId string `` /* 134-byte string literal not displayed */ // contains filtered or unexported fields }
func (*SetDefaultOsLoginProfileMetadata) Descriptor
deprecated
func (*SetDefaultOsLoginProfileMetadata) Descriptor() ([]byte, []int)
Deprecated: Use SetDefaultOsLoginProfileMetadata.ProtoReflect.Descriptor instead.
func (*SetDefaultOsLoginProfileMetadata) GetCurrentDefaultProfileId ¶
func (x *SetDefaultOsLoginProfileMetadata) GetCurrentDefaultProfileId() string
func (*SetDefaultOsLoginProfileMetadata) GetPreviousDefaultProfileId ¶
func (x *SetDefaultOsLoginProfileMetadata) GetPreviousDefaultProfileId() string
func (*SetDefaultOsLoginProfileMetadata) ProtoMessage ¶
func (*SetDefaultOsLoginProfileMetadata) ProtoMessage()
func (*SetDefaultOsLoginProfileMetadata) ProtoReflect ¶
func (x *SetDefaultOsLoginProfileMetadata) ProtoReflect() protoreflect.Message
func (*SetDefaultOsLoginProfileMetadata) Reset ¶
func (x *SetDefaultOsLoginProfileMetadata) Reset()
func (*SetDefaultOsLoginProfileMetadata) SetCurrentDefaultProfileId ¶
func (m *SetDefaultOsLoginProfileMetadata) SetCurrentDefaultProfileId(v string)
func (*SetDefaultOsLoginProfileMetadata) SetPreviousDefaultProfileId ¶
func (m *SetDefaultOsLoginProfileMetadata) SetPreviousDefaultProfileId(v string)
func (*SetDefaultOsLoginProfileMetadata) String ¶
func (x *SetDefaultOsLoginProfileMetadata) String() string
type SetDefaultOsLoginProfileRequest ¶
type SetDefaultOsLoginProfileRequest struct { OsLoginProfileId string `protobuf:"bytes,1,opt,name=os_login_profile_id,json=osLoginProfileId,proto3" json:"os_login_profile_id,omitempty"` // contains filtered or unexported fields }
func (*SetDefaultOsLoginProfileRequest) Descriptor
deprecated
func (*SetDefaultOsLoginProfileRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetDefaultOsLoginProfileRequest.ProtoReflect.Descriptor instead.
func (*SetDefaultOsLoginProfileRequest) GetOsLoginProfileId ¶
func (x *SetDefaultOsLoginProfileRequest) GetOsLoginProfileId() string
func (*SetDefaultOsLoginProfileRequest) ProtoMessage ¶
func (*SetDefaultOsLoginProfileRequest) ProtoMessage()
func (*SetDefaultOsLoginProfileRequest) ProtoReflect ¶
func (x *SetDefaultOsLoginProfileRequest) ProtoReflect() protoreflect.Message
func (*SetDefaultOsLoginProfileRequest) Reset ¶
func (x *SetDefaultOsLoginProfileRequest) Reset()
func (*SetDefaultOsLoginProfileRequest) SetOsLoginProfileId ¶
func (m *SetDefaultOsLoginProfileRequest) SetOsLoginProfileId(v string)
func (*SetDefaultOsLoginProfileRequest) String ¶
func (x *SetDefaultOsLoginProfileRequest) String() string
type SshCertificateServiceClient ¶
type SshCertificateServiceClient interface { // Members of an organization can generate certificates for themselves // Signing certificates for other users requires a special permission Generate(ctx context.Context, in *GenerateSshCertificateRequest, opts ...grpc.CallOption) (*GenerateSshCertificateResponse, error) }
SshCertificateServiceClient is the client API for SshCertificateService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewSshCertificateServiceClient ¶
func NewSshCertificateServiceClient(cc grpc.ClientConnInterface) SshCertificateServiceClient
type SshCertificateServiceServer ¶
type SshCertificateServiceServer interface { // Members of an organization can generate certificates for themselves // Signing certificates for other users requires a special permission Generate(context.Context, *GenerateSshCertificateRequest) (*GenerateSshCertificateResponse, error) }
SshCertificateServiceServer is the server API for SshCertificateService service. All implementations should embed UnimplementedSshCertificateServiceServer for forward compatibility.
type SshCertificateSettings ¶
type SshCertificateSettings struct { Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"` // contains filtered or unexported fields }
func (*SshCertificateSettings) Descriptor
deprecated
func (*SshCertificateSettings) Descriptor() ([]byte, []int)
Deprecated: Use SshCertificateSettings.ProtoReflect.Descriptor instead.
func (*SshCertificateSettings) GetEnabled ¶
func (x *SshCertificateSettings) GetEnabled() bool
func (*SshCertificateSettings) ProtoMessage ¶
func (*SshCertificateSettings) ProtoMessage()
func (*SshCertificateSettings) ProtoReflect ¶
func (x *SshCertificateSettings) ProtoReflect() protoreflect.Message
func (*SshCertificateSettings) Reset ¶
func (x *SshCertificateSettings) Reset()
func (*SshCertificateSettings) SetEnabled ¶
func (m *SshCertificateSettings) SetEnabled(v bool)
func (*SshCertificateSettings) String ¶
func (x *SshCertificateSettings) String() string
type UnimplementedGroupMappingServiceServer ¶
type UnimplementedGroupMappingServiceServer struct{}
UnimplementedGroupMappingServiceServer should be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedGroupMappingServiceServer) Create ¶
func (UnimplementedGroupMappingServiceServer) Create(context.Context, *CreateGroupMappingRequest) (*operation.Operation, error)
func (UnimplementedGroupMappingServiceServer) Delete ¶
func (UnimplementedGroupMappingServiceServer) Delete(context.Context, *DeleteGroupMappingRequest) (*operation.Operation, error)
func (UnimplementedGroupMappingServiceServer) ListItems ¶
func (UnimplementedGroupMappingServiceServer) ListItems(context.Context, *ListGroupMappingItemsRequest) (*ListGroupMappingItemsResponse, error)
func (UnimplementedGroupMappingServiceServer) Update ¶
func (UnimplementedGroupMappingServiceServer) Update(context.Context, *UpdateGroupMappingRequest) (*operation.Operation, error)
func (UnimplementedGroupMappingServiceServer) UpdateItems ¶
func (UnimplementedGroupMappingServiceServer) UpdateItems(context.Context, *UpdateGroupMappingItemsRequest) (*operation.Operation, error)
type UnimplementedGroupServiceServer ¶
type UnimplementedGroupServiceServer struct{}
UnimplementedGroupServiceServer should be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedGroupServiceServer) Create ¶
func (UnimplementedGroupServiceServer) Create(context.Context, *CreateGroupRequest) (*operation.Operation, error)
func (UnimplementedGroupServiceServer) Delete ¶
func (UnimplementedGroupServiceServer) Delete(context.Context, *DeleteGroupRequest) (*operation.Operation, error)
func (UnimplementedGroupServiceServer) Get ¶
func (UnimplementedGroupServiceServer) Get(context.Context, *GetGroupRequest) (*Group, error)
func (UnimplementedGroupServiceServer) List ¶
func (UnimplementedGroupServiceServer) List(context.Context, *ListGroupsRequest) (*ListGroupsResponse, error)
func (UnimplementedGroupServiceServer) ListAccessBindings ¶
func (UnimplementedGroupServiceServer) ListAccessBindings(context.Context, *access.ListAccessBindingsRequest) (*access.ListAccessBindingsResponse, error)
func (UnimplementedGroupServiceServer) ListMembers ¶
func (UnimplementedGroupServiceServer) ListMembers(context.Context, *ListGroupMembersRequest) (*ListGroupMembersResponse, error)
func (UnimplementedGroupServiceServer) ListOperations ¶
func (UnimplementedGroupServiceServer) ListOperations(context.Context, *ListGroupOperationsRequest) (*ListGroupOperationsResponse, error)
func (UnimplementedGroupServiceServer) SetAccessBindings ¶
func (UnimplementedGroupServiceServer) SetAccessBindings(context.Context, *access.SetAccessBindingsRequest) (*operation.Operation, error)
func (UnimplementedGroupServiceServer) Update ¶
func (UnimplementedGroupServiceServer) Update(context.Context, *UpdateGroupRequest) (*operation.Operation, error)
func (UnimplementedGroupServiceServer) UpdateAccessBindings ¶
func (UnimplementedGroupServiceServer) UpdateAccessBindings(context.Context, *access.UpdateAccessBindingsRequest) (*operation.Operation, error)
func (UnimplementedGroupServiceServer) UpdateMembers ¶
func (UnimplementedGroupServiceServer) UpdateMembers(context.Context, *UpdateGroupMembersRequest) (*operation.Operation, error)
type UnimplementedOrganizationServiceServer ¶
type UnimplementedOrganizationServiceServer struct{}
UnimplementedOrganizationServiceServer should be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedOrganizationServiceServer) Get ¶
func (UnimplementedOrganizationServiceServer) Get(context.Context, *GetOrganizationRequest) (*Organization, error)
func (UnimplementedOrganizationServiceServer) ListAccessBindings ¶
func (UnimplementedOrganizationServiceServer) ListAccessBindings(context.Context, *access.ListAccessBindingsRequest) (*access.ListAccessBindingsResponse, error)
func (UnimplementedOrganizationServiceServer) ListOperations ¶
func (UnimplementedOrganizationServiceServer) ListOperations(context.Context, *ListOrganizationOperationsRequest) (*ListOrganizationOperationsResponse, error)
func (UnimplementedOrganizationServiceServer) SetAccessBindings ¶
func (UnimplementedOrganizationServiceServer) SetAccessBindings(context.Context, *access.SetAccessBindingsRequest) (*operation.Operation, error)
func (UnimplementedOrganizationServiceServer) Update ¶
func (UnimplementedOrganizationServiceServer) Update(context.Context, *UpdateOrganizationRequest) (*operation.Operation, error)
func (UnimplementedOrganizationServiceServer) UpdateAccessBindings ¶
func (UnimplementedOrganizationServiceServer) UpdateAccessBindings(context.Context, *access.UpdateAccessBindingsRequest) (*operation.Operation, error)
type UnimplementedOsLoginServiceServer ¶
type UnimplementedOsLoginServiceServer struct{}
UnimplementedOsLoginServiceServer should be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedOsLoginServiceServer) CreateProfile ¶
func (UnimplementedOsLoginServiceServer) CreateProfile(context.Context, *CreateOsLoginProfileRequest) (*operation.Operation, error)
func (UnimplementedOsLoginServiceServer) DeleteProfile ¶
func (UnimplementedOsLoginServiceServer) DeleteProfile(context.Context, *DeleteOsLoginProfileRequest) (*operation.Operation, error)
func (UnimplementedOsLoginServiceServer) GetProfile ¶
func (UnimplementedOsLoginServiceServer) GetProfile(context.Context, *GetOsLoginProfileRequest) (*OsLoginProfile, error)
func (UnimplementedOsLoginServiceServer) GetSettings ¶
func (UnimplementedOsLoginServiceServer) GetSettings(context.Context, *GetOsLoginSettingsRequest) (*OsLoginSettings, error)
func (UnimplementedOsLoginServiceServer) ListProfiles ¶
func (UnimplementedOsLoginServiceServer) ListProfiles(context.Context, *ListOsLoginProfilesRequest) (*ListOsLoginProfilesResponse, error)
func (UnimplementedOsLoginServiceServer) SetDefaultProfile ¶
func (UnimplementedOsLoginServiceServer) SetDefaultProfile(context.Context, *SetDefaultOsLoginProfileRequest) (*operation.Operation, error)
func (UnimplementedOsLoginServiceServer) UpdateProfile ¶
func (UnimplementedOsLoginServiceServer) UpdateProfile(context.Context, *UpdateOsLoginProfileRequest) (*operation.Operation, error)
func (UnimplementedOsLoginServiceServer) UpdateSettings ¶
func (UnimplementedOsLoginServiceServer) UpdateSettings(context.Context, *UpdateOsLoginSettingsRequest) (*operation.Operation, error)
type UnimplementedSshCertificateServiceServer ¶
type UnimplementedSshCertificateServiceServer struct{}
UnimplementedSshCertificateServiceServer should be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
type UnimplementedUserServiceServer ¶
type UnimplementedUserServiceServer struct{}
UnimplementedUserServiceServer should be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedUserServiceServer) DeleteMembership ¶
func (UnimplementedUserServiceServer) DeleteMembership(context.Context, *DeleteMembershipRequest) (*operation.Operation, error)
func (UnimplementedUserServiceServer) ListMembers ¶
func (UnimplementedUserServiceServer) ListMembers(context.Context, *ListMembersRequest) (*ListMembersResponse, error)
type UnimplementedUserSshKeyServiceServer ¶
type UnimplementedUserSshKeyServiceServer struct{}
UnimplementedUserSshKeyServiceServer should be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedUserSshKeyServiceServer) Create ¶
func (UnimplementedUserSshKeyServiceServer) Create(context.Context, *CreateUserSshKeyRequest) (*operation.Operation, error)
func (UnimplementedUserSshKeyServiceServer) Delete ¶
func (UnimplementedUserSshKeyServiceServer) Delete(context.Context, *DeleteUserSshKeyRequest) (*operation.Operation, error)
func (UnimplementedUserSshKeyServiceServer) Get ¶
func (UnimplementedUserSshKeyServiceServer) Get(context.Context, *GetUserSshKeyRequest) (*UserSshKey, error)
func (UnimplementedUserSshKeyServiceServer) Update ¶
func (UnimplementedUserSshKeyServiceServer) Update(context.Context, *UpdateUserSshKeyRequest) (*operation.Operation, error)
type UnsafeGroupMappingServiceServer ¶
type UnsafeGroupMappingServiceServer interface {
// contains filtered or unexported methods
}
UnsafeGroupMappingServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to GroupMappingServiceServer will result in compilation errors.
type UnsafeGroupServiceServer ¶
type UnsafeGroupServiceServer interface {
// contains filtered or unexported methods
}
UnsafeGroupServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to GroupServiceServer will result in compilation errors.
type UnsafeOrganizationServiceServer ¶
type UnsafeOrganizationServiceServer interface {
// contains filtered or unexported methods
}
UnsafeOrganizationServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to OrganizationServiceServer will result in compilation errors.
type UnsafeOsLoginServiceServer ¶
type UnsafeOsLoginServiceServer interface {
// contains filtered or unexported methods
}
UnsafeOsLoginServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to OsLoginServiceServer will result in compilation errors.
type UnsafeSshCertificateServiceServer ¶
type UnsafeSshCertificateServiceServer interface {
// contains filtered or unexported methods
}
UnsafeSshCertificateServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SshCertificateServiceServer will result in compilation errors.
type UnsafeUserServiceServer ¶
type UnsafeUserServiceServer interface {
// contains filtered or unexported methods
}
UnsafeUserServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to UserServiceServer will result in compilation errors.
type UnsafeUserSshKeyServiceServer ¶
type UnsafeUserSshKeyServiceServer interface {
// contains filtered or unexported methods
}
UnsafeUserSshKeyServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to UserSshKeyServiceServer will result in compilation errors.
type UpdateGroupMappingItemsMetadata ¶
type UpdateGroupMappingItemsMetadata struct { FederationId string `protobuf:"bytes,1,opt,name=federation_id,json=federationId,proto3" json:"federation_id,omitempty"` // contains filtered or unexported fields }
func (*UpdateGroupMappingItemsMetadata) Descriptor
deprecated
func (*UpdateGroupMappingItemsMetadata) Descriptor() ([]byte, []int)
Deprecated: Use UpdateGroupMappingItemsMetadata.ProtoReflect.Descriptor instead.
func (*UpdateGroupMappingItemsMetadata) GetFederationId ¶
func (x *UpdateGroupMappingItemsMetadata) GetFederationId() string
func (*UpdateGroupMappingItemsMetadata) ProtoMessage ¶
func (*UpdateGroupMappingItemsMetadata) ProtoMessage()
func (*UpdateGroupMappingItemsMetadata) ProtoReflect ¶
func (x *UpdateGroupMappingItemsMetadata) ProtoReflect() protoreflect.Message
func (*UpdateGroupMappingItemsMetadata) Reset ¶
func (x *UpdateGroupMappingItemsMetadata) Reset()
func (*UpdateGroupMappingItemsMetadata) SetFederationId ¶
func (m *UpdateGroupMappingItemsMetadata) SetFederationId(v string)
func (*UpdateGroupMappingItemsMetadata) String ¶
func (x *UpdateGroupMappingItemsMetadata) String() string
type UpdateGroupMappingItemsRequest ¶
type UpdateGroupMappingItemsRequest struct { // Federation the group mapping update is requested FederationId string `protobuf:"bytes,1,opt,name=federation_id,json=federationId,proto3" json:"federation_id,omitempty"` // A collection of mapping items to add or remove (ignores update_fields). GroupMappingItemDeltas []*GroupMappingItemDelta `` /* 131-byte string literal not displayed */ // contains filtered or unexported fields }
Request for updating group mapping configuration
func (*UpdateGroupMappingItemsRequest) Descriptor
deprecated
func (*UpdateGroupMappingItemsRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateGroupMappingItemsRequest.ProtoReflect.Descriptor instead.
func (*UpdateGroupMappingItemsRequest) GetFederationId ¶
func (x *UpdateGroupMappingItemsRequest) GetFederationId() string
func (*UpdateGroupMappingItemsRequest) GetGroupMappingItemDeltas ¶
func (x *UpdateGroupMappingItemsRequest) GetGroupMappingItemDeltas() []*GroupMappingItemDelta
func (*UpdateGroupMappingItemsRequest) ProtoMessage ¶
func (*UpdateGroupMappingItemsRequest) ProtoMessage()
func (*UpdateGroupMappingItemsRequest) ProtoReflect ¶
func (x *UpdateGroupMappingItemsRequest) ProtoReflect() protoreflect.Message
func (*UpdateGroupMappingItemsRequest) Reset ¶
func (x *UpdateGroupMappingItemsRequest) Reset()
func (*UpdateGroupMappingItemsRequest) SetFederationId ¶
func (m *UpdateGroupMappingItemsRequest) SetFederationId(v string)
func (*UpdateGroupMappingItemsRequest) SetGroupMappingItemDeltas ¶
func (m *UpdateGroupMappingItemsRequest) SetGroupMappingItemDeltas(v []*GroupMappingItemDelta)
func (*UpdateGroupMappingItemsRequest) String ¶
func (x *UpdateGroupMappingItemsRequest) String() string
type UpdateGroupMappingItemsResponse ¶
type UpdateGroupMappingItemsResponse struct { // Effective changes that were applied GroupMappingItemDeltas []*GroupMappingItemDelta `` /* 131-byte string literal not displayed */ // contains filtered or unexported fields }
func (*UpdateGroupMappingItemsResponse) Descriptor
deprecated
func (*UpdateGroupMappingItemsResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateGroupMappingItemsResponse.ProtoReflect.Descriptor instead.
func (*UpdateGroupMappingItemsResponse) GetGroupMappingItemDeltas ¶
func (x *UpdateGroupMappingItemsResponse) GetGroupMappingItemDeltas() []*GroupMappingItemDelta
func (*UpdateGroupMappingItemsResponse) ProtoMessage ¶
func (*UpdateGroupMappingItemsResponse) ProtoMessage()
func (*UpdateGroupMappingItemsResponse) ProtoReflect ¶
func (x *UpdateGroupMappingItemsResponse) ProtoReflect() protoreflect.Message
func (*UpdateGroupMappingItemsResponse) Reset ¶
func (x *UpdateGroupMappingItemsResponse) Reset()
func (*UpdateGroupMappingItemsResponse) SetGroupMappingItemDeltas ¶
func (m *UpdateGroupMappingItemsResponse) SetGroupMappingItemDeltas(v []*GroupMappingItemDelta)
func (*UpdateGroupMappingItemsResponse) String ¶
func (x *UpdateGroupMappingItemsResponse) String() string
type UpdateGroupMappingMetadata ¶
type UpdateGroupMappingMetadata struct { FederationId string `protobuf:"bytes,1,opt,name=federation_id,json=federationId,proto3" json:"federation_id,omitempty"` // contains filtered or unexported fields }
func (*UpdateGroupMappingMetadata) Descriptor
deprecated
func (*UpdateGroupMappingMetadata) Descriptor() ([]byte, []int)
Deprecated: Use UpdateGroupMappingMetadata.ProtoReflect.Descriptor instead.
func (*UpdateGroupMappingMetadata) GetFederationId ¶
func (x *UpdateGroupMappingMetadata) GetFederationId() string
func (*UpdateGroupMappingMetadata) ProtoMessage ¶
func (*UpdateGroupMappingMetadata) ProtoMessage()
func (*UpdateGroupMappingMetadata) ProtoReflect ¶
func (x *UpdateGroupMappingMetadata) ProtoReflect() protoreflect.Message
func (*UpdateGroupMappingMetadata) Reset ¶
func (x *UpdateGroupMappingMetadata) Reset()
func (*UpdateGroupMappingMetadata) SetFederationId ¶
func (m *UpdateGroupMappingMetadata) SetFederationId(v string)
func (*UpdateGroupMappingMetadata) String ¶
func (x *UpdateGroupMappingMetadata) String() string
type UpdateGroupMappingRequest ¶
type UpdateGroupMappingRequest struct { // Federation the group mapping update is requested FederationId string `protobuf:"bytes,1,opt,name=federation_id,json=federationId,proto3" json:"federation_id,omitempty"` // A set of fields that should be updated UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // A new state of synchronization to update (if mentioned in update_mask). Enabled bool `protobuf:"varint,3,opt,name=enabled,proto3" json:"enabled,omitempty"` // contains filtered or unexported fields }
Request for updating group mapping configuration
func (*UpdateGroupMappingRequest) Descriptor
deprecated
func (*UpdateGroupMappingRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateGroupMappingRequest.ProtoReflect.Descriptor instead.
func (*UpdateGroupMappingRequest) GetEnabled ¶
func (x *UpdateGroupMappingRequest) GetEnabled() bool
func (*UpdateGroupMappingRequest) GetFederationId ¶
func (x *UpdateGroupMappingRequest) GetFederationId() string
func (*UpdateGroupMappingRequest) GetUpdateMask ¶
func (x *UpdateGroupMappingRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateGroupMappingRequest) ProtoMessage ¶
func (*UpdateGroupMappingRequest) ProtoMessage()
func (*UpdateGroupMappingRequest) ProtoReflect ¶
func (x *UpdateGroupMappingRequest) ProtoReflect() protoreflect.Message
func (*UpdateGroupMappingRequest) Reset ¶
func (x *UpdateGroupMappingRequest) Reset()
func (*UpdateGroupMappingRequest) SetEnabled ¶
func (m *UpdateGroupMappingRequest) SetEnabled(v bool)
func (*UpdateGroupMappingRequest) SetFederationId ¶
func (m *UpdateGroupMappingRequest) SetFederationId(v string)
func (*UpdateGroupMappingRequest) SetUpdateMask ¶
func (m *UpdateGroupMappingRequest) SetUpdateMask(v *fieldmaskpb.FieldMask)
func (*UpdateGroupMappingRequest) String ¶
func (x *UpdateGroupMappingRequest) String() string
type UpdateGroupMembersMetadata ¶
type UpdateGroupMembersMetadata struct { // ID of the group that is being updated. GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` // contains filtered or unexported fields }
func (*UpdateGroupMembersMetadata) Descriptor
deprecated
func (*UpdateGroupMembersMetadata) Descriptor() ([]byte, []int)
Deprecated: Use UpdateGroupMembersMetadata.ProtoReflect.Descriptor instead.
func (*UpdateGroupMembersMetadata) GetGroupId ¶
func (x *UpdateGroupMembersMetadata) GetGroupId() string
func (*UpdateGroupMembersMetadata) ProtoMessage ¶
func (*UpdateGroupMembersMetadata) ProtoMessage()
func (*UpdateGroupMembersMetadata) ProtoReflect ¶
func (x *UpdateGroupMembersMetadata) ProtoReflect() protoreflect.Message
func (*UpdateGroupMembersMetadata) Reset ¶
func (x *UpdateGroupMembersMetadata) Reset()
func (*UpdateGroupMembersMetadata) SetGroupId ¶
func (m *UpdateGroupMembersMetadata) SetGroupId(v string)
func (*UpdateGroupMembersMetadata) String ¶
func (x *UpdateGroupMembersMetadata) String() string
type UpdateGroupMembersRequest ¶
type UpdateGroupMembersRequest struct { // ID of the group to update. // To get the group ID, use a [GroupService.List] request. GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` // Updates to group members. MemberDeltas []*MemberDelta `protobuf:"bytes,2,rep,name=member_deltas,json=memberDeltas,proto3" json:"member_deltas,omitempty"` // contains filtered or unexported fields }
func (*UpdateGroupMembersRequest) Descriptor
deprecated
func (*UpdateGroupMembersRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateGroupMembersRequest.ProtoReflect.Descriptor instead.
func (*UpdateGroupMembersRequest) GetGroupId ¶
func (x *UpdateGroupMembersRequest) GetGroupId() string
func (*UpdateGroupMembersRequest) GetMemberDeltas ¶
func (x *UpdateGroupMembersRequest) GetMemberDeltas() []*MemberDelta
func (*UpdateGroupMembersRequest) ProtoMessage ¶
func (*UpdateGroupMembersRequest) ProtoMessage()
func (*UpdateGroupMembersRequest) ProtoReflect ¶
func (x *UpdateGroupMembersRequest) ProtoReflect() protoreflect.Message
func (*UpdateGroupMembersRequest) Reset ¶
func (x *UpdateGroupMembersRequest) Reset()
func (*UpdateGroupMembersRequest) SetGroupId ¶
func (m *UpdateGroupMembersRequest) SetGroupId(v string)
func (*UpdateGroupMembersRequest) SetMemberDeltas ¶
func (m *UpdateGroupMembersRequest) SetMemberDeltas(v []*MemberDelta)
func (*UpdateGroupMembersRequest) String ¶
func (x *UpdateGroupMembersRequest) String() string
type UpdateGroupMetadata ¶
type UpdateGroupMetadata struct { // ID of the Group resource that is being updated. GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` // contains filtered or unexported fields }
func (*UpdateGroupMetadata) Descriptor
deprecated
func (*UpdateGroupMetadata) Descriptor() ([]byte, []int)
Deprecated: Use UpdateGroupMetadata.ProtoReflect.Descriptor instead.
func (*UpdateGroupMetadata) GetGroupId ¶
func (x *UpdateGroupMetadata) GetGroupId() string
func (*UpdateGroupMetadata) ProtoMessage ¶
func (*UpdateGroupMetadata) ProtoMessage()
func (*UpdateGroupMetadata) ProtoReflect ¶
func (x *UpdateGroupMetadata) ProtoReflect() protoreflect.Message
func (*UpdateGroupMetadata) Reset ¶
func (x *UpdateGroupMetadata) Reset()
func (*UpdateGroupMetadata) SetGroupId ¶
func (m *UpdateGroupMetadata) SetGroupId(v string)
func (*UpdateGroupMetadata) String ¶
func (x *UpdateGroupMetadata) String() string
type UpdateGroupRequest ¶
type UpdateGroupRequest struct { // ID of the Group resource to update. // To get the group ID, use a [GroupService.List] request. GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` // Field mask that specifies which fields of the Group resource are going to be updated. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // Name of the group. // The name must be unique within the organization. Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` // Description of the group. Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
func (*UpdateGroupRequest) Descriptor
deprecated
func (*UpdateGroupRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateGroupRequest.ProtoReflect.Descriptor instead.
func (*UpdateGroupRequest) GetDescription ¶
func (x *UpdateGroupRequest) GetDescription() string
func (*UpdateGroupRequest) GetGroupId ¶
func (x *UpdateGroupRequest) GetGroupId() string
func (*UpdateGroupRequest) GetName ¶
func (x *UpdateGroupRequest) GetName() string
func (*UpdateGroupRequest) GetUpdateMask ¶
func (x *UpdateGroupRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateGroupRequest) ProtoMessage ¶
func (*UpdateGroupRequest) ProtoMessage()
func (*UpdateGroupRequest) ProtoReflect ¶
func (x *UpdateGroupRequest) ProtoReflect() protoreflect.Message
func (*UpdateGroupRequest) Reset ¶
func (x *UpdateGroupRequest) Reset()
func (*UpdateGroupRequest) SetDescription ¶
func (m *UpdateGroupRequest) SetDescription(v string)
func (*UpdateGroupRequest) SetGroupId ¶
func (m *UpdateGroupRequest) SetGroupId(v string)
func (*UpdateGroupRequest) SetName ¶
func (m *UpdateGroupRequest) SetName(v string)
func (*UpdateGroupRequest) SetUpdateMask ¶
func (m *UpdateGroupRequest) SetUpdateMask(v *fieldmaskpb.FieldMask)
func (*UpdateGroupRequest) String ¶
func (x *UpdateGroupRequest) String() string
type UpdateOrganizationMetadata ¶
type UpdateOrganizationMetadata struct { // ID of the organization that is being updated. OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // contains filtered or unexported fields }
func (*UpdateOrganizationMetadata) Descriptor
deprecated
func (*UpdateOrganizationMetadata) Descriptor() ([]byte, []int)
Deprecated: Use UpdateOrganizationMetadata.ProtoReflect.Descriptor instead.
func (*UpdateOrganizationMetadata) GetOrganizationId ¶
func (x *UpdateOrganizationMetadata) GetOrganizationId() string
func (*UpdateOrganizationMetadata) ProtoMessage ¶
func (*UpdateOrganizationMetadata) ProtoMessage()
func (*UpdateOrganizationMetadata) ProtoReflect ¶
func (x *UpdateOrganizationMetadata) ProtoReflect() protoreflect.Message
func (*UpdateOrganizationMetadata) Reset ¶
func (x *UpdateOrganizationMetadata) Reset()
func (*UpdateOrganizationMetadata) SetOrganizationId ¶
func (m *UpdateOrganizationMetadata) SetOrganizationId(v string)
func (*UpdateOrganizationMetadata) String ¶
func (x *UpdateOrganizationMetadata) String() string
type UpdateOrganizationRequest ¶
type UpdateOrganizationRequest struct { // ID of the organization to update. // To get the organization ID, use a [OrganizationService.List] request. OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // Field mask that specifies which fields of the organization are going to be updated. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // Name of the organization. Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` // Description of the organization. Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` // Display name of the organization. Title string `protobuf:"bytes,5,opt,name=title,proto3" json:"title,omitempty"` // Resource labels as “ key:value “ pairs. Labels map[string]string `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
func (*UpdateOrganizationRequest) Descriptor
deprecated
func (*UpdateOrganizationRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateOrganizationRequest.ProtoReflect.Descriptor instead.
func (*UpdateOrganizationRequest) GetDescription ¶
func (x *UpdateOrganizationRequest) GetDescription() string
func (*UpdateOrganizationRequest) GetLabels ¶
func (x *UpdateOrganizationRequest) GetLabels() map[string]string
func (*UpdateOrganizationRequest) GetName ¶
func (x *UpdateOrganizationRequest) GetName() string
func (*UpdateOrganizationRequest) GetOrganizationId ¶
func (x *UpdateOrganizationRequest) GetOrganizationId() string
func (*UpdateOrganizationRequest) GetTitle ¶
func (x *UpdateOrganizationRequest) GetTitle() string
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) SetDescription ¶
func (m *UpdateOrganizationRequest) SetDescription(v string)
func (*UpdateOrganizationRequest) SetLabels ¶
func (m *UpdateOrganizationRequest) SetLabels(v map[string]string)
func (*UpdateOrganizationRequest) SetName ¶
func (m *UpdateOrganizationRequest) SetName(v string)
func (*UpdateOrganizationRequest) SetOrganizationId ¶
func (m *UpdateOrganizationRequest) SetOrganizationId(v string)
func (*UpdateOrganizationRequest) SetTitle ¶
func (m *UpdateOrganizationRequest) SetTitle(v string)
func (*UpdateOrganizationRequest) SetUpdateMask ¶
func (m *UpdateOrganizationRequest) SetUpdateMask(v *fieldmaskpb.FieldMask)
func (*UpdateOrganizationRequest) String ¶
func (x *UpdateOrganizationRequest) String() string
type UpdateOsLoginProfileMetadata ¶
type UpdateOsLoginProfileMetadata struct { OsLoginProfileId string `protobuf:"bytes,1,opt,name=os_login_profile_id,json=osLoginProfileId,proto3" json:"os_login_profile_id,omitempty"` // contains filtered or unexported fields }
func (*UpdateOsLoginProfileMetadata) Descriptor
deprecated
func (*UpdateOsLoginProfileMetadata) Descriptor() ([]byte, []int)
Deprecated: Use UpdateOsLoginProfileMetadata.ProtoReflect.Descriptor instead.
func (*UpdateOsLoginProfileMetadata) GetOsLoginProfileId ¶
func (x *UpdateOsLoginProfileMetadata) GetOsLoginProfileId() string
func (*UpdateOsLoginProfileMetadata) ProtoMessage ¶
func (*UpdateOsLoginProfileMetadata) ProtoMessage()
func (*UpdateOsLoginProfileMetadata) ProtoReflect ¶
func (x *UpdateOsLoginProfileMetadata) ProtoReflect() protoreflect.Message
func (*UpdateOsLoginProfileMetadata) Reset ¶
func (x *UpdateOsLoginProfileMetadata) Reset()
func (*UpdateOsLoginProfileMetadata) SetOsLoginProfileId ¶
func (m *UpdateOsLoginProfileMetadata) SetOsLoginProfileId(v string)
func (*UpdateOsLoginProfileMetadata) String ¶
func (x *UpdateOsLoginProfileMetadata) String() string
type UpdateOsLoginProfileRequest ¶
type UpdateOsLoginProfileRequest struct { OsLoginProfileId string `protobuf:"bytes,1,opt,name=os_login_profile_id,json=osLoginProfileId,proto3" json:"os_login_profile_id,omitempty"` Login string `protobuf:"bytes,2,opt,name=login,proto3" json:"login,omitempty"` // must not contain . or end in ~ Uid int64 `protobuf:"varint,3,opt,name=uid,proto3" json:"uid,omitempty"` // 1000 - 2^63 - 1 HomeDirectory string `protobuf:"bytes,4,opt,name=home_directory,json=homeDirectory,proto3" json:"home_directory,omitempty"` Shell string `protobuf:"bytes,5,opt,name=shell,proto3" json:"shell,omitempty"` UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,6,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
func (*UpdateOsLoginProfileRequest) Descriptor
deprecated
func (*UpdateOsLoginProfileRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateOsLoginProfileRequest.ProtoReflect.Descriptor instead.
func (*UpdateOsLoginProfileRequest) GetHomeDirectory ¶
func (x *UpdateOsLoginProfileRequest) GetHomeDirectory() string
func (*UpdateOsLoginProfileRequest) GetLogin ¶
func (x *UpdateOsLoginProfileRequest) GetLogin() string
func (*UpdateOsLoginProfileRequest) GetOsLoginProfileId ¶
func (x *UpdateOsLoginProfileRequest) GetOsLoginProfileId() string
func (*UpdateOsLoginProfileRequest) GetShell ¶
func (x *UpdateOsLoginProfileRequest) GetShell() string
func (*UpdateOsLoginProfileRequest) GetUid ¶
func (x *UpdateOsLoginProfileRequest) GetUid() int64
func (*UpdateOsLoginProfileRequest) GetUpdateMask ¶
func (x *UpdateOsLoginProfileRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateOsLoginProfileRequest) ProtoMessage ¶
func (*UpdateOsLoginProfileRequest) ProtoMessage()
func (*UpdateOsLoginProfileRequest) ProtoReflect ¶
func (x *UpdateOsLoginProfileRequest) ProtoReflect() protoreflect.Message
func (*UpdateOsLoginProfileRequest) Reset ¶
func (x *UpdateOsLoginProfileRequest) Reset()
func (*UpdateOsLoginProfileRequest) SetHomeDirectory ¶
func (m *UpdateOsLoginProfileRequest) SetHomeDirectory(v string)
func (*UpdateOsLoginProfileRequest) SetLogin ¶
func (m *UpdateOsLoginProfileRequest) SetLogin(v string)
func (*UpdateOsLoginProfileRequest) SetOsLoginProfileId ¶
func (m *UpdateOsLoginProfileRequest) SetOsLoginProfileId(v string)
func (*UpdateOsLoginProfileRequest) SetShell ¶
func (m *UpdateOsLoginProfileRequest) SetShell(v string)
func (*UpdateOsLoginProfileRequest) SetUid ¶
func (m *UpdateOsLoginProfileRequest) SetUid(v int64)
func (*UpdateOsLoginProfileRequest) SetUpdateMask ¶
func (m *UpdateOsLoginProfileRequest) SetUpdateMask(v *fieldmaskpb.FieldMask)
func (*UpdateOsLoginProfileRequest) String ¶
func (x *UpdateOsLoginProfileRequest) String() string
type UpdateOsLoginSettingsMetadata ¶
type UpdateOsLoginSettingsMetadata struct { OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` // contains filtered or unexported fields }
func (*UpdateOsLoginSettingsMetadata) Descriptor
deprecated
func (*UpdateOsLoginSettingsMetadata) Descriptor() ([]byte, []int)
Deprecated: Use UpdateOsLoginSettingsMetadata.ProtoReflect.Descriptor instead.
func (*UpdateOsLoginSettingsMetadata) GetOrganizationId ¶
func (x *UpdateOsLoginSettingsMetadata) GetOrganizationId() string
func (*UpdateOsLoginSettingsMetadata) ProtoMessage ¶
func (*UpdateOsLoginSettingsMetadata) ProtoMessage()
func (*UpdateOsLoginSettingsMetadata) ProtoReflect ¶
func (x *UpdateOsLoginSettingsMetadata) ProtoReflect() protoreflect.Message
func (*UpdateOsLoginSettingsMetadata) Reset ¶
func (x *UpdateOsLoginSettingsMetadata) Reset()
func (*UpdateOsLoginSettingsMetadata) SetOrganizationId ¶
func (m *UpdateOsLoginSettingsMetadata) SetOrganizationId(v string)
func (*UpdateOsLoginSettingsMetadata) String ¶
func (x *UpdateOsLoginSettingsMetadata) String() string
type UpdateOsLoginSettingsRequest ¶
type UpdateOsLoginSettingsRequest struct { OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` UserSshKeySettings *UpdateOsLoginSettingsRequest_UserSshKeySettings `protobuf:"bytes,2,opt,name=user_ssh_key_settings,json=userSshKeySettings,proto3" json:"user_ssh_key_settings,omitempty"` SshCertificateSettings *UpdateOsLoginSettingsRequest_SshCertificateSettings `` /* 129-byte string literal not displayed */ UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,4,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // contains filtered or unexported fields }
func (*UpdateOsLoginSettingsRequest) Descriptor
deprecated
func (*UpdateOsLoginSettingsRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateOsLoginSettingsRequest.ProtoReflect.Descriptor instead.
func (*UpdateOsLoginSettingsRequest) GetOrganizationId ¶
func (x *UpdateOsLoginSettingsRequest) GetOrganizationId() string
func (*UpdateOsLoginSettingsRequest) GetSshCertificateSettings ¶
func (x *UpdateOsLoginSettingsRequest) GetSshCertificateSettings() *UpdateOsLoginSettingsRequest_SshCertificateSettings
func (*UpdateOsLoginSettingsRequest) GetUpdateMask ¶
func (x *UpdateOsLoginSettingsRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateOsLoginSettingsRequest) GetUserSshKeySettings ¶
func (x *UpdateOsLoginSettingsRequest) GetUserSshKeySettings() *UpdateOsLoginSettingsRequest_UserSshKeySettings
func (*UpdateOsLoginSettingsRequest) ProtoMessage ¶
func (*UpdateOsLoginSettingsRequest) ProtoMessage()
func (*UpdateOsLoginSettingsRequest) ProtoReflect ¶
func (x *UpdateOsLoginSettingsRequest) ProtoReflect() protoreflect.Message
func (*UpdateOsLoginSettingsRequest) Reset ¶
func (x *UpdateOsLoginSettingsRequest) Reset()
func (*UpdateOsLoginSettingsRequest) SetOrganizationId ¶
func (m *UpdateOsLoginSettingsRequest) SetOrganizationId(v string)
func (*UpdateOsLoginSettingsRequest) SetSshCertificateSettings ¶
func (m *UpdateOsLoginSettingsRequest) SetSshCertificateSettings(v *UpdateOsLoginSettingsRequest_SshCertificateSettings)
func (*UpdateOsLoginSettingsRequest) SetUpdateMask ¶
func (m *UpdateOsLoginSettingsRequest) SetUpdateMask(v *fieldmaskpb.FieldMask)
func (*UpdateOsLoginSettingsRequest) SetUserSshKeySettings ¶
func (m *UpdateOsLoginSettingsRequest) SetUserSshKeySettings(v *UpdateOsLoginSettingsRequest_UserSshKeySettings)
func (*UpdateOsLoginSettingsRequest) String ¶
func (x *UpdateOsLoginSettingsRequest) String() string
type UpdateOsLoginSettingsRequest_SshCertificateSettings ¶
type UpdateOsLoginSettingsRequest_SshCertificateSettings struct { Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"` // contains filtered or unexported fields }
func (*UpdateOsLoginSettingsRequest_SshCertificateSettings) Descriptor
deprecated
func (*UpdateOsLoginSettingsRequest_SshCertificateSettings) Descriptor() ([]byte, []int)
Deprecated: Use UpdateOsLoginSettingsRequest_SshCertificateSettings.ProtoReflect.Descriptor instead.
func (*UpdateOsLoginSettingsRequest_SshCertificateSettings) GetEnabled ¶
func (x *UpdateOsLoginSettingsRequest_SshCertificateSettings) GetEnabled() bool
func (*UpdateOsLoginSettingsRequest_SshCertificateSettings) ProtoMessage ¶
func (*UpdateOsLoginSettingsRequest_SshCertificateSettings) ProtoMessage()
func (*UpdateOsLoginSettingsRequest_SshCertificateSettings) ProtoReflect ¶
func (x *UpdateOsLoginSettingsRequest_SshCertificateSettings) ProtoReflect() protoreflect.Message
func (*UpdateOsLoginSettingsRequest_SshCertificateSettings) Reset ¶
func (x *UpdateOsLoginSettingsRequest_SshCertificateSettings) Reset()
func (*UpdateOsLoginSettingsRequest_SshCertificateSettings) SetEnabled ¶
func (m *UpdateOsLoginSettingsRequest_SshCertificateSettings) SetEnabled(v bool)
func (*UpdateOsLoginSettingsRequest_SshCertificateSettings) String ¶
func (x *UpdateOsLoginSettingsRequest_SshCertificateSettings) String() string
type UpdateOsLoginSettingsRequest_UserSshKeySettings ¶
type UpdateOsLoginSettingsRequest_UserSshKeySettings struct { Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"` AllowManageOwnKeys bool `protobuf:"varint,2,opt,name=allow_manage_own_keys,json=allowManageOwnKeys,proto3" json:"allow_manage_own_keys,omitempty"` // contains filtered or unexported fields }
func (*UpdateOsLoginSettingsRequest_UserSshKeySettings) Descriptor
deprecated
func (*UpdateOsLoginSettingsRequest_UserSshKeySettings) Descriptor() ([]byte, []int)
Deprecated: Use UpdateOsLoginSettingsRequest_UserSshKeySettings.ProtoReflect.Descriptor instead.
func (*UpdateOsLoginSettingsRequest_UserSshKeySettings) GetAllowManageOwnKeys ¶
func (x *UpdateOsLoginSettingsRequest_UserSshKeySettings) GetAllowManageOwnKeys() bool
func (*UpdateOsLoginSettingsRequest_UserSshKeySettings) GetEnabled ¶
func (x *UpdateOsLoginSettingsRequest_UserSshKeySettings) GetEnabled() bool
func (*UpdateOsLoginSettingsRequest_UserSshKeySettings) ProtoMessage ¶
func (*UpdateOsLoginSettingsRequest_UserSshKeySettings) ProtoMessage()
func (*UpdateOsLoginSettingsRequest_UserSshKeySettings) ProtoReflect ¶
func (x *UpdateOsLoginSettingsRequest_UserSshKeySettings) ProtoReflect() protoreflect.Message
func (*UpdateOsLoginSettingsRequest_UserSshKeySettings) Reset ¶
func (x *UpdateOsLoginSettingsRequest_UserSshKeySettings) Reset()
func (*UpdateOsLoginSettingsRequest_UserSshKeySettings) SetAllowManageOwnKeys ¶
func (m *UpdateOsLoginSettingsRequest_UserSshKeySettings) SetAllowManageOwnKeys(v bool)
func (*UpdateOsLoginSettingsRequest_UserSshKeySettings) SetEnabled ¶
func (m *UpdateOsLoginSettingsRequest_UserSshKeySettings) SetEnabled(v bool)
func (*UpdateOsLoginSettingsRequest_UserSshKeySettings) String ¶
func (x *UpdateOsLoginSettingsRequest_UserSshKeySettings) String() string
type UpdateUserSshKeyMetadata ¶
type UpdateUserSshKeyMetadata struct { UserSshKeyId string `protobuf:"bytes,1,opt,name=user_ssh_key_id,json=userSshKeyId,proto3" json:"user_ssh_key_id,omitempty"` // contains filtered or unexported fields }
func (*UpdateUserSshKeyMetadata) Descriptor
deprecated
func (*UpdateUserSshKeyMetadata) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserSshKeyMetadata.ProtoReflect.Descriptor instead.
func (*UpdateUserSshKeyMetadata) GetUserSshKeyId ¶
func (x *UpdateUserSshKeyMetadata) GetUserSshKeyId() string
func (*UpdateUserSshKeyMetadata) ProtoMessage ¶
func (*UpdateUserSshKeyMetadata) ProtoMessage()
func (*UpdateUserSshKeyMetadata) ProtoReflect ¶
func (x *UpdateUserSshKeyMetadata) ProtoReflect() protoreflect.Message
func (*UpdateUserSshKeyMetadata) Reset ¶
func (x *UpdateUserSshKeyMetadata) Reset()
func (*UpdateUserSshKeyMetadata) SetUserSshKeyId ¶
func (m *UpdateUserSshKeyMetadata) SetUserSshKeyId(v string)
func (*UpdateUserSshKeyMetadata) String ¶
func (x *UpdateUserSshKeyMetadata) String() string
type UpdateUserSshKeyRequest ¶
type UpdateUserSshKeyRequest struct { UserSshKeyId string `protobuf:"bytes,1,opt,name=user_ssh_key_id,json=userSshKeyId,proto3" json:"user_ssh_key_id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,3,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` ExpiresAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"` // contains filtered or unexported fields }
func (*UpdateUserSshKeyRequest) Descriptor
deprecated
func (*UpdateUserSshKeyRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserSshKeyRequest.ProtoReflect.Descriptor instead.
func (*UpdateUserSshKeyRequest) GetExpiresAt ¶
func (x *UpdateUserSshKeyRequest) GetExpiresAt() *timestamppb.Timestamp
func (*UpdateUserSshKeyRequest) GetName ¶
func (x *UpdateUserSshKeyRequest) GetName() string
func (*UpdateUserSshKeyRequest) GetUpdateMask ¶
func (x *UpdateUserSshKeyRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateUserSshKeyRequest) GetUserSshKeyId ¶
func (x *UpdateUserSshKeyRequest) GetUserSshKeyId() string
func (*UpdateUserSshKeyRequest) ProtoMessage ¶
func (*UpdateUserSshKeyRequest) ProtoMessage()
func (*UpdateUserSshKeyRequest) ProtoReflect ¶
func (x *UpdateUserSshKeyRequest) ProtoReflect() protoreflect.Message
func (*UpdateUserSshKeyRequest) Reset ¶
func (x *UpdateUserSshKeyRequest) Reset()
func (*UpdateUserSshKeyRequest) SetExpiresAt ¶
func (m *UpdateUserSshKeyRequest) SetExpiresAt(v *timestamppb.Timestamp)
func (*UpdateUserSshKeyRequest) SetName ¶
func (m *UpdateUserSshKeyRequest) SetName(v string)
func (*UpdateUserSshKeyRequest) SetUpdateMask ¶
func (m *UpdateUserSshKeyRequest) SetUpdateMask(v *fieldmaskpb.FieldMask)
func (*UpdateUserSshKeyRequest) SetUserSshKeyId ¶
func (m *UpdateUserSshKeyRequest) SetUserSshKeyId(v string)
func (*UpdateUserSshKeyRequest) String ¶
func (x *UpdateUserSshKeyRequest) String() string
type UserAccount ¶
type UserAccount struct { // ID of the user account. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // Types that are assignable to UserAccount: // // *UserAccount_YandexPassportUserAccount // *UserAccount_SamlUserAccount UserAccount isUserAccount_UserAccount `protobuf_oneof:"user_account"` // contains filtered or unexported fields }
Currently represents only [Yandex account](/docs/iam/concepts/users/accounts#passport).
func (*UserAccount) Descriptor
deprecated
func (*UserAccount) Descriptor() ([]byte, []int)
Deprecated: Use UserAccount.ProtoReflect.Descriptor instead.
func (*UserAccount) GetId ¶
func (x *UserAccount) GetId() string
func (*UserAccount) GetSamlUserAccount ¶
func (x *UserAccount) GetSamlUserAccount() *SamlUserAccount
func (*UserAccount) GetUserAccount ¶
func (m *UserAccount) GetUserAccount() isUserAccount_UserAccount
func (*UserAccount) GetYandexPassportUserAccount ¶
func (x *UserAccount) GetYandexPassportUserAccount() *YandexPassportUserAccount
func (*UserAccount) ProtoMessage ¶
func (*UserAccount) ProtoMessage()
func (*UserAccount) ProtoReflect ¶
func (x *UserAccount) ProtoReflect() protoreflect.Message
func (*UserAccount) Reset ¶
func (x *UserAccount) Reset()
func (*UserAccount) SetId ¶
func (m *UserAccount) SetId(v string)
func (*UserAccount) SetSamlUserAccount ¶
func (m *UserAccount) SetSamlUserAccount(v *SamlUserAccount)
func (*UserAccount) SetUserAccount ¶
func (m *UserAccount) SetUserAccount(v UserAccount_UserAccount)
func (*UserAccount) SetYandexPassportUserAccount ¶
func (m *UserAccount) SetYandexPassportUserAccount(v *YandexPassportUserAccount)
func (*UserAccount) String ¶
func (x *UserAccount) String() string
type UserAccount_SamlUserAccount ¶
type UserAccount_SamlUserAccount struct { // A SAML federated user. SamlUserAccount *SamlUserAccount `protobuf:"bytes,3,opt,name=saml_user_account,json=samlUserAccount,proto3,oneof"` }
type UserAccount_UserAccount ¶
type UserAccount_UserAccount = isUserAccount_UserAccount
type UserAccount_YandexPassportUserAccount ¶
type UserAccount_YandexPassportUserAccount struct { // A YandexPassportUserAccount resource. YandexPassportUserAccount *YandexPassportUserAccount `protobuf:"bytes,2,opt,name=yandex_passport_user_account,json=yandexPassportUserAccount,proto3,oneof"` }
type UserServiceClient ¶
type UserServiceClient interface { // List organization active members. ListMembers(ctx context.Context, in *ListMembersRequest, opts ...grpc.CallOption) (*ListMembersResponse, error) // Delete user membership. DeleteMembership(ctx context.Context, in *DeleteMembershipRequest, opts ...grpc.CallOption) (*operation.Operation, error) }
UserServiceClient is the client API for UserService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
A set of methods for managing Organization users.
func NewUserServiceClient ¶
func NewUserServiceClient(cc grpc.ClientConnInterface) UserServiceClient
type UserServiceServer ¶
type UserServiceServer interface { // List organization active members. ListMembers(context.Context, *ListMembersRequest) (*ListMembersResponse, error) // Delete user membership. DeleteMembership(context.Context, *DeleteMembershipRequest) (*operation.Operation, error) }
UserServiceServer is the server API for UserService service. All implementations should embed UnimplementedUserServiceServer for forward compatibility.
A set of methods for managing Organization users.
type UserSshKey ¶
type UserSshKey struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` SubjectId string `protobuf:"bytes,2,opt,name=subject_id,json=subjectId,proto3" json:"subject_id,omitempty"` Data string `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` Fingerprint string `protobuf:"bytes,5,opt,name=fingerprint,proto3" json:"fingerprint,omitempty"` OrganizationId string `protobuf:"bytes,6,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` // Used for temporary keys, if empty the key doesn't expire ExpiresAt *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"` // contains filtered or unexported fields }
func (*UserSshKey) Descriptor
deprecated
func (*UserSshKey) Descriptor() ([]byte, []int)
Deprecated: Use UserSshKey.ProtoReflect.Descriptor instead.
func (*UserSshKey) GetCreatedAt ¶
func (x *UserSshKey) GetCreatedAt() *timestamppb.Timestamp
func (*UserSshKey) GetData ¶
func (x *UserSshKey) GetData() string
func (*UserSshKey) GetExpiresAt ¶
func (x *UserSshKey) GetExpiresAt() *timestamppb.Timestamp
func (*UserSshKey) GetFingerprint ¶
func (x *UserSshKey) GetFingerprint() string
func (*UserSshKey) GetId ¶
func (x *UserSshKey) GetId() string
func (*UserSshKey) GetName ¶
func (x *UserSshKey) GetName() string
func (*UserSshKey) GetOrganizationId ¶
func (x *UserSshKey) GetOrganizationId() string
func (*UserSshKey) GetSubjectId ¶
func (x *UserSshKey) GetSubjectId() string
func (*UserSshKey) ProtoMessage ¶
func (*UserSshKey) ProtoMessage()
func (*UserSshKey) ProtoReflect ¶
func (x *UserSshKey) ProtoReflect() protoreflect.Message
func (*UserSshKey) Reset ¶
func (x *UserSshKey) Reset()
func (*UserSshKey) SetCreatedAt ¶
func (m *UserSshKey) SetCreatedAt(v *timestamppb.Timestamp)
func (*UserSshKey) SetData ¶
func (m *UserSshKey) SetData(v string)
func (*UserSshKey) SetExpiresAt ¶
func (m *UserSshKey) SetExpiresAt(v *timestamppb.Timestamp)
func (*UserSshKey) SetFingerprint ¶
func (m *UserSshKey) SetFingerprint(v string)
func (*UserSshKey) SetId ¶
func (m *UserSshKey) SetId(v string)
func (*UserSshKey) SetName ¶
func (m *UserSshKey) SetName(v string)
func (*UserSshKey) SetOrganizationId ¶
func (m *UserSshKey) SetOrganizationId(v string)
func (*UserSshKey) SetSubjectId ¶
func (m *UserSshKey) SetSubjectId(v string)
func (*UserSshKey) String ¶
func (x *UserSshKey) String() string
type UserSshKeyServiceClient ¶
type UserSshKeyServiceClient interface { Get(ctx context.Context, in *GetUserSshKeyRequest, opts ...grpc.CallOption) (*UserSshKey, error) List(ctx context.Context, in *ListUserSshKeysRequest, opts ...grpc.CallOption) (*ListUserSshKeysResponse, error) Create(ctx context.Context, in *CreateUserSshKeyRequest, opts ...grpc.CallOption) (*operation.Operation, error) Update(ctx context.Context, in *UpdateUserSshKeyRequest, opts ...grpc.CallOption) (*operation.Operation, error) Delete(ctx context.Context, in *DeleteUserSshKeyRequest, opts ...grpc.CallOption) (*operation.Operation, error) }
UserSshKeyServiceClient is the client API for UserSshKeyService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewUserSshKeyServiceClient ¶
func NewUserSshKeyServiceClient(cc grpc.ClientConnInterface) UserSshKeyServiceClient
type UserSshKeyServiceServer ¶
type UserSshKeyServiceServer interface { Get(context.Context, *GetUserSshKeyRequest) (*UserSshKey, error) List(context.Context, *ListUserSshKeysRequest) (*ListUserSshKeysResponse, error) Create(context.Context, *CreateUserSshKeyRequest) (*operation.Operation, error) Update(context.Context, *UpdateUserSshKeyRequest) (*operation.Operation, error) Delete(context.Context, *DeleteUserSshKeyRequest) (*operation.Operation, error) }
UserSshKeyServiceServer is the server API for UserSshKeyService service. All implementations should embed UnimplementedUserSshKeyServiceServer for forward compatibility.
type UserSshKeySettings ¶
type UserSshKeySettings struct { Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"` AllowManageOwnKeys bool `protobuf:"varint,2,opt,name=allow_manage_own_keys,json=allowManageOwnKeys,proto3" json:"allow_manage_own_keys,omitempty"` // contains filtered or unexported fields }
func (*UserSshKeySettings) Descriptor
deprecated
func (*UserSshKeySettings) Descriptor() ([]byte, []int)
Deprecated: Use UserSshKeySettings.ProtoReflect.Descriptor instead.
func (*UserSshKeySettings) GetAllowManageOwnKeys ¶
func (x *UserSshKeySettings) GetAllowManageOwnKeys() bool
func (*UserSshKeySettings) GetEnabled ¶
func (x *UserSshKeySettings) GetEnabled() bool
func (*UserSshKeySettings) ProtoMessage ¶
func (*UserSshKeySettings) ProtoMessage()
func (*UserSshKeySettings) ProtoReflect ¶
func (x *UserSshKeySettings) ProtoReflect() protoreflect.Message
func (*UserSshKeySettings) Reset ¶
func (x *UserSshKeySettings) Reset()
func (*UserSshKeySettings) SetAllowManageOwnKeys ¶
func (m *UserSshKeySettings) SetAllowManageOwnKeys(v bool)
func (*UserSshKeySettings) SetEnabled ¶
func (m *UserSshKeySettings) SetEnabled(v bool)
func (*UserSshKeySettings) String ¶
func (x *UserSshKeySettings) String() string
type YandexPassportUserAccount ¶
type YandexPassportUserAccount struct { // Login of the Yandex user account. Login string `protobuf:"bytes,1,opt,name=login,proto3" json:"login,omitempty"` // Default email of the Yandex user account. DefaultEmail string `protobuf:"bytes,2,opt,name=default_email,json=defaultEmail,proto3" json:"default_email,omitempty"` // contains filtered or unexported fields }
A YandexPassportUserAccount resource. For more information, see [Yandex account](/docs/iam/concepts/users/accounts#passport).
func (*YandexPassportUserAccount) Descriptor
deprecated
func (*YandexPassportUserAccount) Descriptor() ([]byte, []int)
Deprecated: Use YandexPassportUserAccount.ProtoReflect.Descriptor instead.
func (*YandexPassportUserAccount) GetDefaultEmail ¶
func (x *YandexPassportUserAccount) GetDefaultEmail() string
func (*YandexPassportUserAccount) GetLogin ¶
func (x *YandexPassportUserAccount) GetLogin() string
func (*YandexPassportUserAccount) ProtoMessage ¶
func (*YandexPassportUserAccount) ProtoMessage()
func (*YandexPassportUserAccount) ProtoReflect ¶
func (x *YandexPassportUserAccount) ProtoReflect() protoreflect.Message
func (*YandexPassportUserAccount) Reset ¶
func (x *YandexPassportUserAccount) Reset()
func (*YandexPassportUserAccount) SetDefaultEmail ¶
func (m *YandexPassportUserAccount) SetDefaultEmail(v string)
func (*YandexPassportUserAccount) SetLogin ¶
func (m *YandexPassportUserAccount) SetLogin(v string)
func (*YandexPassportUserAccount) String ¶
func (x *YandexPassportUserAccount) String() string
Source Files ¶
- group.pb.go
- group.pbext.go
- group_mapping.pb.go
- group_mapping.pbext.go
- group_mapping_service.pb.go
- group_mapping_service.pbext.go
- group_mapping_service_grpc.pb.go
- group_service.pb.go
- group_service.pbext.go
- group_service_grpc.pb.go
- organization.pb.go
- organization.pbext.go
- organization_service.pb.go
- organization_service.pbext.go
- organization_service_grpc.pb.go
- os_login_service.pb.go
- os_login_service.pbext.go
- os_login_service_grpc.pb.go
- ssh_certificate_service.pb.go
- ssh_certificate_service.pbext.go
- ssh_certificate_service_grpc.pb.go
- user_account.pb.go
- user_account.pbext.go
- user_service.pb.go
- user_service.pbext.go
- user_service_grpc.pb.go
- user_ssh_key.pb.go
- user_ssh_key.pbext.go
- user_ssh_key_service.pb.go
- user_ssh_key_service.pbext.go
- user_ssh_key_service_grpc.pb.go