Documentation
¶
Overview ¶
nolint
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 GroupEffectiveIterator
- func (it *GroupEffectiveIterator) Error() error
- func (it *GroupEffectiveIterator) Next() bool
- func (it *GroupEffectiveIterator) Take(size int64) ([]*organizationmanager.GroupMembershipInfo, error)
- func (it *GroupEffectiveIterator) TakeAll() ([]*organizationmanager.GroupMembershipInfo, error)
- func (it *GroupEffectiveIterator) Value() *organizationmanager.GroupMembershipInfo
- type GroupExternalIterator
- func (it *GroupExternalIterator) Error() error
- func (it *GroupExternalIterator) Next() bool
- func (it *GroupExternalIterator) Take(size int64) ([]*organizationmanager.Group, error)
- func (it *GroupExternalIterator) TakeAll() ([]*organizationmanager.Group, error)
- func (it *GroupExternalIterator) Value() *organizationmanager.Group
- 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) ConvertAllToBasic(ctx context.Context, in *organizationmanager.ConvertAllToBasicGroupsRequest, ...) (*operation.Operation, error)
- func (c *GroupServiceClient) ConvertToExternal(ctx context.Context, in *organizationmanager.ConvertToExternalGroupRequest, ...) (*operation.Operation, error)
- func (c *GroupServiceClient) Create(ctx context.Context, in *organizationmanager.CreateGroupRequest, ...) (*operation.Operation, error)
- func (c *GroupServiceClient) CreateExternal(ctx context.Context, in *organizationmanager.CreateExternalGroupRequest, ...) (*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) GroupEffectiveIterator(ctx context.Context, req *organizationmanager.ListEffectiveRequest, ...) *GroupEffectiveIterator
- func (c *GroupServiceClient) GroupExternalIterator(ctx context.Context, req *organizationmanager.ListExternalGroupsRequest, ...) *GroupExternalIterator
- 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) ListEffective(ctx context.Context, in *organizationmanager.ListEffectiveRequest, ...) (*organizationmanager.ListEffectiveResponse, error)
- func (c *GroupServiceClient) ListExternal(ctx context.Context, in *organizationmanager.ListExternalGroupsRequest, ...) (*organizationmanager.ListExternalGroupsResponse, 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) ResolveExternal(ctx context.Context, in *organizationmanager.ResolveExternalGroupRequest, ...) (*organizationmanager.Group, 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 MfaEnforcementAudienceIterator
- func (it *MfaEnforcementAudienceIterator) Error() error
- func (it *MfaEnforcementAudienceIterator) Next() bool
- func (it *MfaEnforcementAudienceIterator) Take(size int64) ([]*organizationmanager.ListAudienceResponse_Subject, error)
- func (it *MfaEnforcementAudienceIterator) TakeAll() ([]*organizationmanager.ListAudienceResponse_Subject, error)
- func (it *MfaEnforcementAudienceIterator) Value() *organizationmanager.ListAudienceResponse_Subject
- type MfaEnforcementExcludedAudienceIterator
- func (it *MfaEnforcementExcludedAudienceIterator) Error() error
- func (it *MfaEnforcementExcludedAudienceIterator) Next() bool
- func (it *MfaEnforcementExcludedAudienceIterator) Take(size int64) ([]*organizationmanager.ListExcludedAudienceResponse_Subject, error)
- func (it *MfaEnforcementExcludedAudienceIterator) TakeAll() ([]*organizationmanager.ListExcludedAudienceResponse_Subject, error)
- func (it *MfaEnforcementExcludedAudienceIterator) Value() *organizationmanager.ListExcludedAudienceResponse_Subject
- type MfaEnforcementIterator
- func (it *MfaEnforcementIterator) Error() error
- func (it *MfaEnforcementIterator) Next() bool
- func (it *MfaEnforcementIterator) Take(size int64) ([]*organizationmanager.MfaEnforcement, error)
- func (it *MfaEnforcementIterator) TakeAll() ([]*organizationmanager.MfaEnforcement, error)
- func (it *MfaEnforcementIterator) Value() *organizationmanager.MfaEnforcement
- type MfaEnforcementServiceClient
- func (c *MfaEnforcementServiceClient) Activate(ctx context.Context, in *organizationmanager.ActivateMfaEnforcementRequest, ...) (*operation.Operation, error)
- func (c *MfaEnforcementServiceClient) Create(ctx context.Context, in *organizationmanager.CreateMfaEnforcementRequest, ...) (*operation.Operation, error)
- func (c *MfaEnforcementServiceClient) Deactivate(ctx context.Context, in *organizationmanager.DeactivateMfaEnforcementRequest, ...) (*operation.Operation, error)
- func (c *MfaEnforcementServiceClient) Delete(ctx context.Context, in *organizationmanager.DeleteMfaEnforcementRequest, ...) (*operation.Operation, error)
- func (c *MfaEnforcementServiceClient) Get(ctx context.Context, in *organizationmanager.GetMfaEnforcementRequest, ...) (*organizationmanager.MfaEnforcement, error)
- func (c *MfaEnforcementServiceClient) List(ctx context.Context, in *organizationmanager.ListMfaEnforcementsRequest, ...) (*organizationmanager.ListMfaEnforcementsResponse, error)
- func (c *MfaEnforcementServiceClient) ListAudience(ctx context.Context, in *organizationmanager.ListAudienceRequest, ...) (*organizationmanager.ListAudienceResponse, error)
- func (c *MfaEnforcementServiceClient) ListExcludedAudience(ctx context.Context, in *organizationmanager.ListExcludedAudienceRequest, ...) (*organizationmanager.ListExcludedAudienceResponse, error)
- func (c *MfaEnforcementServiceClient) MfaEnforcementAudienceIterator(ctx context.Context, req *organizationmanager.ListAudienceRequest, ...) *MfaEnforcementAudienceIterator
- func (c *MfaEnforcementServiceClient) MfaEnforcementExcludedAudienceIterator(ctx context.Context, req *organizationmanager.ListExcludedAudienceRequest, ...) *MfaEnforcementExcludedAudienceIterator
- func (c *MfaEnforcementServiceClient) MfaEnforcementIterator(ctx context.Context, req *organizationmanager.ListMfaEnforcementsRequest, ...) *MfaEnforcementIterator
- func (c *MfaEnforcementServiceClient) Update(ctx context.Context, in *organizationmanager.UpdateMfaEnforcementRequest, ...) (*operation.Operation, error)
- func (c *MfaEnforcementServiceClient) UpdateAudience(ctx context.Context, in *organizationmanager.UpdateAudienceRequest, ...) (*operation.Operation, error)
- func (c *MfaEnforcementServiceClient) UpdateExcludedAudience(ctx context.Context, in *organizationmanager.UpdateExcludedAudienceRequest, ...) (*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 OrganizationAccessPolicyBindingsIterator
- func (it *OrganizationAccessPolicyBindingsIterator) Error() error
- func (it *OrganizationAccessPolicyBindingsIterator) Next() bool
- func (it *OrganizationAccessPolicyBindingsIterator) Take(size int64) ([]*access.AccessPolicyBinding, error)
- func (it *OrganizationAccessPolicyBindingsIterator) TakeAll() ([]*access.AccessPolicyBinding, error)
- func (it *OrganizationAccessPolicyBindingsIterator) Value() *access.AccessPolicyBinding
- 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) MfaEnforcement() *MfaEnforcementServiceClient
- 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) BindAccessPolicy(ctx context.Context, in *access.BindAccessPolicyRequest, ...) (*operation.Operation, error)
- 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) ListAccessPolicyBindings(ctx context.Context, in *access.ListAccessPolicyBindingsRequest, ...) (*access.ListAccessPolicyBindingsResponse, 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) OrganizationAccessPolicyBindingsIterator(ctx context.Context, req *access.ListAccessPolicyBindingsRequest, ...) *OrganizationAccessPolicyBindingsIterator
- 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) UnbindAccessPolicy(ctx context.Context, in *access.UnbindAccessPolicyRequest, ...) (*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)
- func (c *OrganizationServiceClient) UpdateAccessPolicyBindingParameters(ctx context.Context, in *access.UpdateAccessPolicyBindingParametersRequest, ...) (*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 GroupEffectiveIterator ¶ added in v0.22.0
type GroupEffectiveIterator struct {
// contains filtered or unexported fields
}
func (*GroupEffectiveIterator) Error ¶ added in v0.22.0
func (it *GroupEffectiveIterator) Error() error
func (*GroupEffectiveIterator) Next ¶ added in v0.22.0
func (it *GroupEffectiveIterator) Next() bool
func (*GroupEffectiveIterator) Take ¶ added in v0.22.0
func (it *GroupEffectiveIterator) Take(size int64) ([]*organizationmanager.GroupMembershipInfo, error)
func (*GroupEffectiveIterator) TakeAll ¶ added in v0.22.0
func (it *GroupEffectiveIterator) TakeAll() ([]*organizationmanager.GroupMembershipInfo, error)
func (*GroupEffectiveIterator) Value ¶ added in v0.22.0
func (it *GroupEffectiveIterator) Value() *organizationmanager.GroupMembershipInfo
type GroupExternalIterator ¶ added in v0.16.0
type GroupExternalIterator struct {
// contains filtered or unexported fields
}
func (*GroupExternalIterator) Error ¶ added in v0.16.0
func (it *GroupExternalIterator) Error() error
func (*GroupExternalIterator) Next ¶ added in v0.16.0
func (it *GroupExternalIterator) Next() bool
func (*GroupExternalIterator) Take ¶ added in v0.16.0
func (it *GroupExternalIterator) Take(size int64) ([]*organizationmanager.Group, error)
func (*GroupExternalIterator) TakeAll ¶ added in v0.16.0
func (it *GroupExternalIterator) TakeAll() ([]*organizationmanager.Group, error)
func (*GroupExternalIterator) Value ¶ added in v0.16.0
func (it *GroupExternalIterator) Value() *organizationmanager.Group
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) ConvertAllToBasic ¶ added in v0.16.0
func (c *GroupServiceClient) ConvertAllToBasic(ctx context.Context, in *organizationmanager.ConvertAllToBasicGroupsRequest, opts ...grpc.CallOption) (*operation.Operation, error)
ConvertAllToBasic implements organizationmanager.GroupServiceClient
func (*GroupServiceClient) ConvertToExternal ¶ added in v0.16.0
func (c *GroupServiceClient) ConvertToExternal(ctx context.Context, in *organizationmanager.ConvertToExternalGroupRequest, opts ...grpc.CallOption) (*operation.Operation, error)
ConvertToExternal implements organizationmanager.GroupServiceClient
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) CreateExternal ¶ added in v0.16.0
func (c *GroupServiceClient) CreateExternal(ctx context.Context, in *organizationmanager.CreateExternalGroupRequest, opts ...grpc.CallOption) (*operation.Operation, error)
CreateExternal 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) GroupEffectiveIterator ¶ added in v0.22.0
func (c *GroupServiceClient) GroupEffectiveIterator(ctx context.Context, req *organizationmanager.ListEffectiveRequest, opts ...grpc.CallOption) *GroupEffectiveIterator
func (*GroupServiceClient) GroupExternalIterator ¶ added in v0.16.0
func (c *GroupServiceClient) GroupExternalIterator(ctx context.Context, req *organizationmanager.ListExternalGroupsRequest, opts ...grpc.CallOption) *GroupExternalIterator
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) ListEffective ¶ added in v0.22.0
func (c *GroupServiceClient) ListEffective(ctx context.Context, in *organizationmanager.ListEffectiveRequest, opts ...grpc.CallOption) (*organizationmanager.ListEffectiveResponse, error)
ListEffective implements organizationmanager.GroupServiceClient
func (*GroupServiceClient) ListExternal ¶ added in v0.16.0
func (c *GroupServiceClient) ListExternal(ctx context.Context, in *organizationmanager.ListExternalGroupsRequest, opts ...grpc.CallOption) (*organizationmanager.ListExternalGroupsResponse, error)
ListExternal 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) ResolveExternal ¶ added in v0.16.0
func (c *GroupServiceClient) ResolveExternal(ctx context.Context, in *organizationmanager.ResolveExternalGroupRequest, opts ...grpc.CallOption) (*organizationmanager.Group, error)
ResolveExternal 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 MfaEnforcementAudienceIterator ¶ added in v0.25.0
type MfaEnforcementAudienceIterator struct {
// contains filtered or unexported fields
}
func (*MfaEnforcementAudienceIterator) Error ¶ added in v0.25.0
func (it *MfaEnforcementAudienceIterator) Error() error
func (*MfaEnforcementAudienceIterator) Next ¶ added in v0.25.0
func (it *MfaEnforcementAudienceIterator) Next() bool
func (*MfaEnforcementAudienceIterator) Take ¶ added in v0.25.0
func (it *MfaEnforcementAudienceIterator) Take(size int64) ([]*organizationmanager.ListAudienceResponse_Subject, error)
func (*MfaEnforcementAudienceIterator) TakeAll ¶ added in v0.25.0
func (it *MfaEnforcementAudienceIterator) TakeAll() ([]*organizationmanager.ListAudienceResponse_Subject, error)
func (*MfaEnforcementAudienceIterator) Value ¶ added in v0.25.0
func (it *MfaEnforcementAudienceIterator) Value() *organizationmanager.ListAudienceResponse_Subject
type MfaEnforcementExcludedAudienceIterator ¶ added in v0.32.0
type MfaEnforcementExcludedAudienceIterator struct {
// contains filtered or unexported fields
}
func (*MfaEnforcementExcludedAudienceIterator) Error ¶ added in v0.32.0
func (it *MfaEnforcementExcludedAudienceIterator) Error() error
func (*MfaEnforcementExcludedAudienceIterator) Next ¶ added in v0.32.0
func (it *MfaEnforcementExcludedAudienceIterator) Next() bool
func (*MfaEnforcementExcludedAudienceIterator) Take ¶ added in v0.32.0
func (it *MfaEnforcementExcludedAudienceIterator) Take(size int64) ([]*organizationmanager.ListExcludedAudienceResponse_Subject, error)
func (*MfaEnforcementExcludedAudienceIterator) TakeAll ¶ added in v0.32.0
func (it *MfaEnforcementExcludedAudienceIterator) TakeAll() ([]*organizationmanager.ListExcludedAudienceResponse_Subject, error)
type MfaEnforcementIterator ¶ added in v0.25.0
type MfaEnforcementIterator struct {
// contains filtered or unexported fields
}
func (*MfaEnforcementIterator) Error ¶ added in v0.25.0
func (it *MfaEnforcementIterator) Error() error
func (*MfaEnforcementIterator) Next ¶ added in v0.25.0
func (it *MfaEnforcementIterator) Next() bool
func (*MfaEnforcementIterator) Take ¶ added in v0.25.0
func (it *MfaEnforcementIterator) Take(size int64) ([]*organizationmanager.MfaEnforcement, error)
func (*MfaEnforcementIterator) TakeAll ¶ added in v0.25.0
func (it *MfaEnforcementIterator) TakeAll() ([]*organizationmanager.MfaEnforcement, error)
func (*MfaEnforcementIterator) Value ¶ added in v0.25.0
func (it *MfaEnforcementIterator) Value() *organizationmanager.MfaEnforcement
type MfaEnforcementServiceClient ¶ added in v0.25.0
type MfaEnforcementServiceClient struct {
// contains filtered or unexported fields
}
MfaEnforcementServiceClient is a organizationmanager.MfaEnforcementServiceClient with lazy GRPC connection initialization.
func (*MfaEnforcementServiceClient) Activate ¶ added in v0.25.0
func (c *MfaEnforcementServiceClient) Activate(ctx context.Context, in *organizationmanager.ActivateMfaEnforcementRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Activate implements organizationmanager.MfaEnforcementServiceClient
func (*MfaEnforcementServiceClient) Create ¶ added in v0.25.0
func (c *MfaEnforcementServiceClient) Create(ctx context.Context, in *organizationmanager.CreateMfaEnforcementRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Create implements organizationmanager.MfaEnforcementServiceClient
func (*MfaEnforcementServiceClient) Deactivate ¶ added in v0.25.0
func (c *MfaEnforcementServiceClient) Deactivate(ctx context.Context, in *organizationmanager.DeactivateMfaEnforcementRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Deactivate implements organizationmanager.MfaEnforcementServiceClient
func (*MfaEnforcementServiceClient) Delete ¶ added in v0.25.0
func (c *MfaEnforcementServiceClient) Delete(ctx context.Context, in *organizationmanager.DeleteMfaEnforcementRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Delete implements organizationmanager.MfaEnforcementServiceClient
func (*MfaEnforcementServiceClient) Get ¶ added in v0.25.0
func (c *MfaEnforcementServiceClient) Get(ctx context.Context, in *organizationmanager.GetMfaEnforcementRequest, opts ...grpc.CallOption) (*organizationmanager.MfaEnforcement, error)
Get implements organizationmanager.MfaEnforcementServiceClient
func (*MfaEnforcementServiceClient) List ¶ added in v0.25.0
func (c *MfaEnforcementServiceClient) List(ctx context.Context, in *organizationmanager.ListMfaEnforcementsRequest, opts ...grpc.CallOption) (*organizationmanager.ListMfaEnforcementsResponse, error)
List implements organizationmanager.MfaEnforcementServiceClient
func (*MfaEnforcementServiceClient) ListAudience ¶ added in v0.25.0
func (c *MfaEnforcementServiceClient) ListAudience(ctx context.Context, in *organizationmanager.ListAudienceRequest, opts ...grpc.CallOption) (*organizationmanager.ListAudienceResponse, error)
ListAudience implements organizationmanager.MfaEnforcementServiceClient
func (*MfaEnforcementServiceClient) ListExcludedAudience ¶ added in v0.32.0
func (c *MfaEnforcementServiceClient) ListExcludedAudience(ctx context.Context, in *organizationmanager.ListExcludedAudienceRequest, opts ...grpc.CallOption) (*organizationmanager.ListExcludedAudienceResponse, error)
ListExcludedAudience implements organizationmanager.MfaEnforcementServiceClient
func (*MfaEnforcementServiceClient) MfaEnforcementAudienceIterator ¶ added in v0.25.0
func (c *MfaEnforcementServiceClient) MfaEnforcementAudienceIterator(ctx context.Context, req *organizationmanager.ListAudienceRequest, opts ...grpc.CallOption) *MfaEnforcementAudienceIterator
func (*MfaEnforcementServiceClient) MfaEnforcementExcludedAudienceIterator ¶ added in v0.32.0
func (c *MfaEnforcementServiceClient) MfaEnforcementExcludedAudienceIterator(ctx context.Context, req *organizationmanager.ListExcludedAudienceRequest, opts ...grpc.CallOption) *MfaEnforcementExcludedAudienceIterator
func (*MfaEnforcementServiceClient) MfaEnforcementIterator ¶ added in v0.25.0
func (c *MfaEnforcementServiceClient) MfaEnforcementIterator(ctx context.Context, req *organizationmanager.ListMfaEnforcementsRequest, opts ...grpc.CallOption) *MfaEnforcementIterator
func (*MfaEnforcementServiceClient) Update ¶ added in v0.25.0
func (c *MfaEnforcementServiceClient) Update(ctx context.Context, in *organizationmanager.UpdateMfaEnforcementRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Update implements organizationmanager.MfaEnforcementServiceClient
func (*MfaEnforcementServiceClient) UpdateAudience ¶ added in v0.25.0
func (c *MfaEnforcementServiceClient) UpdateAudience(ctx context.Context, in *organizationmanager.UpdateAudienceRequest, opts ...grpc.CallOption) (*operation.Operation, error)
UpdateAudience implements organizationmanager.MfaEnforcementServiceClient
func (*MfaEnforcementServiceClient) UpdateExcludedAudience ¶ added in v0.32.0
func (c *MfaEnforcementServiceClient) UpdateExcludedAudience(ctx context.Context, in *organizationmanager.UpdateExcludedAudienceRequest, opts ...grpc.CallOption) (*operation.Operation, error)
UpdateExcludedAudience implements organizationmanager.MfaEnforcementServiceClient
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 OrganizationAccessPolicyBindingsIterator ¶ added in v0.29.0
type OrganizationAccessPolicyBindingsIterator struct {
// contains filtered or unexported fields
}
func (*OrganizationAccessPolicyBindingsIterator) Error ¶ added in v0.29.0
func (it *OrganizationAccessPolicyBindingsIterator) Error() error
func (*OrganizationAccessPolicyBindingsIterator) Next ¶ added in v0.29.0
func (it *OrganizationAccessPolicyBindingsIterator) Next() bool
func (*OrganizationAccessPolicyBindingsIterator) Take ¶ added in v0.29.0
func (it *OrganizationAccessPolicyBindingsIterator) Take(size int64) ([]*access.AccessPolicyBinding, error)
func (*OrganizationAccessPolicyBindingsIterator) TakeAll ¶ added in v0.29.0
func (it *OrganizationAccessPolicyBindingsIterator) TakeAll() ([]*access.AccessPolicyBinding, error)
func (*OrganizationAccessPolicyBindingsIterator) Value ¶ added in v0.29.0
func (it *OrganizationAccessPolicyBindingsIterator) Value() *access.AccessPolicyBinding
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) MfaEnforcement ¶ added in v0.25.0
func (o *OrganizationManager) MfaEnforcement() *MfaEnforcementServiceClient
MfaEnforcement gets MfaEnforcementService 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) BindAccessPolicy ¶ added in v0.29.0
func (c *OrganizationServiceClient) BindAccessPolicy(ctx context.Context, in *access.BindAccessPolicyRequest, opts ...grpc.CallOption) (*operation.Operation, error)
BindAccessPolicy implements organizationmanager.OrganizationServiceClient
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) ListAccessPolicyBindings ¶ added in v0.29.0
func (c *OrganizationServiceClient) ListAccessPolicyBindings(ctx context.Context, in *access.ListAccessPolicyBindingsRequest, opts ...grpc.CallOption) (*access.ListAccessPolicyBindingsResponse, error)
ListAccessPolicyBindings 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) OrganizationAccessPolicyBindingsIterator ¶ added in v0.29.0
func (c *OrganizationServiceClient) OrganizationAccessPolicyBindingsIterator(ctx context.Context, req *access.ListAccessPolicyBindingsRequest, opts ...grpc.CallOption) *OrganizationAccessPolicyBindingsIterator
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) UnbindAccessPolicy ¶ added in v0.29.0
func (c *OrganizationServiceClient) UnbindAccessPolicy(ctx context.Context, in *access.UnbindAccessPolicyRequest, opts ...grpc.CallOption) (*operation.Operation, error)
UnbindAccessPolicy 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
func (*OrganizationServiceClient) UpdateAccessPolicyBindingParameters ¶ added in v0.32.0
func (c *OrganizationServiceClient) UpdateAccessPolicyBindingParameters(ctx context.Context, in *access.UpdateAccessPolicyBindingParametersRequest, opts ...grpc.CallOption) (*operation.Operation, error)
UpdateAccessPolicyBindingParameters 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
Source Files
¶
Directories
¶
| Path | Synopsis |
|---|---|
|
nolint
|
nolint |
|
application/oauth
nolint
|
nolint |
|
application/saml
nolint
|
nolint |
|
nolint
|
nolint |