Documentation ¶
Overview ¶
nolint
nolint
nolint
nolint
nolint
nolint
Index ¶
- type GroupAccessBindingsIterator
- func (it *GroupAccessBindingsIterator) Error() error
- func (it *GroupAccessBindingsIterator) Next() bool
- func (it *GroupAccessBindingsIterator) Take(size int64) ([]*access.AccessBinding, error)
- func (it *GroupAccessBindingsIterator) TakeAll() ([]*access.AccessBinding, error)
- func (it *GroupAccessBindingsIterator) Value() *access.AccessBinding
- type GroupIterator
- type GroupMappingItemsIterator
- func (it *GroupMappingItemsIterator) Error() error
- func (it *GroupMappingItemsIterator) Next() bool
- func (it *GroupMappingItemsIterator) Take(size int64) ([]*organizationmanager.GroupMappingItem, error)
- func (it *GroupMappingItemsIterator) TakeAll() ([]*organizationmanager.GroupMappingItem, error)
- func (it *GroupMappingItemsIterator) Value() *organizationmanager.GroupMappingItem
- type GroupMappingServiceClient
- func (c *GroupMappingServiceClient) Create(ctx context.Context, in *organizationmanager.CreateGroupMappingRequest, ...) (*operation.Operation, error)
- func (c *GroupMappingServiceClient) Delete(ctx context.Context, in *organizationmanager.DeleteGroupMappingRequest, ...) (*operation.Operation, error)
- func (c *GroupMappingServiceClient) Get(ctx context.Context, in *organizationmanager.GetGroupMappingRequest, ...) (*organizationmanager.GetGroupMappingResponse, error)
- func (c *GroupMappingServiceClient) GroupMappingItemsIterator(ctx context.Context, req *organizationmanager.ListGroupMappingItemsRequest, ...) *GroupMappingItemsIterator
- func (c *GroupMappingServiceClient) ListItems(ctx context.Context, in *organizationmanager.ListGroupMappingItemsRequest, ...) (*organizationmanager.ListGroupMappingItemsResponse, error)
- func (c *GroupMappingServiceClient) Update(ctx context.Context, in *organizationmanager.UpdateGroupMappingRequest, ...) (*operation.Operation, error)
- func (c *GroupMappingServiceClient) UpdateItems(ctx context.Context, in *organizationmanager.UpdateGroupMappingItemsRequest, ...) (*operation.Operation, error)
- type GroupMembersIterator
- func (it *GroupMembersIterator) Error() error
- func (it *GroupMembersIterator) Next() bool
- func (it *GroupMembersIterator) Take(size int64) ([]*organizationmanager.GroupMember, error)
- func (it *GroupMembersIterator) TakeAll() ([]*organizationmanager.GroupMember, error)
- func (it *GroupMembersIterator) Value() *organizationmanager.GroupMember
- type GroupOperationsIterator
- func (it *GroupOperationsIterator) Error() error
- func (it *GroupOperationsIterator) Next() bool
- func (it *GroupOperationsIterator) Take(size int64) ([]*operation.Operation, error)
- func (it *GroupOperationsIterator) TakeAll() ([]*operation.Operation, error)
- func (it *GroupOperationsIterator) Value() *operation.Operation
- type GroupServiceClient
- func (c *GroupServiceClient) Create(ctx context.Context, in *organizationmanager.CreateGroupRequest, ...) (*operation.Operation, error)
- func (c *GroupServiceClient) Delete(ctx context.Context, in *organizationmanager.DeleteGroupRequest, ...) (*operation.Operation, error)
- func (c *GroupServiceClient) Get(ctx context.Context, in *organizationmanager.GetGroupRequest, ...) (*organizationmanager.Group, error)
- func (c *GroupServiceClient) GroupAccessBindingsIterator(ctx context.Context, req *access.ListAccessBindingsRequest, ...) *GroupAccessBindingsIterator
- func (c *GroupServiceClient) GroupIterator(ctx context.Context, req *organizationmanager.ListGroupsRequest, ...) *GroupIterator
- func (c *GroupServiceClient) GroupMembersIterator(ctx context.Context, req *organizationmanager.ListGroupMembersRequest, ...) *GroupMembersIterator
- func (c *GroupServiceClient) GroupOperationsIterator(ctx context.Context, req *organizationmanager.ListGroupOperationsRequest, ...) *GroupOperationsIterator
- func (c *GroupServiceClient) List(ctx context.Context, in *organizationmanager.ListGroupsRequest, ...) (*organizationmanager.ListGroupsResponse, error)
- func (c *GroupServiceClient) ListAccessBindings(ctx context.Context, in *access.ListAccessBindingsRequest, ...) (*access.ListAccessBindingsResponse, error)
- func (c *GroupServiceClient) ListMembers(ctx context.Context, in *organizationmanager.ListGroupMembersRequest, ...) (*organizationmanager.ListGroupMembersResponse, error)
- func (c *GroupServiceClient) ListOperations(ctx context.Context, in *organizationmanager.ListGroupOperationsRequest, ...) (*organizationmanager.ListGroupOperationsResponse, error)
- func (c *GroupServiceClient) SetAccessBindings(ctx context.Context, in *access.SetAccessBindingsRequest, ...) (*operation.Operation, error)
- func (c *GroupServiceClient) Update(ctx context.Context, in *organizationmanager.UpdateGroupRequest, ...) (*operation.Operation, error)
- func (c *GroupServiceClient) UpdateAccessBindings(ctx context.Context, in *access.UpdateAccessBindingsRequest, ...) (*operation.Operation, error)
- func (c *GroupServiceClient) UpdateMembers(ctx context.Context, in *organizationmanager.UpdateGroupMembersRequest, ...) (*operation.Operation, error)
- type OrganizationAccessBindingsIterator
- func (it *OrganizationAccessBindingsIterator) Error() error
- func (it *OrganizationAccessBindingsIterator) Next() bool
- func (it *OrganizationAccessBindingsIterator) Take(size int64) ([]*access.AccessBinding, error)
- func (it *OrganizationAccessBindingsIterator) TakeAll() ([]*access.AccessBinding, error)
- func (it *OrganizationAccessBindingsIterator) Value() *access.AccessBinding
- type OrganizationIterator
- func (it *OrganizationIterator) Error() error
- func (it *OrganizationIterator) Next() bool
- func (it *OrganizationIterator) Take(size int64) ([]*organizationmanager.Organization, error)
- func (it *OrganizationIterator) TakeAll() ([]*organizationmanager.Organization, error)
- func (it *OrganizationIterator) Value() *organizationmanager.Organization
- type OrganizationManager
- func (o *OrganizationManager) Group() *GroupServiceClient
- func (o *OrganizationManager) GroupMapping() *GroupMappingServiceClient
- func (o *OrganizationManager) Organization() *OrganizationServiceClient
- func (o *OrganizationManager) OsLogin() *OsLoginServiceClient
- func (o *OrganizationManager) User() *UserServiceClient
- func (o *OrganizationManager) UserSshKey() *UserSshKeyServiceClient
- type OrganizationOperationsIterator
- func (it *OrganizationOperationsIterator) Error() error
- func (it *OrganizationOperationsIterator) Next() bool
- func (it *OrganizationOperationsIterator) Take(size int64) ([]*operation.Operation, error)
- func (it *OrganizationOperationsIterator) TakeAll() ([]*operation.Operation, error)
- func (it *OrganizationOperationsIterator) Value() *operation.Operation
- type OrganizationServiceClient
- func (c *OrganizationServiceClient) Get(ctx context.Context, in *organizationmanager.GetOrganizationRequest, ...) (*organizationmanager.Organization, error)
- func (c *OrganizationServiceClient) List(ctx context.Context, in *organizationmanager.ListOrganizationsRequest, ...) (*organizationmanager.ListOrganizationsResponse, error)
- func (c *OrganizationServiceClient) ListAccessBindings(ctx context.Context, in *access.ListAccessBindingsRequest, ...) (*access.ListAccessBindingsResponse, error)
- func (c *OrganizationServiceClient) ListOperations(ctx context.Context, in *organizationmanager.ListOrganizationOperationsRequest, ...) (*organizationmanager.ListOrganizationOperationsResponse, error)
- func (c *OrganizationServiceClient) OrganizationAccessBindingsIterator(ctx context.Context, req *access.ListAccessBindingsRequest, ...) *OrganizationAccessBindingsIterator
- func (c *OrganizationServiceClient) OrganizationIterator(ctx context.Context, req *organizationmanager.ListOrganizationsRequest, ...) *OrganizationIterator
- func (c *OrganizationServiceClient) OrganizationOperationsIterator(ctx context.Context, ...) *OrganizationOperationsIterator
- func (c *OrganizationServiceClient) SetAccessBindings(ctx context.Context, in *access.SetAccessBindingsRequest, ...) (*operation.Operation, error)
- func (c *OrganizationServiceClient) Update(ctx context.Context, in *organizationmanager.UpdateOrganizationRequest, ...) (*operation.Operation, error)
- func (c *OrganizationServiceClient) UpdateAccessBindings(ctx context.Context, in *access.UpdateAccessBindingsRequest, ...) (*operation.Operation, error)
- type OsLoginProfilesIterator
- func (it *OsLoginProfilesIterator) Error() error
- func (it *OsLoginProfilesIterator) Next() bool
- func (it *OsLoginProfilesIterator) Take(size int64) ([]*organizationmanager.OsLoginProfile, error)
- func (it *OsLoginProfilesIterator) TakeAll() ([]*organizationmanager.OsLoginProfile, error)
- func (it *OsLoginProfilesIterator) Value() *organizationmanager.OsLoginProfile
- type OsLoginServiceClient
- func (c *OsLoginServiceClient) CreateProfile(ctx context.Context, in *organizationmanager.CreateOsLoginProfileRequest, ...) (*operation.Operation, error)
- func (c *OsLoginServiceClient) DeleteProfile(ctx context.Context, in *organizationmanager.DeleteOsLoginProfileRequest, ...) (*operation.Operation, error)
- func (c *OsLoginServiceClient) GetProfile(ctx context.Context, in *organizationmanager.GetOsLoginProfileRequest, ...) (*organizationmanager.OsLoginProfile, error)
- func (c *OsLoginServiceClient) GetSettings(ctx context.Context, in *organizationmanager.GetOsLoginSettingsRequest, ...) (*organizationmanager.OsLoginSettings, error)
- func (c *OsLoginServiceClient) ListProfiles(ctx context.Context, in *organizationmanager.ListOsLoginProfilesRequest, ...) (*organizationmanager.ListOsLoginProfilesResponse, error)
- func (c *OsLoginServiceClient) OsLoginProfilesIterator(ctx context.Context, req *organizationmanager.ListOsLoginProfilesRequest, ...) *OsLoginProfilesIterator
- func (c *OsLoginServiceClient) SetDefaultProfile(ctx context.Context, in *organizationmanager.SetDefaultOsLoginProfileRequest, ...) (*operation.Operation, error)
- func (c *OsLoginServiceClient) UpdateProfile(ctx context.Context, in *organizationmanager.UpdateOsLoginProfileRequest, ...) (*operation.Operation, error)
- func (c *OsLoginServiceClient) UpdateSettings(ctx context.Context, in *organizationmanager.UpdateOsLoginSettingsRequest, ...) (*operation.Operation, error)
- type UserMembersIterator
- func (it *UserMembersIterator) Error() error
- func (it *UserMembersIterator) Next() bool
- func (it *UserMembersIterator) Take(size int64) ([]*organizationmanager.ListMembersResponse_OrganizationUser, error)
- func (it *UserMembersIterator) TakeAll() ([]*organizationmanager.ListMembersResponse_OrganizationUser, error)
- func (it *UserMembersIterator) Value() *organizationmanager.ListMembersResponse_OrganizationUser
- type UserServiceClient
- func (c *UserServiceClient) DeleteMembership(ctx context.Context, in *organizationmanager.DeleteMembershipRequest, ...) (*operation.Operation, error)
- func (c *UserServiceClient) ListMembers(ctx context.Context, in *organizationmanager.ListMembersRequest, ...) (*organizationmanager.ListMembersResponse, error)
- func (c *UserServiceClient) UserMembersIterator(ctx context.Context, req *organizationmanager.ListMembersRequest, ...) *UserMembersIterator
- type UserSshKeyIterator
- func (it *UserSshKeyIterator) Error() error
- func (it *UserSshKeyIterator) Next() bool
- func (it *UserSshKeyIterator) Take(size int64) ([]*organizationmanager.UserSshKey, error)
- func (it *UserSshKeyIterator) TakeAll() ([]*organizationmanager.UserSshKey, error)
- func (it *UserSshKeyIterator) Value() *organizationmanager.UserSshKey
- type UserSshKeyServiceClient
- func (c *UserSshKeyServiceClient) Create(ctx context.Context, in *organizationmanager.CreateUserSshKeyRequest, ...) (*operation.Operation, error)
- func (c *UserSshKeyServiceClient) Delete(ctx context.Context, in *organizationmanager.DeleteUserSshKeyRequest, ...) (*operation.Operation, error)
- func (c *UserSshKeyServiceClient) Get(ctx context.Context, in *organizationmanager.GetUserSshKeyRequest, ...) (*organizationmanager.UserSshKey, error)
- func (c *UserSshKeyServiceClient) List(ctx context.Context, in *organizationmanager.ListUserSshKeysRequest, ...) (*organizationmanager.ListUserSshKeysResponse, error)
- func (c *UserSshKeyServiceClient) Update(ctx context.Context, in *organizationmanager.UpdateUserSshKeyRequest, ...) (*operation.Operation, error)
- func (c *UserSshKeyServiceClient) UserSshKeyIterator(ctx context.Context, req *organizationmanager.ListUserSshKeysRequest, ...) *UserSshKeyIterator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GroupAccessBindingsIterator ¶
type GroupAccessBindingsIterator struct {
// contains filtered or unexported fields
}
func (*GroupAccessBindingsIterator) Error ¶
func (it *GroupAccessBindingsIterator) Error() error
func (*GroupAccessBindingsIterator) Next ¶
func (it *GroupAccessBindingsIterator) Next() bool
func (*GroupAccessBindingsIterator) Take ¶
func (it *GroupAccessBindingsIterator) Take(size int64) ([]*access.AccessBinding, error)
func (*GroupAccessBindingsIterator) TakeAll ¶
func (it *GroupAccessBindingsIterator) TakeAll() ([]*access.AccessBinding, error)
func (*GroupAccessBindingsIterator) Value ¶
func (it *GroupAccessBindingsIterator) Value() *access.AccessBinding
type GroupIterator ¶
type GroupIterator struct {
// contains filtered or unexported fields
}
func (*GroupIterator) Error ¶
func (it *GroupIterator) Error() error
func (*GroupIterator) Next ¶
func (it *GroupIterator) Next() bool
func (*GroupIterator) Take ¶
func (it *GroupIterator) Take(size int64) ([]*organizationmanager.Group, error)
func (*GroupIterator) TakeAll ¶
func (it *GroupIterator) TakeAll() ([]*organizationmanager.Group, error)
func (*GroupIterator) Value ¶
func (it *GroupIterator) Value() *organizationmanager.Group
type GroupMappingItemsIterator ¶
type GroupMappingItemsIterator struct {
// contains filtered or unexported fields
}
func (*GroupMappingItemsIterator) Error ¶
func (it *GroupMappingItemsIterator) Error() error
func (*GroupMappingItemsIterator) Next ¶
func (it *GroupMappingItemsIterator) Next() bool
func (*GroupMappingItemsIterator) Take ¶
func (it *GroupMappingItemsIterator) Take(size int64) ([]*organizationmanager.GroupMappingItem, error)
func (*GroupMappingItemsIterator) TakeAll ¶
func (it *GroupMappingItemsIterator) TakeAll() ([]*organizationmanager.GroupMappingItem, error)
func (*GroupMappingItemsIterator) Value ¶
func (it *GroupMappingItemsIterator) Value() *organizationmanager.GroupMappingItem
type GroupMappingServiceClient ¶
type GroupMappingServiceClient struct {
// contains filtered or unexported fields
}
GroupMappingServiceClient is a organizationmanager.GroupMappingServiceClient with lazy GRPC connection initialization.
func (*GroupMappingServiceClient) Create ¶
func (c *GroupMappingServiceClient) Create(ctx context.Context, in *organizationmanager.CreateGroupMappingRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Create implements organizationmanager.GroupMappingServiceClient
func (*GroupMappingServiceClient) Delete ¶
func (c *GroupMappingServiceClient) Delete(ctx context.Context, in *organizationmanager.DeleteGroupMappingRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Delete implements organizationmanager.GroupMappingServiceClient
func (*GroupMappingServiceClient) Get ¶
func (c *GroupMappingServiceClient) Get(ctx context.Context, in *organizationmanager.GetGroupMappingRequest, opts ...grpc.CallOption) (*organizationmanager.GetGroupMappingResponse, error)
Get implements organizationmanager.GroupMappingServiceClient
func (*GroupMappingServiceClient) GroupMappingItemsIterator ¶
func (c *GroupMappingServiceClient) GroupMappingItemsIterator(ctx context.Context, req *organizationmanager.ListGroupMappingItemsRequest, opts ...grpc.CallOption) *GroupMappingItemsIterator
func (*GroupMappingServiceClient) ListItems ¶
func (c *GroupMappingServiceClient) ListItems(ctx context.Context, in *organizationmanager.ListGroupMappingItemsRequest, opts ...grpc.CallOption) (*organizationmanager.ListGroupMappingItemsResponse, error)
ListItems implements organizationmanager.GroupMappingServiceClient
func (*GroupMappingServiceClient) Update ¶
func (c *GroupMappingServiceClient) Update(ctx context.Context, in *organizationmanager.UpdateGroupMappingRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Update implements organizationmanager.GroupMappingServiceClient
func (*GroupMappingServiceClient) UpdateItems ¶
func (c *GroupMappingServiceClient) UpdateItems(ctx context.Context, in *organizationmanager.UpdateGroupMappingItemsRequest, opts ...grpc.CallOption) (*operation.Operation, error)
UpdateItems implements organizationmanager.GroupMappingServiceClient
type GroupMembersIterator ¶
type GroupMembersIterator struct {
// contains filtered or unexported fields
}
func (*GroupMembersIterator) Error ¶
func (it *GroupMembersIterator) Error() error
func (*GroupMembersIterator) Next ¶
func (it *GroupMembersIterator) Next() bool
func (*GroupMembersIterator) Take ¶
func (it *GroupMembersIterator) Take(size int64) ([]*organizationmanager.GroupMember, error)
func (*GroupMembersIterator) TakeAll ¶
func (it *GroupMembersIterator) TakeAll() ([]*organizationmanager.GroupMember, error)
func (*GroupMembersIterator) Value ¶
func (it *GroupMembersIterator) Value() *organizationmanager.GroupMember
type GroupOperationsIterator ¶
type GroupOperationsIterator struct {
// contains filtered or unexported fields
}
func (*GroupOperationsIterator) Error ¶
func (it *GroupOperationsIterator) Error() error
func (*GroupOperationsIterator) Next ¶
func (it *GroupOperationsIterator) Next() bool
func (*GroupOperationsIterator) Take ¶
func (it *GroupOperationsIterator) Take(size int64) ([]*operation.Operation, error)
func (*GroupOperationsIterator) TakeAll ¶
func (it *GroupOperationsIterator) TakeAll() ([]*operation.Operation, error)
func (*GroupOperationsIterator) Value ¶
func (it *GroupOperationsIterator) Value() *operation.Operation
type GroupServiceClient ¶
type GroupServiceClient struct {
// contains filtered or unexported fields
}
GroupServiceClient is a organizationmanager.GroupServiceClient with lazy GRPC connection initialization.
func (*GroupServiceClient) Create ¶
func (c *GroupServiceClient) Create(ctx context.Context, in *organizationmanager.CreateGroupRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Create implements organizationmanager.GroupServiceClient
func (*GroupServiceClient) Delete ¶
func (c *GroupServiceClient) Delete(ctx context.Context, in *organizationmanager.DeleteGroupRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Delete implements organizationmanager.GroupServiceClient
func (*GroupServiceClient) Get ¶
func (c *GroupServiceClient) Get(ctx context.Context, in *organizationmanager.GetGroupRequest, opts ...grpc.CallOption) (*organizationmanager.Group, error)
Get implements organizationmanager.GroupServiceClient
func (*GroupServiceClient) GroupAccessBindingsIterator ¶
func (c *GroupServiceClient) GroupAccessBindingsIterator(ctx context.Context, req *access.ListAccessBindingsRequest, opts ...grpc.CallOption) *GroupAccessBindingsIterator
func (*GroupServiceClient) GroupIterator ¶
func (c *GroupServiceClient) GroupIterator(ctx context.Context, req *organizationmanager.ListGroupsRequest, opts ...grpc.CallOption) *GroupIterator
func (*GroupServiceClient) GroupMembersIterator ¶
func (c *GroupServiceClient) GroupMembersIterator(ctx context.Context, req *organizationmanager.ListGroupMembersRequest, opts ...grpc.CallOption) *GroupMembersIterator
func (*GroupServiceClient) GroupOperationsIterator ¶
func (c *GroupServiceClient) GroupOperationsIterator(ctx context.Context, req *organizationmanager.ListGroupOperationsRequest, opts ...grpc.CallOption) *GroupOperationsIterator
func (*GroupServiceClient) List ¶
func (c *GroupServiceClient) List(ctx context.Context, in *organizationmanager.ListGroupsRequest, opts ...grpc.CallOption) (*organizationmanager.ListGroupsResponse, error)
List implements organizationmanager.GroupServiceClient
func (*GroupServiceClient) ListAccessBindings ¶
func (c *GroupServiceClient) ListAccessBindings(ctx context.Context, in *access.ListAccessBindingsRequest, opts ...grpc.CallOption) (*access.ListAccessBindingsResponse, error)
ListAccessBindings implements organizationmanager.GroupServiceClient
func (*GroupServiceClient) ListMembers ¶
func (c *GroupServiceClient) ListMembers(ctx context.Context, in *organizationmanager.ListGroupMembersRequest, opts ...grpc.CallOption) (*organizationmanager.ListGroupMembersResponse, error)
ListMembers implements organizationmanager.GroupServiceClient
func (*GroupServiceClient) ListOperations ¶
func (c *GroupServiceClient) ListOperations(ctx context.Context, in *organizationmanager.ListGroupOperationsRequest, opts ...grpc.CallOption) (*organizationmanager.ListGroupOperationsResponse, error)
ListOperations implements organizationmanager.GroupServiceClient
func (*GroupServiceClient) SetAccessBindings ¶
func (c *GroupServiceClient) SetAccessBindings(ctx context.Context, in *access.SetAccessBindingsRequest, opts ...grpc.CallOption) (*operation.Operation, error)
SetAccessBindings implements organizationmanager.GroupServiceClient
func (*GroupServiceClient) Update ¶
func (c *GroupServiceClient) Update(ctx context.Context, in *organizationmanager.UpdateGroupRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Update implements organizationmanager.GroupServiceClient
func (*GroupServiceClient) UpdateAccessBindings ¶
func (c *GroupServiceClient) UpdateAccessBindings(ctx context.Context, in *access.UpdateAccessBindingsRequest, opts ...grpc.CallOption) (*operation.Operation, error)
UpdateAccessBindings implements organizationmanager.GroupServiceClient
func (*GroupServiceClient) UpdateMembers ¶
func (c *GroupServiceClient) UpdateMembers(ctx context.Context, in *organizationmanager.UpdateGroupMembersRequest, opts ...grpc.CallOption) (*operation.Operation, error)
UpdateMembers implements organizationmanager.GroupServiceClient
type OrganizationAccessBindingsIterator ¶
type OrganizationAccessBindingsIterator struct {
// contains filtered or unexported fields
}
func (*OrganizationAccessBindingsIterator) Error ¶
func (it *OrganizationAccessBindingsIterator) Error() error
func (*OrganizationAccessBindingsIterator) Next ¶
func (it *OrganizationAccessBindingsIterator) Next() bool
func (*OrganizationAccessBindingsIterator) Take ¶
func (it *OrganizationAccessBindingsIterator) Take(size int64) ([]*access.AccessBinding, error)
func (*OrganizationAccessBindingsIterator) TakeAll ¶
func (it *OrganizationAccessBindingsIterator) TakeAll() ([]*access.AccessBinding, error)
func (*OrganizationAccessBindingsIterator) Value ¶
func (it *OrganizationAccessBindingsIterator) Value() *access.AccessBinding
type OrganizationIterator ¶
type OrganizationIterator struct {
// contains filtered or unexported fields
}
func (*OrganizationIterator) Error ¶
func (it *OrganizationIterator) Error() error
func (*OrganizationIterator) Next ¶
func (it *OrganizationIterator) Next() bool
func (*OrganizationIterator) Take ¶
func (it *OrganizationIterator) Take(size int64) ([]*organizationmanager.Organization, error)
func (*OrganizationIterator) TakeAll ¶
func (it *OrganizationIterator) TakeAll() ([]*organizationmanager.Organization, error)
func (*OrganizationIterator) Value ¶
func (it *OrganizationIterator) Value() *organizationmanager.Organization
type OrganizationManager ¶
type OrganizationManager struct {
// contains filtered or unexported fields
}
OrganizationManager provides access to "organizationmanager" component of Yandex.Cloud
func NewOrganizationManager ¶
func NewOrganizationManager(g func(ctx context.Context) (*grpc.ClientConn, error)) *OrganizationManager
NewOrganizationManager creates instance of OrganizationManager
func (*OrganizationManager) Group ¶
func (o *OrganizationManager) Group() *GroupServiceClient
Group gets GroupService client
func (*OrganizationManager) GroupMapping ¶
func (o *OrganizationManager) GroupMapping() *GroupMappingServiceClient
GroupMapping gets GroupMappingService client
func (*OrganizationManager) Organization ¶
func (o *OrganizationManager) Organization() *OrganizationServiceClient
Organization gets OrganizationService client
func (*OrganizationManager) OsLogin ¶
func (o *OrganizationManager) OsLogin() *OsLoginServiceClient
OsLogin gets OsLoginService client
func (*OrganizationManager) User ¶
func (o *OrganizationManager) User() *UserServiceClient
User gets UserService client
func (*OrganizationManager) UserSshKey ¶
func (o *OrganizationManager) UserSshKey() *UserSshKeyServiceClient
UserSshKey gets UserSshKeyService client
type OrganizationOperationsIterator ¶
type OrganizationOperationsIterator struct {
// contains filtered or unexported fields
}
func (*OrganizationOperationsIterator) Error ¶
func (it *OrganizationOperationsIterator) Error() error
func (*OrganizationOperationsIterator) Next ¶
func (it *OrganizationOperationsIterator) Next() bool
func (*OrganizationOperationsIterator) Take ¶
func (it *OrganizationOperationsIterator) Take(size int64) ([]*operation.Operation, error)
func (*OrganizationOperationsIterator) TakeAll ¶
func (it *OrganizationOperationsIterator) TakeAll() ([]*operation.Operation, error)
func (*OrganizationOperationsIterator) Value ¶
func (it *OrganizationOperationsIterator) Value() *operation.Operation
type OrganizationServiceClient ¶
type OrganizationServiceClient struct {
// contains filtered or unexported fields
}
OrganizationServiceClient is a organizationmanager.OrganizationServiceClient with lazy GRPC connection initialization.
func (*OrganizationServiceClient) Get ¶
func (c *OrganizationServiceClient) Get(ctx context.Context, in *organizationmanager.GetOrganizationRequest, opts ...grpc.CallOption) (*organizationmanager.Organization, error)
Get implements organizationmanager.OrganizationServiceClient
func (*OrganizationServiceClient) List ¶
func (c *OrganizationServiceClient) List(ctx context.Context, in *organizationmanager.ListOrganizationsRequest, opts ...grpc.CallOption) (*organizationmanager.ListOrganizationsResponse, error)
List implements organizationmanager.OrganizationServiceClient
func (*OrganizationServiceClient) ListAccessBindings ¶
func (c *OrganizationServiceClient) ListAccessBindings(ctx context.Context, in *access.ListAccessBindingsRequest, opts ...grpc.CallOption) (*access.ListAccessBindingsResponse, error)
ListAccessBindings implements organizationmanager.OrganizationServiceClient
func (*OrganizationServiceClient) ListOperations ¶
func (c *OrganizationServiceClient) ListOperations(ctx context.Context, in *organizationmanager.ListOrganizationOperationsRequest, opts ...grpc.CallOption) (*organizationmanager.ListOrganizationOperationsResponse, error)
ListOperations implements organizationmanager.OrganizationServiceClient
func (*OrganizationServiceClient) OrganizationAccessBindingsIterator ¶
func (c *OrganizationServiceClient) OrganizationAccessBindingsIterator(ctx context.Context, req *access.ListAccessBindingsRequest, opts ...grpc.CallOption) *OrganizationAccessBindingsIterator
func (*OrganizationServiceClient) OrganizationIterator ¶
func (c *OrganizationServiceClient) OrganizationIterator(ctx context.Context, req *organizationmanager.ListOrganizationsRequest, opts ...grpc.CallOption) *OrganizationIterator
func (*OrganizationServiceClient) OrganizationOperationsIterator ¶
func (c *OrganizationServiceClient) OrganizationOperationsIterator(ctx context.Context, req *organizationmanager.ListOrganizationOperationsRequest, opts ...grpc.CallOption) *OrganizationOperationsIterator
func (*OrganizationServiceClient) SetAccessBindings ¶
func (c *OrganizationServiceClient) SetAccessBindings(ctx context.Context, in *access.SetAccessBindingsRequest, opts ...grpc.CallOption) (*operation.Operation, error)
SetAccessBindings implements organizationmanager.OrganizationServiceClient
func (*OrganizationServiceClient) Update ¶
func (c *OrganizationServiceClient) Update(ctx context.Context, in *organizationmanager.UpdateOrganizationRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Update implements organizationmanager.OrganizationServiceClient
func (*OrganizationServiceClient) UpdateAccessBindings ¶
func (c *OrganizationServiceClient) UpdateAccessBindings(ctx context.Context, in *access.UpdateAccessBindingsRequest, opts ...grpc.CallOption) (*operation.Operation, error)
UpdateAccessBindings implements organizationmanager.OrganizationServiceClient
type OsLoginProfilesIterator ¶
type OsLoginProfilesIterator struct {
// contains filtered or unexported fields
}
func (*OsLoginProfilesIterator) Error ¶
func (it *OsLoginProfilesIterator) Error() error
func (*OsLoginProfilesIterator) Next ¶
func (it *OsLoginProfilesIterator) Next() bool
func (*OsLoginProfilesIterator) Take ¶
func (it *OsLoginProfilesIterator) Take(size int64) ([]*organizationmanager.OsLoginProfile, error)
func (*OsLoginProfilesIterator) TakeAll ¶
func (it *OsLoginProfilesIterator) TakeAll() ([]*organizationmanager.OsLoginProfile, error)
func (*OsLoginProfilesIterator) Value ¶
func (it *OsLoginProfilesIterator) Value() *organizationmanager.OsLoginProfile
type OsLoginServiceClient ¶
type OsLoginServiceClient struct {
// contains filtered or unexported fields
}
OsLoginServiceClient is a organizationmanager.OsLoginServiceClient with lazy GRPC connection initialization.
func (*OsLoginServiceClient) CreateProfile ¶
func (c *OsLoginServiceClient) CreateProfile(ctx context.Context, in *organizationmanager.CreateOsLoginProfileRequest, opts ...grpc.CallOption) (*operation.Operation, error)
CreateProfile implements organizationmanager.OsLoginServiceClient
func (*OsLoginServiceClient) DeleteProfile ¶
func (c *OsLoginServiceClient) DeleteProfile(ctx context.Context, in *organizationmanager.DeleteOsLoginProfileRequest, opts ...grpc.CallOption) (*operation.Operation, error)
DeleteProfile implements organizationmanager.OsLoginServiceClient
func (*OsLoginServiceClient) GetProfile ¶
func (c *OsLoginServiceClient) GetProfile(ctx context.Context, in *organizationmanager.GetOsLoginProfileRequest, opts ...grpc.CallOption) (*organizationmanager.OsLoginProfile, error)
GetProfile implements organizationmanager.OsLoginServiceClient
func (*OsLoginServiceClient) GetSettings ¶
func (c *OsLoginServiceClient) GetSettings(ctx context.Context, in *organizationmanager.GetOsLoginSettingsRequest, opts ...grpc.CallOption) (*organizationmanager.OsLoginSettings, error)
GetSettings implements organizationmanager.OsLoginServiceClient
func (*OsLoginServiceClient) ListProfiles ¶
func (c *OsLoginServiceClient) ListProfiles(ctx context.Context, in *organizationmanager.ListOsLoginProfilesRequest, opts ...grpc.CallOption) (*organizationmanager.ListOsLoginProfilesResponse, error)
ListProfiles implements organizationmanager.OsLoginServiceClient
func (*OsLoginServiceClient) OsLoginProfilesIterator ¶
func (c *OsLoginServiceClient) OsLoginProfilesIterator(ctx context.Context, req *organizationmanager.ListOsLoginProfilesRequest, opts ...grpc.CallOption) *OsLoginProfilesIterator
func (*OsLoginServiceClient) SetDefaultProfile ¶
func (c *OsLoginServiceClient) SetDefaultProfile(ctx context.Context, in *organizationmanager.SetDefaultOsLoginProfileRequest, opts ...grpc.CallOption) (*operation.Operation, error)
SetDefaultProfile implements organizationmanager.OsLoginServiceClient
func (*OsLoginServiceClient) UpdateProfile ¶
func (c *OsLoginServiceClient) UpdateProfile(ctx context.Context, in *organizationmanager.UpdateOsLoginProfileRequest, opts ...grpc.CallOption) (*operation.Operation, error)
UpdateProfile implements organizationmanager.OsLoginServiceClient
func (*OsLoginServiceClient) UpdateSettings ¶
func (c *OsLoginServiceClient) UpdateSettings(ctx context.Context, in *organizationmanager.UpdateOsLoginSettingsRequest, opts ...grpc.CallOption) (*operation.Operation, error)
UpdateSettings implements organizationmanager.OsLoginServiceClient
type UserMembersIterator ¶
type UserMembersIterator struct {
// contains filtered or unexported fields
}
func (*UserMembersIterator) Error ¶
func (it *UserMembersIterator) Error() error
func (*UserMembersIterator) Next ¶
func (it *UserMembersIterator) Next() bool
func (*UserMembersIterator) Take ¶
func (it *UserMembersIterator) Take(size int64) ([]*organizationmanager.ListMembersResponse_OrganizationUser, error)
func (*UserMembersIterator) TakeAll ¶
func (it *UserMembersIterator) TakeAll() ([]*organizationmanager.ListMembersResponse_OrganizationUser, error)
func (*UserMembersIterator) Value ¶
func (it *UserMembersIterator) Value() *organizationmanager.ListMembersResponse_OrganizationUser
type UserServiceClient ¶
type UserServiceClient struct {
// contains filtered or unexported fields
}
UserServiceClient is a organizationmanager.UserServiceClient with lazy GRPC connection initialization.
func (*UserServiceClient) DeleteMembership ¶
func (c *UserServiceClient) DeleteMembership(ctx context.Context, in *organizationmanager.DeleteMembershipRequest, opts ...grpc.CallOption) (*operation.Operation, error)
DeleteMembership implements organizationmanager.UserServiceClient
func (*UserServiceClient) ListMembers ¶
func (c *UserServiceClient) ListMembers(ctx context.Context, in *organizationmanager.ListMembersRequest, opts ...grpc.CallOption) (*organizationmanager.ListMembersResponse, error)
ListMembers implements organizationmanager.UserServiceClient
func (*UserServiceClient) UserMembersIterator ¶
func (c *UserServiceClient) UserMembersIterator(ctx context.Context, req *organizationmanager.ListMembersRequest, opts ...grpc.CallOption) *UserMembersIterator
type UserSshKeyIterator ¶
type UserSshKeyIterator struct {
// contains filtered or unexported fields
}
func (*UserSshKeyIterator) Error ¶
func (it *UserSshKeyIterator) Error() error
func (*UserSshKeyIterator) Next ¶
func (it *UserSshKeyIterator) Next() bool
func (*UserSshKeyIterator) Take ¶
func (it *UserSshKeyIterator) Take(size int64) ([]*organizationmanager.UserSshKey, error)
func (*UserSshKeyIterator) TakeAll ¶
func (it *UserSshKeyIterator) TakeAll() ([]*organizationmanager.UserSshKey, error)
func (*UserSshKeyIterator) Value ¶
func (it *UserSshKeyIterator) Value() *organizationmanager.UserSshKey
type UserSshKeyServiceClient ¶
type UserSshKeyServiceClient struct {
// contains filtered or unexported fields
}
UserSshKeyServiceClient is a organizationmanager.UserSshKeyServiceClient with lazy GRPC connection initialization.
func (*UserSshKeyServiceClient) Create ¶
func (c *UserSshKeyServiceClient) Create(ctx context.Context, in *organizationmanager.CreateUserSshKeyRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Create implements organizationmanager.UserSshKeyServiceClient
func (*UserSshKeyServiceClient) Delete ¶
func (c *UserSshKeyServiceClient) Delete(ctx context.Context, in *organizationmanager.DeleteUserSshKeyRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Delete implements organizationmanager.UserSshKeyServiceClient
func (*UserSshKeyServiceClient) Get ¶
func (c *UserSshKeyServiceClient) Get(ctx context.Context, in *organizationmanager.GetUserSshKeyRequest, opts ...grpc.CallOption) (*organizationmanager.UserSshKey, error)
Get implements organizationmanager.UserSshKeyServiceClient
func (*UserSshKeyServiceClient) List ¶
func (c *UserSshKeyServiceClient) List(ctx context.Context, in *organizationmanager.ListUserSshKeysRequest, opts ...grpc.CallOption) (*organizationmanager.ListUserSshKeysResponse, error)
List implements organizationmanager.UserSshKeyServiceClient
func (*UserSshKeyServiceClient) Update ¶
func (c *UserSshKeyServiceClient) Update(ctx context.Context, in *organizationmanager.UpdateUserSshKeyRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Update implements organizationmanager.UserSshKeyServiceClient
func (*UserSshKeyServiceClient) UserSshKeyIterator ¶
func (c *UserSshKeyServiceClient) UserSshKeyIterator(ctx context.Context, req *organizationmanager.ListUserSshKeysRequest, opts ...grpc.CallOption) *UserSshKeyIterator