GoogleCloudAiplatformV1SemanticGovernancePolicy class
Represents a governance policy applied to a specific Agent and optionally a specific Tool within that Agent.
Constructors
-
GoogleCloudAiplatformV1SemanticGovernancePolicy({String? agent, String? agentIdentity, String? createTime, String? description, String? displayName, String? etag, List<
GoogleCloudAiplatformV1SemanticGovernancePolicyMcpTool> ? mcpTools, String? name, String? naturalLanguageConstraint, String? updateTime}) - GoogleCloudAiplatformV1SemanticGovernancePolicy.fromJson(Map json_)
Properties
- agent ↔ String?
-
The name of the agent in Agent Registry that is affected by this policy.
getter/setter pair
- agentIdentity ↔ String?
-
Represents the principal of the agent, used by the Policy Decision Point
(PDP) for governance checks.
getter/setter pair
- createTime ↔ String?
-
Timestamp when this SemanticGovernancePolicy was created.
getter/setter pair
- description ↔ String?
-
The description of the SemanticGovernancePolicy.
getter/setter pair
- displayName ↔ String?
-
The user-defined name of the SemanticGovernancePolicy.
getter/setter pair
- etag ↔ String?
-
Used to perform consistent read-modify-write transactions.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
mcpTools
↔ List<
GoogleCloudAiplatformV1SemanticGovernancePolicyMcpTool> ? -
The McpTools that are affected by this policy.
getter/setter pair
- name ↔ String?
-
Identifier.
getter/setter pair
- naturalLanguageConstraint ↔ String?
-
The natural language constraint of the SemanticGovernancePolicy.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateTime ↔ String?
-
Timestamp when this SemanticGovernancePolicy was last updated.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited