Versions in this module Expand all Collapse all v0 v0.0.1 Dec 7, 2023 Changes in this version + const CloudPlatformScope + type AccessSelector struct + ForceSendFields []string + NullFields []string + Permissions []string + Roles []string + func (s *AccessSelector) MarshalJSON() ([]byte, error) + type AnalyzeIamPolicyLongrunningMetadata struct + CreateTime string + ForceSendFields []string + NullFields []string + func (s *AnalyzeIamPolicyLongrunningMetadata) MarshalJSON() ([]byte, error) + type AnalyzeIamPolicyLongrunningRequest struct + AnalysisQuery *IamPolicyAnalysisQuery + ForceSendFields []string + NullFields []string + OutputConfig *IamPolicyAnalysisOutputConfig + SavedAnalysisQuery string + func (s *AnalyzeIamPolicyLongrunningRequest) MarshalJSON() ([]byte, error) + type AnalyzeIamPolicyLongrunningResponse struct + type AnalyzeIamPolicyResponse struct + ForceSendFields []string + FullyExplored bool + MainAnalysis *IamPolicyAnalysis + NullFields []string + ServiceAccountImpersonationAnalysis []*IamPolicyAnalysis + func (s *AnalyzeIamPolicyResponse) MarshalJSON() ([]byte, error) + type AnalyzeMoveResponse struct + ForceSendFields []string + MoveAnalysis []*MoveAnalysis + NullFields []string + func (s *AnalyzeMoveResponse) MarshalJSON() ([]byte, error) + type AnalyzeOrgPoliciesResponse struct + Constraint *AnalyzerOrgPolicyConstraint + ForceSendFields []string + NextPageToken string + NullFields []string + OrgPolicyResults []*OrgPolicyResult + func (s *AnalyzeOrgPoliciesResponse) MarshalJSON() ([]byte, error) + type AnalyzeOrgPolicyGovernedAssetsResponse struct + Constraint *AnalyzerOrgPolicyConstraint + ForceSendFields []string + GovernedAssets []*GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedAsset + NextPageToken string + NullFields []string + func (s *AnalyzeOrgPolicyGovernedAssetsResponse) MarshalJSON() ([]byte, error) + type AnalyzeOrgPolicyGovernedContainersResponse struct + Constraint *AnalyzerOrgPolicyConstraint + ForceSendFields []string + GovernedContainers []*GoogleCloudAssetV1GovernedContainer + NextPageToken string + NullFields []string + func (s *AnalyzeOrgPolicyGovernedContainersResponse) MarshalJSON() ([]byte, error) + type AnalyzerOrgPolicy struct + AppliedResource string + AttachedResource string + ForceSendFields []string + InheritFromParent bool + NullFields []string + Reset bool + Rules []*GoogleCloudAssetV1Rule + func (s *AnalyzerOrgPolicy) MarshalJSON() ([]byte, error) + type AnalyzerOrgPolicyConstraint struct + CustomConstraint *GoogleCloudAssetV1CustomConstraint + ForceSendFields []string + GoogleDefinedConstraint *GoogleCloudAssetV1Constraint + NullFields []string + func (s *AnalyzerOrgPolicyConstraint) MarshalJSON() ([]byte, error) + type Asset struct + AccessLevel *GoogleIdentityAccesscontextmanagerV1AccessLevel + AccessPolicy *GoogleIdentityAccesscontextmanagerV1AccessPolicy + Ancestors []string + AssetType string + ForceSendFields []string + IamPolicy *Policy + Name string + NullFields []string + OrgPolicy []*GoogleCloudOrgpolicyV1Policy + OsInventory *Inventory + RelatedAsset *RelatedAsset + RelatedAssets *RelatedAssets + Resource *Resource + ServicePerimeter *GoogleIdentityAccesscontextmanagerV1ServicePerimeter + UpdateTime string + func (s *Asset) MarshalJSON() ([]byte, error) + type AssetsListCall struct + func (c *AssetsListCall) AssetTypes(assetTypes ...string) *AssetsListCall + func (c *AssetsListCall) ContentType(contentType string) *AssetsListCall + func (c *AssetsListCall) Context(ctx context.Context) *AssetsListCall + func (c *AssetsListCall) Do(opts ...googleapi.CallOption) (*ListAssetsResponse, error) + func (c *AssetsListCall) Fields(s ...googleapi.Field) *AssetsListCall + func (c *AssetsListCall) Header() http.Header + func (c *AssetsListCall) IfNoneMatch(entityTag string) *AssetsListCall + func (c *AssetsListCall) PageSize(pageSize int64) *AssetsListCall + func (c *AssetsListCall) PageToken(pageToken string) *AssetsListCall + func (c *AssetsListCall) Pages(ctx context.Context, f func(*ListAssetsResponse) error) error + func (c *AssetsListCall) ReadTime(readTime string) *AssetsListCall + func (c *AssetsListCall) RelationshipTypes(relationshipTypes ...string) *AssetsListCall + type AssetsService struct + func NewAssetsService(s *Service) *AssetsService + func (r *AssetsService) List(parent string) *AssetsListCall + type AttachedResource struct + AssetType string + ForceSendFields []string + NullFields []string + VersionedResources []*VersionedResource + func (s *AttachedResource) MarshalJSON() ([]byte, error) + type AuditConfig struct + AuditLogConfigs []*AuditLogConfig + ForceSendFields []string + NullFields []string + Service string + func (s *AuditConfig) MarshalJSON() ([]byte, error) + type AuditLogConfig struct + ExemptedMembers []string + ForceSendFields []string + LogType string + NullFields []string + func (s *AuditLogConfig) MarshalJSON() ([]byte, error) + type BatchGetAssetsHistoryResponse struct + Assets []*TemporalAsset + ForceSendFields []string + NullFields []string + func (s *BatchGetAssetsHistoryResponse) MarshalJSON() ([]byte, error) + type BatchGetEffectiveIamPoliciesResponse struct + ForceSendFields []string + NullFields []string + PolicyResults []*EffectiveIamPolicy + func (s *BatchGetEffectiveIamPoliciesResponse) MarshalJSON() ([]byte, error) + type BigQueryDestination struct + Dataset string + Force bool + ForceSendFields []string + NullFields []string + PartitionSpec *PartitionSpec + SeparateTablesPerAssetType bool + Table string + func (s *BigQueryDestination) MarshalJSON() ([]byte, error) + type Binding struct + Condition *Expr + ForceSendFields []string + Members []string + NullFields []string + Role string + func (s *Binding) MarshalJSON() ([]byte, error) + type ConditionContext struct + AccessTime string + ForceSendFields []string + NullFields []string + func (s *ConditionContext) MarshalJSON() ([]byte, error) + type ConditionEvaluation struct + EvaluationValue string + ForceSendFields []string + NullFields []string + func (s *ConditionEvaluation) MarshalJSON() ([]byte, error) + type CreateFeedRequest struct + Feed *Feed + FeedId string + ForceSendFields []string + NullFields []string + func (s *CreateFeedRequest) MarshalJSON() ([]byte, error) + type Date struct + Day int64 + ForceSendFields []string + Month int64 + NullFields []string + Year int64 + func (s *Date) MarshalJSON() ([]byte, error) + type EffectiveIamPoliciesBatchGetCall struct + func (c *EffectiveIamPoliciesBatchGetCall) Context(ctx context.Context) *EffectiveIamPoliciesBatchGetCall + func (c *EffectiveIamPoliciesBatchGetCall) Do(opts ...googleapi.CallOption) (*BatchGetEffectiveIamPoliciesResponse, error) + func (c *EffectiveIamPoliciesBatchGetCall) Fields(s ...googleapi.Field) *EffectiveIamPoliciesBatchGetCall + func (c *EffectiveIamPoliciesBatchGetCall) Header() http.Header + func (c *EffectiveIamPoliciesBatchGetCall) IfNoneMatch(entityTag string) *EffectiveIamPoliciesBatchGetCall + func (c *EffectiveIamPoliciesBatchGetCall) Names(names ...string) *EffectiveIamPoliciesBatchGetCall + type EffectiveIamPoliciesService struct + func NewEffectiveIamPoliciesService(s *Service) *EffectiveIamPoliciesService + func (r *EffectiveIamPoliciesService) BatchGet(scope string) *EffectiveIamPoliciesBatchGetCall + type EffectiveIamPolicy struct + ForceSendFields []string + FullResourceName string + NullFields []string + Policies []*PolicyInfo + func (s *EffectiveIamPolicy) MarshalJSON() ([]byte, error) + type EffectiveTagDetails struct + AttachedResource string + EffectiveTags []*Tag + ForceSendFields []string + NullFields []string + func (s *EffectiveTagDetails) MarshalJSON() ([]byte, error) + type Empty struct + type Explanation struct + ForceSendFields []string + MatchedPermissions map[string]Permissions + NullFields []string + func (s *Explanation) MarshalJSON() ([]byte, error) + type ExportAssetsRequest struct + AssetTypes []string + ContentType string + ForceSendFields []string + NullFields []string + OutputConfig *OutputConfig + ReadTime string + RelationshipTypes []string + func (s *ExportAssetsRequest) MarshalJSON() ([]byte, error) + type Expr struct + Description string + Expression string + ForceSendFields []string + Location string + NullFields []string + Title string + func (s *Expr) MarshalJSON() ([]byte, error) + type Feed struct + AssetNames []string + AssetTypes []string + Condition *Expr + ContentType string + FeedOutputConfig *FeedOutputConfig + ForceSendFields []string + Name string + NullFields []string + RelationshipTypes []string + func (s *Feed) MarshalJSON() ([]byte, error) + type FeedOutputConfig struct + ForceSendFields []string + NullFields []string + PubsubDestination *PubsubDestination + func (s *FeedOutputConfig) MarshalJSON() ([]byte, error) + type FeedsCreateCall struct + func (c *FeedsCreateCall) Context(ctx context.Context) *FeedsCreateCall + func (c *FeedsCreateCall) Do(opts ...googleapi.CallOption) (*Feed, error) + func (c *FeedsCreateCall) Fields(s ...googleapi.Field) *FeedsCreateCall + func (c *FeedsCreateCall) Header() http.Header + type FeedsDeleteCall struct + func (c *FeedsDeleteCall) Context(ctx context.Context) *FeedsDeleteCall + func (c *FeedsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *FeedsDeleteCall) Fields(s ...googleapi.Field) *FeedsDeleteCall + func (c *FeedsDeleteCall) Header() http.Header + type FeedsGetCall struct + func (c *FeedsGetCall) Context(ctx context.Context) *FeedsGetCall + func (c *FeedsGetCall) Do(opts ...googleapi.CallOption) (*Feed, error) + func (c *FeedsGetCall) Fields(s ...googleapi.Field) *FeedsGetCall + func (c *FeedsGetCall) Header() http.Header + func (c *FeedsGetCall) IfNoneMatch(entityTag string) *FeedsGetCall + type FeedsListCall struct + func (c *FeedsListCall) Context(ctx context.Context) *FeedsListCall + func (c *FeedsListCall) Do(opts ...googleapi.CallOption) (*ListFeedsResponse, error) + func (c *FeedsListCall) Fields(s ...googleapi.Field) *FeedsListCall + func (c *FeedsListCall) Header() http.Header + func (c *FeedsListCall) IfNoneMatch(entityTag string) *FeedsListCall + type FeedsPatchCall struct + func (c *FeedsPatchCall) Context(ctx context.Context) *FeedsPatchCall + func (c *FeedsPatchCall) Do(opts ...googleapi.CallOption) (*Feed, error) + func (c *FeedsPatchCall) Fields(s ...googleapi.Field) *FeedsPatchCall + func (c *FeedsPatchCall) Header() http.Header + type FeedsService struct + func NewFeedsService(s *Service) *FeedsService + func (r *FeedsService) Create(parent string, createfeedrequest *CreateFeedRequest) *FeedsCreateCall + func (r *FeedsService) Delete(name string) *FeedsDeleteCall + func (r *FeedsService) Get(name string) *FeedsGetCall + func (r *FeedsService) List(parent string) *FeedsListCall + func (r *FeedsService) Patch(nameid string, updatefeedrequest *UpdateFeedRequest) *FeedsPatchCall + type GcsDestination struct + ForceSendFields []string + NullFields []string + Uri string + UriPrefix string + func (s *GcsDestination) MarshalJSON() ([]byte, error) + type GoogleCloudAssetV1Access struct + AnalysisState *IamPolicyAnalysisState + ForceSendFields []string + NullFields []string + Permission string + Role string + func (s *GoogleCloudAssetV1Access) MarshalJSON() ([]byte, error) + type GoogleCloudAssetV1AccessControlList struct + Accesses []*GoogleCloudAssetV1Access + ConditionEvaluation *ConditionEvaluation + ForceSendFields []string + NullFields []string + ResourceEdges []*GoogleCloudAssetV1Edge + Resources []*GoogleCloudAssetV1Resource + func (s *GoogleCloudAssetV1AccessControlList) MarshalJSON() ([]byte, error) + type GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedAsset struct + ConsolidatedPolicy *AnalyzerOrgPolicy + ForceSendFields []string + GovernedIamPolicy *GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedIamPolicy + GovernedResource *GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedResource + NullFields []string + PolicyBundle []*AnalyzerOrgPolicy + func (s *GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedAsset) MarshalJSON() ([]byte, error) + type GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedIamPolicy struct + AttachedResource string + Folders []string + ForceSendFields []string + NullFields []string + Organization string + Policy *Policy + Project string + func (s *GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedIamPolicy) MarshalJSON() ([]byte, error) + type GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedResource struct + Folders []string + ForceSendFields []string + FullResourceName string + NullFields []string + Organization string + Parent string + Project string + func (s *GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedResource) MarshalJSON() ([]byte, error) + type GoogleCloudAssetV1BigQueryDestination struct + Dataset string + ForceSendFields []string + NullFields []string + PartitionKey string + TablePrefix string + WriteDisposition string + func (s *GoogleCloudAssetV1BigQueryDestination) MarshalJSON() ([]byte, error) + type GoogleCloudAssetV1BooleanConstraint struct + type GoogleCloudAssetV1Constraint struct + BooleanConstraint *GoogleCloudAssetV1BooleanConstraint + ConstraintDefault string + Description string + DisplayName string + ForceSendFields []string + ListConstraint *GoogleCloudAssetV1ListConstraint + Name string + NullFields []string + func (s *GoogleCloudAssetV1Constraint) MarshalJSON() ([]byte, error) + type GoogleCloudAssetV1CustomConstraint struct + ActionType string + Condition string + Description string + DisplayName string + ForceSendFields []string + MethodTypes []string + Name string + NullFields []string + ResourceTypes []string + func (s *GoogleCloudAssetV1CustomConstraint) MarshalJSON() ([]byte, error) + type GoogleCloudAssetV1Edge struct + ForceSendFields []string + NullFields []string + SourceNode string + TargetNode string + func (s *GoogleCloudAssetV1Edge) MarshalJSON() ([]byte, error) + type GoogleCloudAssetV1GcsDestination struct + ForceSendFields []string + NullFields []string + Uri string + func (s *GoogleCloudAssetV1GcsDestination) MarshalJSON() ([]byte, error) + type GoogleCloudAssetV1GovernedContainer struct + ConsolidatedPolicy *AnalyzerOrgPolicy + ForceSendFields []string + FullResourceName string + NullFields []string + Parent string + PolicyBundle []*AnalyzerOrgPolicy + func (s *GoogleCloudAssetV1GovernedContainer) MarshalJSON() ([]byte, error) + type GoogleCloudAssetV1Identity struct + AnalysisState *IamPolicyAnalysisState + ForceSendFields []string + Name string + NullFields []string + func (s *GoogleCloudAssetV1Identity) MarshalJSON() ([]byte, error) + type GoogleCloudAssetV1IdentityList struct + ForceSendFields []string + GroupEdges []*GoogleCloudAssetV1Edge + Identities []*GoogleCloudAssetV1Identity + NullFields []string + func (s *GoogleCloudAssetV1IdentityList) MarshalJSON() ([]byte, error) + type GoogleCloudAssetV1ListConstraint struct + ForceSendFields []string + NullFields []string + SupportsIn bool + SupportsUnder bool + func (s *GoogleCloudAssetV1ListConstraint) MarshalJSON() ([]byte, error) + type GoogleCloudAssetV1QueryAssetsOutputConfigBigQueryDestination struct + Dataset string + ForceSendFields []string + NullFields []string + Table string + WriteDisposition string + func (s *GoogleCloudAssetV1QueryAssetsOutputConfigBigQueryDestination) MarshalJSON() ([]byte, error) + type GoogleCloudAssetV1Resource struct + AnalysisState *IamPolicyAnalysisState + ForceSendFields []string + FullResourceName string + NullFields []string + func (s *GoogleCloudAssetV1Resource) MarshalJSON() ([]byte, error) + type GoogleCloudAssetV1Rule struct + AllowAll bool + Condition *Expr + DenyAll bool + Enforce bool + ForceSendFields []string + NullFields []string + Values *GoogleCloudAssetV1StringValues + func (s *GoogleCloudAssetV1Rule) MarshalJSON() ([]byte, error) + type GoogleCloudAssetV1StringValues struct + AllowedValues []string + DeniedValues []string + ForceSendFields []string + NullFields []string + func (s *GoogleCloudAssetV1StringValues) MarshalJSON() ([]byte, error) + type GoogleCloudAssetV1p7beta1Asset struct + AccessLevel *GoogleIdentityAccesscontextmanagerV1AccessLevel + AccessPolicy *GoogleIdentityAccesscontextmanagerV1AccessPolicy + Ancestors []string + AssetType string + ForceSendFields []string + IamPolicy *Policy + Name string + NullFields []string + OrgPolicy []*GoogleCloudOrgpolicyV1Policy + RelatedAssets *GoogleCloudAssetV1p7beta1RelatedAssets + Resource *GoogleCloudAssetV1p7beta1Resource + ServicePerimeter *GoogleIdentityAccesscontextmanagerV1ServicePerimeter + UpdateTime string + func (s *GoogleCloudAssetV1p7beta1Asset) MarshalJSON() ([]byte, error) + type GoogleCloudAssetV1p7beta1RelatedAsset struct + Ancestors []string + Asset string + AssetType string + ForceSendFields []string + NullFields []string + func (s *GoogleCloudAssetV1p7beta1RelatedAsset) MarshalJSON() ([]byte, error) + type GoogleCloudAssetV1p7beta1RelatedAssets struct + Assets []*GoogleCloudAssetV1p7beta1RelatedAsset + ForceSendFields []string + NullFields []string + RelationshipAttributes *GoogleCloudAssetV1p7beta1RelationshipAttributes + func (s *GoogleCloudAssetV1p7beta1RelatedAssets) MarshalJSON() ([]byte, error) + type GoogleCloudAssetV1p7beta1RelationshipAttributes struct + Action string + ForceSendFields []string + NullFields []string + SourceResourceType string + TargetResourceType string + Type string + func (s *GoogleCloudAssetV1p7beta1RelationshipAttributes) MarshalJSON() ([]byte, error) + type GoogleCloudAssetV1p7beta1Resource struct + Data googleapi.RawMessage + DiscoveryDocumentUri string + DiscoveryName string + ForceSendFields []string + Location string + NullFields []string + Parent string + ResourceUrl string + Version string + func (s *GoogleCloudAssetV1p7beta1Resource) MarshalJSON() ([]byte, error) + type GoogleCloudOrgpolicyV1BooleanPolicy struct + Enforced bool + ForceSendFields []string + NullFields []string + func (s *GoogleCloudOrgpolicyV1BooleanPolicy) MarshalJSON() ([]byte, error) + type GoogleCloudOrgpolicyV1ListPolicy struct + AllValues string + AllowedValues []string + DeniedValues []string + ForceSendFields []string + InheritFromParent bool + NullFields []string + SuggestedValue string + func (s *GoogleCloudOrgpolicyV1ListPolicy) MarshalJSON() ([]byte, error) + type GoogleCloudOrgpolicyV1Policy struct + BooleanPolicy *GoogleCloudOrgpolicyV1BooleanPolicy + Constraint string + Etag string + ForceSendFields []string + ListPolicy *GoogleCloudOrgpolicyV1ListPolicy + NullFields []string + RestoreDefault *GoogleCloudOrgpolicyV1RestoreDefault + UpdateTime string + Version int64 + func (s *GoogleCloudOrgpolicyV1Policy) MarshalJSON() ([]byte, error) + type GoogleCloudOrgpolicyV1RestoreDefault struct + type GoogleIdentityAccesscontextmanagerV1AccessLevel struct + Basic *GoogleIdentityAccesscontextmanagerV1BasicLevel + Custom *GoogleIdentityAccesscontextmanagerV1CustomLevel + Description string + ForceSendFields []string + Name string + NullFields []string + Title string + func (s *GoogleIdentityAccesscontextmanagerV1AccessLevel) MarshalJSON() ([]byte, error) + type GoogleIdentityAccesscontextmanagerV1AccessPolicy struct + Etag string + ForceSendFields []string + Name string + NullFields []string + Parent string + Scopes []string + Title string + func (s *GoogleIdentityAccesscontextmanagerV1AccessPolicy) MarshalJSON() ([]byte, error) + type GoogleIdentityAccesscontextmanagerV1ApiOperation struct + ForceSendFields []string + MethodSelectors []*GoogleIdentityAccesscontextmanagerV1MethodSelector + NullFields []string + ServiceName string + func (s *GoogleIdentityAccesscontextmanagerV1ApiOperation) MarshalJSON() ([]byte, error) + type GoogleIdentityAccesscontextmanagerV1BasicLevel struct + CombiningFunction string + Conditions []*GoogleIdentityAccesscontextmanagerV1Condition + ForceSendFields []string + NullFields []string + func (s *GoogleIdentityAccesscontextmanagerV1BasicLevel) MarshalJSON() ([]byte, error) + type GoogleIdentityAccesscontextmanagerV1Condition struct + DevicePolicy *GoogleIdentityAccesscontextmanagerV1DevicePolicy + ForceSendFields []string + IpSubnetworks []string + Members []string + Negate bool + NullFields []string + Regions []string + RequiredAccessLevels []string + VpcNetworkSources []*GoogleIdentityAccesscontextmanagerV1VpcNetworkSource + func (s *GoogleIdentityAccesscontextmanagerV1Condition) MarshalJSON() ([]byte, error) + type GoogleIdentityAccesscontextmanagerV1CustomLevel struct + Expr *Expr + ForceSendFields []string + NullFields []string + func (s *GoogleIdentityAccesscontextmanagerV1CustomLevel) MarshalJSON() ([]byte, error) + type GoogleIdentityAccesscontextmanagerV1DevicePolicy struct + AllowedDeviceManagementLevels []string + AllowedEncryptionStatuses []string + ForceSendFields []string + NullFields []string + OsConstraints []*GoogleIdentityAccesscontextmanagerV1OsConstraint + RequireAdminApproval bool + RequireCorpOwned bool + RequireScreenlock bool + func (s *GoogleIdentityAccesscontextmanagerV1DevicePolicy) MarshalJSON() ([]byte, error) + type GoogleIdentityAccesscontextmanagerV1EgressFrom struct + ForceSendFields []string + Identities []string + IdentityType string + NullFields []string + SourceRestriction string + Sources []*GoogleIdentityAccesscontextmanagerV1EgressSource + func (s *GoogleIdentityAccesscontextmanagerV1EgressFrom) MarshalJSON() ([]byte, error) + type GoogleIdentityAccesscontextmanagerV1EgressPolicy struct + EgressFrom *GoogleIdentityAccesscontextmanagerV1EgressFrom + EgressTo *GoogleIdentityAccesscontextmanagerV1EgressTo + ForceSendFields []string + NullFields []string + func (s *GoogleIdentityAccesscontextmanagerV1EgressPolicy) MarshalJSON() ([]byte, error) + type GoogleIdentityAccesscontextmanagerV1EgressSource struct + AccessLevel string + ForceSendFields []string + NullFields []string + func (s *GoogleIdentityAccesscontextmanagerV1EgressSource) MarshalJSON() ([]byte, error) + type GoogleIdentityAccesscontextmanagerV1EgressTo struct + ExternalResources []string + ForceSendFields []string + NullFields []string + Operations []*GoogleIdentityAccesscontextmanagerV1ApiOperation + Resources []string + func (s *GoogleIdentityAccesscontextmanagerV1EgressTo) MarshalJSON() ([]byte, error) + type GoogleIdentityAccesscontextmanagerV1IngressFrom struct + ForceSendFields []string + Identities []string + IdentityType string + NullFields []string + Sources []*GoogleIdentityAccesscontextmanagerV1IngressSource + func (s *GoogleIdentityAccesscontextmanagerV1IngressFrom) MarshalJSON() ([]byte, error) + type GoogleIdentityAccesscontextmanagerV1IngressPolicy struct + ForceSendFields []string + IngressFrom *GoogleIdentityAccesscontextmanagerV1IngressFrom + IngressTo *GoogleIdentityAccesscontextmanagerV1IngressTo + NullFields []string + func (s *GoogleIdentityAccesscontextmanagerV1IngressPolicy) MarshalJSON() ([]byte, error) + type GoogleIdentityAccesscontextmanagerV1IngressSource struct + AccessLevel string + ForceSendFields []string + NullFields []string + Resource string + func (s *GoogleIdentityAccesscontextmanagerV1IngressSource) MarshalJSON() ([]byte, error) + type GoogleIdentityAccesscontextmanagerV1IngressTo struct + ForceSendFields []string + NullFields []string + Operations []*GoogleIdentityAccesscontextmanagerV1ApiOperation + Resources []string + func (s *GoogleIdentityAccesscontextmanagerV1IngressTo) MarshalJSON() ([]byte, error) + type GoogleIdentityAccesscontextmanagerV1MethodSelector struct + ForceSendFields []string + Method string + NullFields []string + Permission string + func (s *GoogleIdentityAccesscontextmanagerV1MethodSelector) MarshalJSON() ([]byte, error) + type GoogleIdentityAccesscontextmanagerV1OsConstraint struct + ForceSendFields []string + MinimumVersion string + NullFields []string + OsType string + RequireVerifiedChromeOs bool + func (s *GoogleIdentityAccesscontextmanagerV1OsConstraint) MarshalJSON() ([]byte, error) + type GoogleIdentityAccesscontextmanagerV1ServicePerimeter struct + Description string + ForceSendFields []string + Name string + NullFields []string + PerimeterType string + Spec *GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig + Status *GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig + Title string + UseExplicitDryRunSpec bool + func (s *GoogleIdentityAccesscontextmanagerV1ServicePerimeter) MarshalJSON() ([]byte, error) + type GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig struct + AccessLevels []string + EgressPolicies []*GoogleIdentityAccesscontextmanagerV1EgressPolicy + ForceSendFields []string + IngressPolicies []*GoogleIdentityAccesscontextmanagerV1IngressPolicy + NullFields []string + Resources []string + RestrictedServices []string + VpcAccessibleServices *GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices + func (s *GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig) MarshalJSON() ([]byte, error) + type GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices struct + AllowedServices []string + EnableRestriction bool + ForceSendFields []string + NullFields []string + func (s *GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices) MarshalJSON() ([]byte, error) + type GoogleIdentityAccesscontextmanagerV1VpcNetworkSource struct + ForceSendFields []string + NullFields []string + VpcSubnetwork *GoogleIdentityAccesscontextmanagerV1VpcSubNetwork + func (s *GoogleIdentityAccesscontextmanagerV1VpcNetworkSource) MarshalJSON() ([]byte, error) + type GoogleIdentityAccesscontextmanagerV1VpcSubNetwork struct + ForceSendFields []string + Network string + NullFields []string + VpcIpSubnetworks []string + func (s *GoogleIdentityAccesscontextmanagerV1VpcSubNetwork) MarshalJSON() ([]byte, error) + type IamPolicyAnalysis struct + AnalysisQuery *IamPolicyAnalysisQuery + AnalysisResults []*IamPolicyAnalysisResult + ForceSendFields []string + FullyExplored bool + NonCriticalErrors []*IamPolicyAnalysisState + NullFields []string + func (s *IamPolicyAnalysis) MarshalJSON() ([]byte, error) + type IamPolicyAnalysisOutputConfig struct + BigqueryDestination *GoogleCloudAssetV1BigQueryDestination + ForceSendFields []string + GcsDestination *GoogleCloudAssetV1GcsDestination + NullFields []string + func (s *IamPolicyAnalysisOutputConfig) MarshalJSON() ([]byte, error) + type IamPolicyAnalysisQuery struct + AccessSelector *AccessSelector + ConditionContext *ConditionContext + ForceSendFields []string + IdentitySelector *IdentitySelector + NullFields []string + Options *Options + ResourceSelector *ResourceSelector + Scope string + func (s *IamPolicyAnalysisQuery) MarshalJSON() ([]byte, error) + type IamPolicyAnalysisResult struct + AccessControlLists []*GoogleCloudAssetV1AccessControlList + AttachedResourceFullName string + ForceSendFields []string + FullyExplored bool + IamBinding *Binding + IdentityList *GoogleCloudAssetV1IdentityList + NullFields []string + func (s *IamPolicyAnalysisResult) MarshalJSON() ([]byte, error) + type IamPolicyAnalysisState struct + Cause string + Code string + ForceSendFields []string + NullFields []string + func (s *IamPolicyAnalysisState) MarshalJSON() ([]byte, error) + type IamPolicySearchResult struct + AssetType string + Explanation *Explanation + Folders []string + ForceSendFields []string + NullFields []string + Organization string + Policy *Policy + Project string + Resource string + func (s *IamPolicySearchResult) MarshalJSON() ([]byte, error) + type IdentitySelector struct + ForceSendFields []string + Identity string + NullFields []string + func (s *IdentitySelector) MarshalJSON() ([]byte, error) + type Inventory struct + ForceSendFields []string + Items map[string]Item + Name string + NullFields []string + OsInfo *OsInfo + UpdateTime string + func (s *Inventory) MarshalJSON() ([]byte, error) + type Item struct + AvailablePackage *SoftwarePackage + CreateTime string + ForceSendFields []string + Id string + InstalledPackage *SoftwarePackage + NullFields []string + OriginType string + Type string + UpdateTime string + func (s *Item) MarshalJSON() ([]byte, error) + type ListAssetsResponse struct + Assets []*Asset + ForceSendFields []string + NextPageToken string + NullFields []string + ReadTime string + func (s *ListAssetsResponse) MarshalJSON() ([]byte, error) + type ListFeedsResponse struct + Feeds []*Feed + ForceSendFields []string + NullFields []string + func (s *ListFeedsResponse) MarshalJSON() ([]byte, error) + type ListSavedQueriesResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + SavedQueries []*SavedQuery + func (s *ListSavedQueriesResponse) MarshalJSON() ([]byte, error) + type MoveAnalysis struct + Analysis *MoveAnalysisResult + DisplayName string + Error *Status + ForceSendFields []string + NullFields []string + func (s *MoveAnalysis) MarshalJSON() ([]byte, error) + type MoveAnalysisResult struct + Blockers []*MoveImpact + ForceSendFields []string + NullFields []string + Warnings []*MoveImpact + func (s *MoveAnalysisResult) MarshalJSON() ([]byte, error) + type MoveImpact struct + Detail string + ForceSendFields []string + NullFields []string + func (s *MoveImpact) MarshalJSON() ([]byte, error) + type Operation struct + Done bool + Error *Status + ForceSendFields []string + Metadata googleapi.RawMessage + Name string + NullFields []string + Response googleapi.RawMessage + func (s *Operation) MarshalJSON() ([]byte, error) + type OperationsGetCall struct + func (c *OperationsGetCall) Context(ctx context.Context) *OperationsGetCall + func (c *OperationsGetCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *OperationsGetCall) Fields(s ...googleapi.Field) *OperationsGetCall + func (c *OperationsGetCall) Header() http.Header + func (c *OperationsGetCall) IfNoneMatch(entityTag string) *OperationsGetCall + type OperationsService struct + func NewOperationsService(s *Service) *OperationsService + func (r *OperationsService) Get(name string) *OperationsGetCall + type Options struct + AnalyzeServiceAccountImpersonation bool + ExpandGroups bool + ExpandResources bool + ExpandRoles bool + ForceSendFields []string + NullFields []string + OutputGroupEdges bool + OutputResourceEdges bool + func (s *Options) MarshalJSON() ([]byte, error) + type OrgPolicyResult struct + ConsolidatedPolicy *AnalyzerOrgPolicy + ForceSendFields []string + NullFields []string + PolicyBundle []*AnalyzerOrgPolicy + func (s *OrgPolicyResult) MarshalJSON() ([]byte, error) + type OsInfo struct + Architecture string + ForceSendFields []string + Hostname string + KernelRelease string + KernelVersion string + LongName string + NullFields []string + OsconfigAgentVersion string + ShortName string + Version string + func (s *OsInfo) MarshalJSON() ([]byte, error) + type OutputConfig struct + BigqueryDestination *BigQueryDestination + ForceSendFields []string + GcsDestination *GcsDestination + NullFields []string + func (s *OutputConfig) MarshalJSON() ([]byte, error) + type PartitionSpec struct + ForceSendFields []string + NullFields []string + PartitionKey string + func (s *PartitionSpec) MarshalJSON() ([]byte, error) + type Permissions struct + ForceSendFields []string + NullFields []string + Permissions []string + func (s *Permissions) MarshalJSON() ([]byte, error) + type Policy struct + AuditConfigs []*AuditConfig + Bindings []*Binding + Etag string + ForceSendFields []string + NullFields []string + Version int64 + func (s *Policy) MarshalJSON() ([]byte, error) + type PolicyInfo struct + AttachedResource string + ForceSendFields []string + NullFields []string + Policy *Policy + func (s *PolicyInfo) MarshalJSON() ([]byte, error) + type PubsubDestination struct + ForceSendFields []string + NullFields []string + Topic string + func (s *PubsubDestination) MarshalJSON() ([]byte, error) + type QueryAssetsOutputConfig struct + BigqueryDestination *GoogleCloudAssetV1QueryAssetsOutputConfigBigQueryDestination + ForceSendFields []string + NullFields []string + func (s *QueryAssetsOutputConfig) MarshalJSON() ([]byte, error) + type QueryAssetsRequest struct + ForceSendFields []string + JobReference string + NullFields []string + OutputConfig *QueryAssetsOutputConfig + PageSize int64 + PageToken string + ReadTime string + ReadTimeWindow *TimeWindow + Statement string + Timeout string + func (s *QueryAssetsRequest) MarshalJSON() ([]byte, error) + type QueryAssetsResponse struct + Done bool + Error *Status + ForceSendFields []string + JobReference string + NullFields []string + OutputConfig *QueryAssetsOutputConfig + QueryResult *QueryResult + func (s *QueryAssetsResponse) MarshalJSON() ([]byte, error) + type QueryContent struct + ForceSendFields []string + IamPolicyAnalysisQuery *IamPolicyAnalysisQuery + NullFields []string + func (s *QueryContent) MarshalJSON() ([]byte, error) + type QueryResult struct + ForceSendFields []string + NextPageToken string + NullFields []string + Rows []googleapi.RawMessage + Schema *TableSchema + TotalRows int64 + func (s *QueryResult) MarshalJSON() ([]byte, error) + type RelatedAsset struct + Ancestors []string + Asset string + AssetType string + ForceSendFields []string + NullFields []string + RelationshipType string + func (s *RelatedAsset) MarshalJSON() ([]byte, error) + type RelatedAssets struct + Assets []*RelatedAsset + ForceSendFields []string + NullFields []string + RelationshipAttributes *RelationshipAttributes + func (s *RelatedAssets) MarshalJSON() ([]byte, error) + type RelatedResource struct + AssetType string + ForceSendFields []string + FullResourceName string + NullFields []string + func (s *RelatedResource) MarshalJSON() ([]byte, error) + type RelatedResources struct + ForceSendFields []string + NullFields []string + RelatedResources []*RelatedResource + func (s *RelatedResources) MarshalJSON() ([]byte, error) + type RelationshipAttributes struct + Action string + ForceSendFields []string + NullFields []string + SourceResourceType string + TargetResourceType string + Type string + func (s *RelationshipAttributes) MarshalJSON() ([]byte, error) + type Resource struct + Data googleapi.RawMessage + DiscoveryDocumentUri string + DiscoveryName string + ForceSendFields []string + Location string + NullFields []string + Parent string + ResourceUrl string + Version string + func (s *Resource) MarshalJSON() ([]byte, error) + type ResourceSearchResult struct + AdditionalAttributes googleapi.RawMessage + AssetType string + AttachedResources []*AttachedResource + CreateTime string + Description string + DisplayName string + EffectiveTags []*EffectiveTagDetails + Folders []string + ForceSendFields []string + KmsKey string + KmsKeys []string + Labels map[string]string + Location string + Name string + NetworkTags []string + NullFields []string + Organization string + ParentAssetType string + ParentFullResourceName string + Project string + Relationships map[string]RelatedResources + SccSecurityMarks map[string]string + State string + TagKeys []string + TagValueIds []string + TagValues []string + Tags []*Tag + UpdateTime string + VersionedResources []*VersionedResource + func (s *ResourceSearchResult) MarshalJSON() ([]byte, error) + type ResourceSelector struct + ForceSendFields []string + FullResourceName string + NullFields []string + func (s *ResourceSelector) MarshalJSON() ([]byte, error) + type SavedQueriesCreateCall struct + func (c *SavedQueriesCreateCall) Context(ctx context.Context) *SavedQueriesCreateCall + func (c *SavedQueriesCreateCall) Do(opts ...googleapi.CallOption) (*SavedQuery, error) + func (c *SavedQueriesCreateCall) Fields(s ...googleapi.Field) *SavedQueriesCreateCall + func (c *SavedQueriesCreateCall) Header() http.Header + func (c *SavedQueriesCreateCall) SavedQueryId(savedQueryId string) *SavedQueriesCreateCall + type SavedQueriesDeleteCall struct + func (c *SavedQueriesDeleteCall) Context(ctx context.Context) *SavedQueriesDeleteCall + func (c *SavedQueriesDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *SavedQueriesDeleteCall) Fields(s ...googleapi.Field) *SavedQueriesDeleteCall + func (c *SavedQueriesDeleteCall) Header() http.Header + type SavedQueriesGetCall struct + func (c *SavedQueriesGetCall) Context(ctx context.Context) *SavedQueriesGetCall + func (c *SavedQueriesGetCall) Do(opts ...googleapi.CallOption) (*SavedQuery, error) + func (c *SavedQueriesGetCall) Fields(s ...googleapi.Field) *SavedQueriesGetCall + func (c *SavedQueriesGetCall) Header() http.Header + func (c *SavedQueriesGetCall) IfNoneMatch(entityTag string) *SavedQueriesGetCall + type SavedQueriesListCall struct + func (c *SavedQueriesListCall) Context(ctx context.Context) *SavedQueriesListCall + func (c *SavedQueriesListCall) Do(opts ...googleapi.CallOption) (*ListSavedQueriesResponse, error) + func (c *SavedQueriesListCall) Fields(s ...googleapi.Field) *SavedQueriesListCall + func (c *SavedQueriesListCall) Filter(filter string) *SavedQueriesListCall + func (c *SavedQueriesListCall) Header() http.Header + func (c *SavedQueriesListCall) IfNoneMatch(entityTag string) *SavedQueriesListCall + func (c *SavedQueriesListCall) PageSize(pageSize int64) *SavedQueriesListCall + func (c *SavedQueriesListCall) PageToken(pageToken string) *SavedQueriesListCall + func (c *SavedQueriesListCall) Pages(ctx context.Context, f func(*ListSavedQueriesResponse) error) error + type SavedQueriesPatchCall struct + func (c *SavedQueriesPatchCall) Context(ctx context.Context) *SavedQueriesPatchCall + func (c *SavedQueriesPatchCall) Do(opts ...googleapi.CallOption) (*SavedQuery, error) + func (c *SavedQueriesPatchCall) Fields(s ...googleapi.Field) *SavedQueriesPatchCall + func (c *SavedQueriesPatchCall) Header() http.Header + func (c *SavedQueriesPatchCall) UpdateMask(updateMask string) *SavedQueriesPatchCall + type SavedQueriesService struct + func NewSavedQueriesService(s *Service) *SavedQueriesService + func (r *SavedQueriesService) Create(parent string, savedquery *SavedQuery) *SavedQueriesCreateCall + func (r *SavedQueriesService) Delete(name string) *SavedQueriesDeleteCall + func (r *SavedQueriesService) Get(name string) *SavedQueriesGetCall + func (r *SavedQueriesService) List(parent string) *SavedQueriesListCall + func (r *SavedQueriesService) Patch(name string, savedquery *SavedQuery) *SavedQueriesPatchCall + type SavedQuery struct + Content *QueryContent + CreateTime string + Creator string + Description string + ForceSendFields []string + Labels map[string]string + LastUpdateTime string + LastUpdater string + Name string + NullFields []string + func (s *SavedQuery) MarshalJSON() ([]byte, error) + type SearchAllIamPoliciesResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + Results []*IamPolicySearchResult + func (s *SearchAllIamPoliciesResponse) MarshalJSON() ([]byte, error) + type SearchAllResourcesResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + Results []*ResourceSearchResult + func (s *SearchAllResourcesResponse) MarshalJSON() ([]byte, error) + type Service struct + Assets *AssetsService + BasePath string + EffectiveIamPolicies *EffectiveIamPoliciesService + Feeds *FeedsService + Operations *OperationsService + SavedQueries *SavedQueriesService + UserAgent string + V1 *V1Service + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error) + type SoftwarePackage struct + AptPackage *VersionedPackage + CosPackage *VersionedPackage + ForceSendFields []string + GoogetPackage *VersionedPackage + NullFields []string + QfePackage *WindowsQuickFixEngineeringPackage + WindowsApplication *WindowsApplication + WuaPackage *WindowsUpdatePackage + YumPackage *VersionedPackage + ZypperPackage *VersionedPackage + ZypperPatch *ZypperPatch + func (s *SoftwarePackage) MarshalJSON() ([]byte, error) + type Status struct + Code int64 + Details []googleapi.RawMessage + ForceSendFields []string + Message string + NullFields []string + func (s *Status) MarshalJSON() ([]byte, error) + type TableFieldSchema struct + Field string + Fields []*TableFieldSchema + ForceSendFields []string + Mode string + NullFields []string + Type string + func (s *TableFieldSchema) MarshalJSON() ([]byte, error) + type TableSchema struct + Fields []*TableFieldSchema + ForceSendFields []string + NullFields []string + func (s *TableSchema) MarshalJSON() ([]byte, error) + type Tag struct + ForceSendFields []string + NullFields []string + TagKey string + TagValue string + TagValueId string + func (s *Tag) MarshalJSON() ([]byte, error) + type TemporalAsset struct + Asset *Asset + Deleted bool + ForceSendFields []string + NullFields []string + PriorAsset *Asset + PriorAssetState string + Window *TimeWindow + func (s *TemporalAsset) MarshalJSON() ([]byte, error) + type TimeWindow struct + EndTime string + ForceSendFields []string + NullFields []string + StartTime string + func (s *TimeWindow) MarshalJSON() ([]byte, error) + type UpdateFeedRequest struct + Feed *Feed + ForceSendFields []string + NullFields []string + UpdateMask string + func (s *UpdateFeedRequest) MarshalJSON() ([]byte, error) + type V1AnalyzeIamPolicyCall struct + func (c *V1AnalyzeIamPolicyCall) AnalysisQueryAccessSelectorPermissions(analysisQueryAccessSelectorPermissions ...string) *V1AnalyzeIamPolicyCall + func (c *V1AnalyzeIamPolicyCall) AnalysisQueryAccessSelectorRoles(analysisQueryAccessSelectorRoles ...string) *V1AnalyzeIamPolicyCall + func (c *V1AnalyzeIamPolicyCall) AnalysisQueryConditionContextAccessTime(analysisQueryConditionContextAccessTime string) *V1AnalyzeIamPolicyCall + func (c *V1AnalyzeIamPolicyCall) AnalysisQueryIdentitySelectorIdentity(analysisQueryIdentitySelectorIdentity string) *V1AnalyzeIamPolicyCall + func (c *V1AnalyzeIamPolicyCall) AnalysisQueryOptionsAnalyzeServiceAccountImpersonation(analysisQueryOptionsAnalyzeServiceAccountImpersonation bool) *V1AnalyzeIamPolicyCall + func (c *V1AnalyzeIamPolicyCall) AnalysisQueryOptionsExpandGroups(analysisQueryOptionsExpandGroups bool) *V1AnalyzeIamPolicyCall + func (c *V1AnalyzeIamPolicyCall) AnalysisQueryOptionsExpandResources(analysisQueryOptionsExpandResources bool) *V1AnalyzeIamPolicyCall + func (c *V1AnalyzeIamPolicyCall) AnalysisQueryOptionsExpandRoles(analysisQueryOptionsExpandRoles bool) *V1AnalyzeIamPolicyCall + func (c *V1AnalyzeIamPolicyCall) AnalysisQueryOptionsOutputGroupEdges(analysisQueryOptionsOutputGroupEdges bool) *V1AnalyzeIamPolicyCall + func (c *V1AnalyzeIamPolicyCall) AnalysisQueryOptionsOutputResourceEdges(analysisQueryOptionsOutputResourceEdges bool) *V1AnalyzeIamPolicyCall + func (c *V1AnalyzeIamPolicyCall) AnalysisQueryResourceSelectorFullResourceName(analysisQueryResourceSelectorFullResourceName string) *V1AnalyzeIamPolicyCall + func (c *V1AnalyzeIamPolicyCall) Context(ctx context.Context) *V1AnalyzeIamPolicyCall + func (c *V1AnalyzeIamPolicyCall) Do(opts ...googleapi.CallOption) (*AnalyzeIamPolicyResponse, error) + func (c *V1AnalyzeIamPolicyCall) ExecutionTimeout(executionTimeout string) *V1AnalyzeIamPolicyCall + func (c *V1AnalyzeIamPolicyCall) Fields(s ...googleapi.Field) *V1AnalyzeIamPolicyCall + func (c *V1AnalyzeIamPolicyCall) Header() http.Header + func (c *V1AnalyzeIamPolicyCall) IfNoneMatch(entityTag string) *V1AnalyzeIamPolicyCall + func (c *V1AnalyzeIamPolicyCall) SavedAnalysisQuery(savedAnalysisQuery string) *V1AnalyzeIamPolicyCall + type V1AnalyzeIamPolicyLongrunningCall struct + func (c *V1AnalyzeIamPolicyLongrunningCall) Context(ctx context.Context) *V1AnalyzeIamPolicyLongrunningCall + func (c *V1AnalyzeIamPolicyLongrunningCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *V1AnalyzeIamPolicyLongrunningCall) Fields(s ...googleapi.Field) *V1AnalyzeIamPolicyLongrunningCall + func (c *V1AnalyzeIamPolicyLongrunningCall) Header() http.Header + type V1AnalyzeMoveCall struct + func (c *V1AnalyzeMoveCall) Context(ctx context.Context) *V1AnalyzeMoveCall + func (c *V1AnalyzeMoveCall) DestinationParent(destinationParent string) *V1AnalyzeMoveCall + func (c *V1AnalyzeMoveCall) Do(opts ...googleapi.CallOption) (*AnalyzeMoveResponse, error) + func (c *V1AnalyzeMoveCall) Fields(s ...googleapi.Field) *V1AnalyzeMoveCall + func (c *V1AnalyzeMoveCall) Header() http.Header + func (c *V1AnalyzeMoveCall) IfNoneMatch(entityTag string) *V1AnalyzeMoveCall + func (c *V1AnalyzeMoveCall) View(view string) *V1AnalyzeMoveCall + type V1AnalyzeOrgPoliciesCall struct + func (c *V1AnalyzeOrgPoliciesCall) Constraint(constraint string) *V1AnalyzeOrgPoliciesCall + func (c *V1AnalyzeOrgPoliciesCall) Context(ctx context.Context) *V1AnalyzeOrgPoliciesCall + func (c *V1AnalyzeOrgPoliciesCall) Do(opts ...googleapi.CallOption) (*AnalyzeOrgPoliciesResponse, error) + func (c *V1AnalyzeOrgPoliciesCall) Fields(s ...googleapi.Field) *V1AnalyzeOrgPoliciesCall + func (c *V1AnalyzeOrgPoliciesCall) Filter(filter string) *V1AnalyzeOrgPoliciesCall + func (c *V1AnalyzeOrgPoliciesCall) Header() http.Header + func (c *V1AnalyzeOrgPoliciesCall) IfNoneMatch(entityTag string) *V1AnalyzeOrgPoliciesCall + func (c *V1AnalyzeOrgPoliciesCall) PageSize(pageSize int64) *V1AnalyzeOrgPoliciesCall + func (c *V1AnalyzeOrgPoliciesCall) PageToken(pageToken string) *V1AnalyzeOrgPoliciesCall + func (c *V1AnalyzeOrgPoliciesCall) Pages(ctx context.Context, f func(*AnalyzeOrgPoliciesResponse) error) error + type V1AnalyzeOrgPolicyGovernedAssetsCall struct + func (c *V1AnalyzeOrgPolicyGovernedAssetsCall) Constraint(constraint string) *V1AnalyzeOrgPolicyGovernedAssetsCall + func (c *V1AnalyzeOrgPolicyGovernedAssetsCall) Context(ctx context.Context) *V1AnalyzeOrgPolicyGovernedAssetsCall + func (c *V1AnalyzeOrgPolicyGovernedAssetsCall) Do(opts ...googleapi.CallOption) (*AnalyzeOrgPolicyGovernedAssetsResponse, error) + func (c *V1AnalyzeOrgPolicyGovernedAssetsCall) Fields(s ...googleapi.Field) *V1AnalyzeOrgPolicyGovernedAssetsCall + func (c *V1AnalyzeOrgPolicyGovernedAssetsCall) Filter(filter string) *V1AnalyzeOrgPolicyGovernedAssetsCall + func (c *V1AnalyzeOrgPolicyGovernedAssetsCall) Header() http.Header + func (c *V1AnalyzeOrgPolicyGovernedAssetsCall) IfNoneMatch(entityTag string) *V1AnalyzeOrgPolicyGovernedAssetsCall + func (c *V1AnalyzeOrgPolicyGovernedAssetsCall) PageSize(pageSize int64) *V1AnalyzeOrgPolicyGovernedAssetsCall + func (c *V1AnalyzeOrgPolicyGovernedAssetsCall) PageToken(pageToken string) *V1AnalyzeOrgPolicyGovernedAssetsCall + func (c *V1AnalyzeOrgPolicyGovernedAssetsCall) Pages(ctx context.Context, f func(*AnalyzeOrgPolicyGovernedAssetsResponse) error) error + type V1AnalyzeOrgPolicyGovernedContainersCall struct + func (c *V1AnalyzeOrgPolicyGovernedContainersCall) Constraint(constraint string) *V1AnalyzeOrgPolicyGovernedContainersCall + func (c *V1AnalyzeOrgPolicyGovernedContainersCall) Context(ctx context.Context) *V1AnalyzeOrgPolicyGovernedContainersCall + func (c *V1AnalyzeOrgPolicyGovernedContainersCall) Do(opts ...googleapi.CallOption) (*AnalyzeOrgPolicyGovernedContainersResponse, error) + func (c *V1AnalyzeOrgPolicyGovernedContainersCall) Fields(s ...googleapi.Field) *V1AnalyzeOrgPolicyGovernedContainersCall + func (c *V1AnalyzeOrgPolicyGovernedContainersCall) Filter(filter string) *V1AnalyzeOrgPolicyGovernedContainersCall + func (c *V1AnalyzeOrgPolicyGovernedContainersCall) Header() http.Header + func (c *V1AnalyzeOrgPolicyGovernedContainersCall) IfNoneMatch(entityTag string) *V1AnalyzeOrgPolicyGovernedContainersCall + func (c *V1AnalyzeOrgPolicyGovernedContainersCall) PageSize(pageSize int64) *V1AnalyzeOrgPolicyGovernedContainersCall + func (c *V1AnalyzeOrgPolicyGovernedContainersCall) PageToken(pageToken string) *V1AnalyzeOrgPolicyGovernedContainersCall + func (c *V1AnalyzeOrgPolicyGovernedContainersCall) Pages(ctx context.Context, f func(*AnalyzeOrgPolicyGovernedContainersResponse) error) error + type V1BatchGetAssetsHistoryCall struct + func (c *V1BatchGetAssetsHistoryCall) AssetNames(assetNames ...string) *V1BatchGetAssetsHistoryCall + func (c *V1BatchGetAssetsHistoryCall) ContentType(contentType string) *V1BatchGetAssetsHistoryCall + func (c *V1BatchGetAssetsHistoryCall) Context(ctx context.Context) *V1BatchGetAssetsHistoryCall + func (c *V1BatchGetAssetsHistoryCall) Do(opts ...googleapi.CallOption) (*BatchGetAssetsHistoryResponse, error) + func (c *V1BatchGetAssetsHistoryCall) Fields(s ...googleapi.Field) *V1BatchGetAssetsHistoryCall + func (c *V1BatchGetAssetsHistoryCall) Header() http.Header + func (c *V1BatchGetAssetsHistoryCall) IfNoneMatch(entityTag string) *V1BatchGetAssetsHistoryCall + func (c *V1BatchGetAssetsHistoryCall) ReadTimeWindowEndTime(readTimeWindowEndTime string) *V1BatchGetAssetsHistoryCall + func (c *V1BatchGetAssetsHistoryCall) ReadTimeWindowStartTime(readTimeWindowStartTime string) *V1BatchGetAssetsHistoryCall + func (c *V1BatchGetAssetsHistoryCall) RelationshipTypes(relationshipTypes ...string) *V1BatchGetAssetsHistoryCall + type V1ExportAssetsCall struct + func (c *V1ExportAssetsCall) Context(ctx context.Context) *V1ExportAssetsCall + func (c *V1ExportAssetsCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *V1ExportAssetsCall) Fields(s ...googleapi.Field) *V1ExportAssetsCall + func (c *V1ExportAssetsCall) Header() http.Header + type V1QueryAssetsCall struct + func (c *V1QueryAssetsCall) Context(ctx context.Context) *V1QueryAssetsCall + func (c *V1QueryAssetsCall) Do(opts ...googleapi.CallOption) (*QueryAssetsResponse, error) + func (c *V1QueryAssetsCall) Fields(s ...googleapi.Field) *V1QueryAssetsCall + func (c *V1QueryAssetsCall) Header() http.Header + type V1SearchAllIamPoliciesCall struct + func (c *V1SearchAllIamPoliciesCall) AssetTypes(assetTypes ...string) *V1SearchAllIamPoliciesCall + func (c *V1SearchAllIamPoliciesCall) Context(ctx context.Context) *V1SearchAllIamPoliciesCall + func (c *V1SearchAllIamPoliciesCall) Do(opts ...googleapi.CallOption) (*SearchAllIamPoliciesResponse, error) + func (c *V1SearchAllIamPoliciesCall) Fields(s ...googleapi.Field) *V1SearchAllIamPoliciesCall + func (c *V1SearchAllIamPoliciesCall) Header() http.Header + func (c *V1SearchAllIamPoliciesCall) IfNoneMatch(entityTag string) *V1SearchAllIamPoliciesCall + func (c *V1SearchAllIamPoliciesCall) OrderBy(orderBy string) *V1SearchAllIamPoliciesCall + func (c *V1SearchAllIamPoliciesCall) PageSize(pageSize int64) *V1SearchAllIamPoliciesCall + func (c *V1SearchAllIamPoliciesCall) PageToken(pageToken string) *V1SearchAllIamPoliciesCall + func (c *V1SearchAllIamPoliciesCall) Pages(ctx context.Context, f func(*SearchAllIamPoliciesResponse) error) error + func (c *V1SearchAllIamPoliciesCall) Query(query string) *V1SearchAllIamPoliciesCall + type V1SearchAllResourcesCall struct + func (c *V1SearchAllResourcesCall) AssetTypes(assetTypes ...string) *V1SearchAllResourcesCall + func (c *V1SearchAllResourcesCall) Context(ctx context.Context) *V1SearchAllResourcesCall + func (c *V1SearchAllResourcesCall) Do(opts ...googleapi.CallOption) (*SearchAllResourcesResponse, error) + func (c *V1SearchAllResourcesCall) Fields(s ...googleapi.Field) *V1SearchAllResourcesCall + func (c *V1SearchAllResourcesCall) Header() http.Header + func (c *V1SearchAllResourcesCall) IfNoneMatch(entityTag string) *V1SearchAllResourcesCall + func (c *V1SearchAllResourcesCall) OrderBy(orderBy string) *V1SearchAllResourcesCall + func (c *V1SearchAllResourcesCall) PageSize(pageSize int64) *V1SearchAllResourcesCall + func (c *V1SearchAllResourcesCall) PageToken(pageToken string) *V1SearchAllResourcesCall + func (c *V1SearchAllResourcesCall) Pages(ctx context.Context, f func(*SearchAllResourcesResponse) error) error + func (c *V1SearchAllResourcesCall) Query(query string) *V1SearchAllResourcesCall + func (c *V1SearchAllResourcesCall) ReadMask(readMask string) *V1SearchAllResourcesCall + type V1Service struct + func NewV1Service(s *Service) *V1Service + func (r *V1Service) AnalyzeIamPolicy(scope string) *V1AnalyzeIamPolicyCall + func (r *V1Service) AnalyzeIamPolicyLongrunning(scope string, ...) *V1AnalyzeIamPolicyLongrunningCall + func (r *V1Service) AnalyzeMove(resource string) *V1AnalyzeMoveCall + func (r *V1Service) AnalyzeOrgPolicies(scope string) *V1AnalyzeOrgPoliciesCall + func (r *V1Service) AnalyzeOrgPolicyGovernedAssets(scope string) *V1AnalyzeOrgPolicyGovernedAssetsCall + func (r *V1Service) AnalyzeOrgPolicyGovernedContainers(scope string) *V1AnalyzeOrgPolicyGovernedContainersCall + func (r *V1Service) BatchGetAssetsHistory(parent string) *V1BatchGetAssetsHistoryCall + func (r *V1Service) ExportAssets(parent string, exportassetsrequest *ExportAssetsRequest) *V1ExportAssetsCall + func (r *V1Service) QueryAssets(parent string, queryassetsrequest *QueryAssetsRequest) *V1QueryAssetsCall + func (r *V1Service) SearchAllIamPolicies(scope string) *V1SearchAllIamPoliciesCall + func (r *V1Service) SearchAllResources(scope string) *V1SearchAllResourcesCall + type VersionedPackage struct + Architecture string + ForceSendFields []string + NullFields []string + PackageName string + Version string + func (s *VersionedPackage) MarshalJSON() ([]byte, error) + type VersionedResource struct + ForceSendFields []string + NullFields []string + Resource googleapi.RawMessage + Version string + func (s *VersionedResource) MarshalJSON() ([]byte, error) + type WindowsApplication struct + DisplayName string + DisplayVersion string + ForceSendFields []string + HelpLink string + InstallDate *Date + NullFields []string + Publisher string + func (s *WindowsApplication) MarshalJSON() ([]byte, error) + type WindowsQuickFixEngineeringPackage struct + Caption string + Description string + ForceSendFields []string + HotFixId string + InstallTime string + NullFields []string + func (s *WindowsQuickFixEngineeringPackage) MarshalJSON() ([]byte, error) + type WindowsUpdateCategory struct + ForceSendFields []string + Id string + Name string + NullFields []string + func (s *WindowsUpdateCategory) MarshalJSON() ([]byte, error) + type WindowsUpdatePackage struct + Categories []*WindowsUpdateCategory + Description string + ForceSendFields []string + KbArticleIds []string + LastDeploymentChangeTime string + MoreInfoUrls []string + NullFields []string + RevisionNumber int64 + SupportUrl string + Title string + UpdateId string + func (s *WindowsUpdatePackage) MarshalJSON() ([]byte, error) + type ZypperPatch struct + Category string + ForceSendFields []string + NullFields []string + PatchName string + Severity string + Summary string + func (s *ZypperPatch) MarshalJSON() ([]byte, error)