Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewServiceAccountFederatedIdentityProviderDataSource ¶
func NewServiceAccountFederatedIdentityProviderDataSource() datasource.DataSource
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.
Click to show internal directories.
Click to hide internal directories.