public sealed class AuditableService : IMessage<QueryAuditableServicesResponse.Types.AuditableService>, IEquatable<QueryAuditableServicesResponse.Types.AuditableService>, IDeepCloneable<QueryAuditableServicesResponse.Types.AuditableService>, IBufferMessage, IMessage
Contains information about an auditable service.
Implements
IMessage<QueryAuditableServicesResponse.Types.AuditableService>, IEquatable<QueryAuditableServicesResponse.Types.AuditableService>, IDeepCloneable<QueryAuditableServicesResponse.Types.AuditableService>, IBufferMessage, IMessageNamespace
Google.Cloud.Iam.Admin.V1Assembly
Google.Cloud.Iam.Admin.V1.dll
Constructors
AuditableService()
public AuditableService()
AuditableService(QueryAuditableServicesResponse.Types.AuditableService)
public AuditableService(QueryAuditableServicesResponse.Types.AuditableService other)
Parameter | |
---|---|
Name | Description |
other | QueryAuditableServicesResponse.Types.AuditableService |
Properties
Name
public string Name { get; set; }
Public name of the service. For example, the service name for Cloud IAM is 'iam.googleapis.com'.
Property Value | |
---|---|
Type | Description |
String |