MCPcopy Create free account
hub / github.com/auth0/auth0-cli / Create

Method Create

internal/auth0/rule.go:16–16  ·  view source on GitHub ↗

Create a new rule. Note: Changing a rule's stage of execution from the default `login_success` can change the rule's function signature to have user omitted.

(ctx context.Context, r *management.Rule, opts ...management.RequestOption)

Source from the content-addressed store, hash-verified

14 // Note: Changing a rule's stage of execution from the default `login_success`
15 // can change the rule's function signature to have user omitted.
16 Create(ctx context.Context, r *management.Rule, opts ...management.RequestOption) error
17
18 // Retrieve rule details. Accepts a list of fields to include or exclude in the result.
19 Read(ctx context.Context, id string, opts ...management.RequestOption) (r *management.Rule, err error)

Callers 15

createZipFunction · 0.65
TestUnzip_IllegalPathFunction · 0.65
copyFileFunction · 0.65
createNetworkACLCmdFunction · 0.65
GenMarkdownTreeFunction · 0.65
TestCleanOutputDirectoryFunction · 0.65
createEmailProviderCmdFunction · 0.65
createMainFileFunction · 0.65
createImportFileFunction · 0.65
createUserCmdFunction · 0.65

Implementers 15

MockTokenExchangeAPIinternal/auth0/mock/token_exchange_moc
MockTokenExchangeAPIMockRecorderinternal/auth0/mock/token_exchange_moc
MockNetworkACLAPIinternal/auth0/mock/network_acl_mock.g
MockNetworkACLAPIMockRecorderinternal/auth0/mock/network_acl_mock.g
MockActionAPIinternal/auth0/mock/action_mock.go
MockActionAPIMockRecorderinternal/auth0/mock/action_mock.go
MockClientAPIinternal/auth0/mock/client_mock.go
MockClientAPIMockRecorderinternal/auth0/mock/client_mock.go
MockCustomDomainAPIinternal/auth0/mock/custom_domain_mock
MockCustomDomainAPIMockRecorderinternal/auth0/mock/custom_domain_mock
MockFlowAPIinternal/auth0/mock/flow_mock.go
MockFlowAPIMockRecorderinternal/auth0/mock/flow_mock.go

Calls

no outgoing calls