Documentation ¶
Index ¶
- type JwtConfiguration
- type JwtConfigurationAttributes
- func (jc JwtConfigurationAttributes) Audience() terra.SetValue[terra.StringValue]
- func (jc JwtConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (jc JwtConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (jc JwtConfigurationAttributes) InternalWithRef(ref terra.Reference) JwtConfigurationAttributes
- func (jc JwtConfigurationAttributes) Issuer() terra.StringValue
- type JwtConfigurationState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JwtConfiguration ¶
type JwtConfiguration struct { // Audience: set of string, optional Audience terra.SetValue[terra.StringValue] `hcl:"audience,attr"` // Issuer: string, optional Issuer terra.StringValue `hcl:"issuer,attr"` }
type JwtConfigurationAttributes ¶
type JwtConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (JwtConfigurationAttributes) Audience ¶
func (jc JwtConfigurationAttributes) Audience() terra.SetValue[terra.StringValue]
func (JwtConfigurationAttributes) InternalRef ¶
func (jc JwtConfigurationAttributes) InternalRef() (terra.Reference, error)
func (JwtConfigurationAttributes) InternalTokens ¶
func (jc JwtConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (JwtConfigurationAttributes) InternalWithRef ¶
func (jc JwtConfigurationAttributes) InternalWithRef(ref terra.Reference) JwtConfigurationAttributes
func (JwtConfigurationAttributes) Issuer ¶
func (jc JwtConfigurationAttributes) Issuer() terra.StringValue
type JwtConfigurationState ¶
Click to show internal directories.
Click to hide internal directories.