package
0.28.2
Repository: https://github.com/smallstep/cli.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
IsACMEPolicyLevel returns if the context.Context has ACME account policy level.
IsAllow returns if the context.Context has allow set.
IsAuthorityPolicyLevel returns if the context.Context has authority policy level.
IsDeny returns if context.Context has deny set.
IsProvisionerPolicyLevel returns if the context.Context has provisioner policy level.
IsSSHHostPolicy returns if the context.Context has SSH host policy set.
IsSSHUserPolicy returns if context.Context has SSH user policy set.
IsX509Policy returns if the context.Context has X.509 policy set.
WithACMEPolicyLevel returns a new context.Context with parent ctx and ACME account policy level set.
WithAllow returns a context.Context with allow policy set.
WithAuthorityPolicyLevel returns a new context.Context with parent ctx and authority policy level set.
WithDeny returns a context.Context with deny set.
WithProvisionerPolicyLevel returns a new context.Context with parent ctx and provisioner policy level set.
WithSSHHostPolicy returns a context.Context with SSH host policy set.
WithSSHUserPolicy returns a context.Context with SSH user policy set.
WithX509Policy returns a new context.Context with parent ctx and X509 policy set.