federated_identity_provider

package
v0.98.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 1, 2026 License: Apache-2.0 Imports: 25 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewServiceAccountFederatedIdentityProviderDataSource

func NewServiceAccountFederatedIdentityProviderDataSource() datasource.DataSource

func NewServiceAccountFederatedIdentityProviderResource

func NewServiceAccountFederatedIdentityProviderResource() resource.Resource

Types

type AssertionModel

type AssertionModel struct {
	Item     types.String `tfsdk:"item"`
	Operator types.String `tfsdk:"operator"`
	Value    types.String `tfsdk:"value"`
}

AssertionModel describes an assertion in the assertions list.

type Model

type Model struct {
	Id                  types.String `tfsdk:"id"`
	ProjectId           types.String `tfsdk:"project_id"`
	ServiceAccountEmail types.String `tfsdk:"service_account_email"`
	FederationId        types.String `tfsdk:"federation_id"`
	Name                types.String `tfsdk:"name"`
	Issuer              types.String `tfsdk:"issuer"`
	Assertions          types.List   `tfsdk:"assertions"`
}

Model describes the resource data model.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL