Documentation ¶
Overview ¶
nolint
nolint
Index ¶
- type CertificateIterator
- type CertificateOperationsIterator
- func (it *CertificateOperationsIterator) Error() error
- func (it *CertificateOperationsIterator) Next() bool
- func (it *CertificateOperationsIterator) Take(size int64) ([]*operation.Operation, error)
- func (it *CertificateOperationsIterator) TakeAll() ([]*operation.Operation, error)
- func (it *CertificateOperationsIterator) Value() *operation.Operation
- type CertificateServiceClient
- func (c *CertificateServiceClient) CertificateIterator(ctx context.Context, req *saml.ListCertificatesRequest, ...) *CertificateIterator
- func (c *CertificateServiceClient) CertificateOperationsIterator(ctx context.Context, req *saml.ListCertificateOperationsRequest, ...) *CertificateOperationsIterator
- func (c *CertificateServiceClient) Create(ctx context.Context, in *saml.CreateCertificateRequest, ...) (*operation.Operation, error)
- func (c *CertificateServiceClient) Delete(ctx context.Context, in *saml.DeleteCertificateRequest, ...) (*operation.Operation, error)
- func (c *CertificateServiceClient) Get(ctx context.Context, in *saml.GetCertificateRequest, opts ...grpc.CallOption) (*saml.Certificate, error)
- func (c *CertificateServiceClient) List(ctx context.Context, in *saml.ListCertificatesRequest, opts ...grpc.CallOption) (*saml.ListCertificatesResponse, error)
- func (c *CertificateServiceClient) ListOperations(ctx context.Context, in *saml.ListCertificateOperationsRequest, ...) (*saml.ListCertificateOperationsResponse, error)
- func (c *CertificateServiceClient) Update(ctx context.Context, in *saml.UpdateCertificateRequest, ...) (*operation.Operation, error)
- type FederationIterator
- type FederationOperationsIterator
- func (it *FederationOperationsIterator) Error() error
- func (it *FederationOperationsIterator) Next() bool
- func (it *FederationOperationsIterator) Take(size int64) ([]*operation.Operation, error)
- func (it *FederationOperationsIterator) TakeAll() ([]*operation.Operation, error)
- func (it *FederationOperationsIterator) Value() *operation.Operation
- type FederationServiceClient
- func (c *FederationServiceClient) AddUserAccounts(ctx context.Context, in *saml.AddFederatedUserAccountsRequest, ...) (*operation.Operation, error)
- func (c *FederationServiceClient) Create(ctx context.Context, in *saml.CreateFederationRequest, opts ...grpc.CallOption) (*operation.Operation, error)
- func (c *FederationServiceClient) Delete(ctx context.Context, in *saml.DeleteFederationRequest, opts ...grpc.CallOption) (*operation.Operation, error)
- func (c *FederationServiceClient) DeleteUserAccounts(ctx context.Context, in *saml.DeleteFederatedUserAccountsRequest, ...) (*operation.Operation, error)
- func (c *FederationServiceClient) FederationIterator(ctx context.Context, req *saml.ListFederationsRequest, opts ...grpc.CallOption) *FederationIterator
- func (c *FederationServiceClient) FederationOperationsIterator(ctx context.Context, req *saml.ListFederationOperationsRequest, ...) *FederationOperationsIterator
- func (c *FederationServiceClient) FederationUserAccountsIterator(ctx context.Context, req *saml.ListFederatedUserAccountsRequest, ...) *FederationUserAccountsIterator
- func (c *FederationServiceClient) Get(ctx context.Context, in *saml.GetFederationRequest, opts ...grpc.CallOption) (*saml.Federation, error)
- func (c *FederationServiceClient) List(ctx context.Context, in *saml.ListFederationsRequest, opts ...grpc.CallOption) (*saml.ListFederationsResponse, error)
- func (c *FederationServiceClient) ListOperations(ctx context.Context, in *saml.ListFederationOperationsRequest, ...) (*saml.ListFederationOperationsResponse, error)
- func (c *FederationServiceClient) ListUserAccounts(ctx context.Context, in *saml.ListFederatedUserAccountsRequest, ...) (*saml.ListFederatedUserAccountsResponse, error)
- func (c *FederationServiceClient) Update(ctx context.Context, in *saml.UpdateFederationRequest, opts ...grpc.CallOption) (*operation.Operation, error)
- type FederationUserAccountsIterator
- func (it *FederationUserAccountsIterator) Error() error
- func (it *FederationUserAccountsIterator) Next() bool
- func (it *FederationUserAccountsIterator) Take(size int64) ([]*organizationmanager.UserAccount, error)
- func (it *FederationUserAccountsIterator) TakeAll() ([]*organizationmanager.UserAccount, error)
- func (it *FederationUserAccountsIterator) Value() *organizationmanager.UserAccount
- type OrganizationManagerSAML
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertificateIterator ¶
type CertificateIterator struct {
// contains filtered or unexported fields
}
func (*CertificateIterator) Error ¶
func (it *CertificateIterator) Error() error
func (*CertificateIterator) Next ¶
func (it *CertificateIterator) Next() bool
func (*CertificateIterator) Take ¶
func (it *CertificateIterator) Take(size int64) ([]*saml.Certificate, error)
func (*CertificateIterator) TakeAll ¶
func (it *CertificateIterator) TakeAll() ([]*saml.Certificate, error)
func (*CertificateIterator) Value ¶
func (it *CertificateIterator) Value() *saml.Certificate
type CertificateOperationsIterator ¶
type CertificateOperationsIterator struct {
// contains filtered or unexported fields
}
func (*CertificateOperationsIterator) Error ¶
func (it *CertificateOperationsIterator) Error() error
func (*CertificateOperationsIterator) Next ¶
func (it *CertificateOperationsIterator) Next() bool
func (*CertificateOperationsIterator) Take ¶
func (it *CertificateOperationsIterator) Take(size int64) ([]*operation.Operation, error)
func (*CertificateOperationsIterator) TakeAll ¶
func (it *CertificateOperationsIterator) TakeAll() ([]*operation.Operation, error)
func (*CertificateOperationsIterator) Value ¶
func (it *CertificateOperationsIterator) Value() *operation.Operation
type CertificateServiceClient ¶
type CertificateServiceClient struct {
// contains filtered or unexported fields
}
CertificateServiceClient is a saml.CertificateServiceClient with lazy GRPC connection initialization.
func (*CertificateServiceClient) CertificateIterator ¶
func (c *CertificateServiceClient) CertificateIterator(ctx context.Context, req *saml.ListCertificatesRequest, opts ...grpc.CallOption) *CertificateIterator
func (*CertificateServiceClient) CertificateOperationsIterator ¶
func (c *CertificateServiceClient) CertificateOperationsIterator(ctx context.Context, req *saml.ListCertificateOperationsRequest, opts ...grpc.CallOption) *CertificateOperationsIterator
func (*CertificateServiceClient) Create ¶
func (c *CertificateServiceClient) Create(ctx context.Context, in *saml.CreateCertificateRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Create implements saml.CertificateServiceClient
func (*CertificateServiceClient) Delete ¶
func (c *CertificateServiceClient) Delete(ctx context.Context, in *saml.DeleteCertificateRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Delete implements saml.CertificateServiceClient
func (*CertificateServiceClient) Get ¶
func (c *CertificateServiceClient) Get(ctx context.Context, in *saml.GetCertificateRequest, opts ...grpc.CallOption) (*saml.Certificate, error)
Get implements saml.CertificateServiceClient
func (*CertificateServiceClient) List ¶
func (c *CertificateServiceClient) List(ctx context.Context, in *saml.ListCertificatesRequest, opts ...grpc.CallOption) (*saml.ListCertificatesResponse, error)
List implements saml.CertificateServiceClient
func (*CertificateServiceClient) ListOperations ¶
func (c *CertificateServiceClient) ListOperations(ctx context.Context, in *saml.ListCertificateOperationsRequest, opts ...grpc.CallOption) (*saml.ListCertificateOperationsResponse, error)
ListOperations implements saml.CertificateServiceClient
func (*CertificateServiceClient) Update ¶
func (c *CertificateServiceClient) Update(ctx context.Context, in *saml.UpdateCertificateRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Update implements saml.CertificateServiceClient
type FederationIterator ¶
type FederationIterator struct {
// contains filtered or unexported fields
}
func (*FederationIterator) Error ¶
func (it *FederationIterator) Error() error
func (*FederationIterator) Next ¶
func (it *FederationIterator) Next() bool
func (*FederationIterator) Take ¶
func (it *FederationIterator) Take(size int64) ([]*saml.Federation, error)
func (*FederationIterator) TakeAll ¶
func (it *FederationIterator) TakeAll() ([]*saml.Federation, error)
func (*FederationIterator) Value ¶
func (it *FederationIterator) Value() *saml.Federation
type FederationOperationsIterator ¶
type FederationOperationsIterator struct {
// contains filtered or unexported fields
}
func (*FederationOperationsIterator) Error ¶
func (it *FederationOperationsIterator) Error() error
func (*FederationOperationsIterator) Next ¶
func (it *FederationOperationsIterator) Next() bool
func (*FederationOperationsIterator) Take ¶
func (it *FederationOperationsIterator) Take(size int64) ([]*operation.Operation, error)
func (*FederationOperationsIterator) TakeAll ¶
func (it *FederationOperationsIterator) TakeAll() ([]*operation.Operation, error)
func (*FederationOperationsIterator) Value ¶
func (it *FederationOperationsIterator) Value() *operation.Operation
type FederationServiceClient ¶
type FederationServiceClient struct {
// contains filtered or unexported fields
}
FederationServiceClient is a saml.FederationServiceClient with lazy GRPC connection initialization.
func (*FederationServiceClient) AddUserAccounts ¶
func (c *FederationServiceClient) AddUserAccounts(ctx context.Context, in *saml.AddFederatedUserAccountsRequest, opts ...grpc.CallOption) (*operation.Operation, error)
AddUserAccounts implements saml.FederationServiceClient
func (*FederationServiceClient) Create ¶
func (c *FederationServiceClient) Create(ctx context.Context, in *saml.CreateFederationRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Create implements saml.FederationServiceClient
func (*FederationServiceClient) Delete ¶
func (c *FederationServiceClient) Delete(ctx context.Context, in *saml.DeleteFederationRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Delete implements saml.FederationServiceClient
func (*FederationServiceClient) DeleteUserAccounts ¶
func (c *FederationServiceClient) DeleteUserAccounts(ctx context.Context, in *saml.DeleteFederatedUserAccountsRequest, opts ...grpc.CallOption) (*operation.Operation, error)
DeleteUserAccounts implements saml.FederationServiceClient
func (*FederationServiceClient) FederationIterator ¶
func (c *FederationServiceClient) FederationIterator(ctx context.Context, req *saml.ListFederationsRequest, opts ...grpc.CallOption) *FederationIterator
func (*FederationServiceClient) FederationOperationsIterator ¶
func (c *FederationServiceClient) FederationOperationsIterator(ctx context.Context, req *saml.ListFederationOperationsRequest, opts ...grpc.CallOption) *FederationOperationsIterator
func (*FederationServiceClient) FederationUserAccountsIterator ¶
func (c *FederationServiceClient) FederationUserAccountsIterator(ctx context.Context, req *saml.ListFederatedUserAccountsRequest, opts ...grpc.CallOption) *FederationUserAccountsIterator
func (*FederationServiceClient) Get ¶
func (c *FederationServiceClient) Get(ctx context.Context, in *saml.GetFederationRequest, opts ...grpc.CallOption) (*saml.Federation, error)
Get implements saml.FederationServiceClient
func (*FederationServiceClient) List ¶
func (c *FederationServiceClient) List(ctx context.Context, in *saml.ListFederationsRequest, opts ...grpc.CallOption) (*saml.ListFederationsResponse, error)
List implements saml.FederationServiceClient
func (*FederationServiceClient) ListOperations ¶
func (c *FederationServiceClient) ListOperations(ctx context.Context, in *saml.ListFederationOperationsRequest, opts ...grpc.CallOption) (*saml.ListFederationOperationsResponse, error)
ListOperations implements saml.FederationServiceClient
func (*FederationServiceClient) ListUserAccounts ¶
func (c *FederationServiceClient) ListUserAccounts(ctx context.Context, in *saml.ListFederatedUserAccountsRequest, opts ...grpc.CallOption) (*saml.ListFederatedUserAccountsResponse, error)
ListUserAccounts implements saml.FederationServiceClient
func (*FederationServiceClient) Update ¶
func (c *FederationServiceClient) Update(ctx context.Context, in *saml.UpdateFederationRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Update implements saml.FederationServiceClient
type FederationUserAccountsIterator ¶
type FederationUserAccountsIterator struct {
// contains filtered or unexported fields
}
func (*FederationUserAccountsIterator) Error ¶
func (it *FederationUserAccountsIterator) Error() error
func (*FederationUserAccountsIterator) Next ¶
func (it *FederationUserAccountsIterator) Next() bool
func (*FederationUserAccountsIterator) Take ¶
func (it *FederationUserAccountsIterator) Take(size int64) ([]*organizationmanager.UserAccount, error)
func (*FederationUserAccountsIterator) TakeAll ¶
func (it *FederationUserAccountsIterator) TakeAll() ([]*organizationmanager.UserAccount, error)
func (*FederationUserAccountsIterator) Value ¶
func (it *FederationUserAccountsIterator) Value() *organizationmanager.UserAccount
type OrganizationManagerSAML ¶
type OrganizationManagerSAML struct {
// contains filtered or unexported fields
}
OrganizationManagerSAML provides access to "saml" component of Yandex.Cloud
func NewOrganizationManagerSAML ¶
func NewOrganizationManagerSAML(g func(ctx context.Context) (*grpc.ClientConn, error)) *OrganizationManagerSAML
NewOrganizationManagerSAML creates instance of OrganizationManagerSAML
func (*OrganizationManagerSAML) Certificate ¶
func (o *OrganizationManagerSAML) Certificate() *CertificateServiceClient
Certificate gets CertificateService client
func (*OrganizationManagerSAML) Federation ¶
func (o *OrganizationManagerSAML) Federation() *FederationServiceClient
Federation gets FederationService client