GoogleCloudApigeeV1SecurityProfile constructor
GoogleCloudApigeeV1SecurityProfile({
- String? description,
- String? displayName,
- List<
GoogleCloudApigeeV1SecurityProfileEnvironment> ? environments, - int? maxScore,
- int? minScore,
- String? name,
- GoogleCloudApigeeV1ProfileConfig? profileConfig,
- String? revisionCreateTime,
- String? revisionId,
- String? revisionPublishTime,
- String? revisionUpdateTime,
- List<
GoogleCloudApigeeV1SecurityProfileScoringConfig> ? scoringConfigs,
Implementation
GoogleCloudApigeeV1SecurityProfile({
this.description,
this.displayName,
this.environments,
this.maxScore,
this.minScore,
this.name,
this.profileConfig,
this.revisionCreateTime,
this.revisionId,
this.revisionPublishTime,
this.revisionUpdateTime,
this.scoringConfigs,
});