Safe Haskell | None |
---|---|
Language | Haskell2010 |
GitHub.Data.Actions.Secrets
Documentation
data OrganizationSecret Source #
Constructors
OrganizationSecret | |
Instances
Constructors
PublicKey | |
Fields
|
Instances
FromJSON PublicKey Source # | |||||
Defined in GitHub.Data.Actions.Secrets | |||||
Data PublicKey Source # | |||||
Defined in GitHub.Data.Actions.Secrets Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PublicKey -> c PublicKey # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PublicKey # toConstr :: PublicKey -> Constr # dataTypeOf :: PublicKey -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c PublicKey) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PublicKey) # gmapT :: (forall b. Data b => b -> b) -> PublicKey -> PublicKey # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PublicKey -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PublicKey -> r # gmapQ :: (forall d. Data d => d -> u) -> PublicKey -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> PublicKey -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> PublicKey -> m PublicKey # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PublicKey -> m PublicKey # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PublicKey -> m PublicKey # | |||||
Generic PublicKey Source # | |||||
Defined in GitHub.Data.Actions.Secrets Associated Types
| |||||
Show PublicKey Source # | |||||
Eq PublicKey Source # | |||||
Ord PublicKey Source # | |||||
type Rep PublicKey Source # | |||||
Defined in GitHub.Data.Actions.Secrets type Rep PublicKey = D1 ('MetaData "PublicKey" "GitHub.Data.Actions.Secrets" "github-0.29-LNyZ8IgNqu4LXqBSIeesZA" 'False) (C1 ('MetaCons "PublicKey" 'PrefixI 'True) (S1 ('MetaSel ('Just "publicKeyId") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "publicKeyKey") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text))) |
Constructors
SetSecret | |
Fields
|
Instances
ToJSON SetSecret Source # | |||||
Data SetSecret Source # | |||||
Defined in GitHub.Data.Actions.Secrets Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SetSecret -> c SetSecret # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SetSecret # toConstr :: SetSecret -> Constr # dataTypeOf :: SetSecret -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SetSecret) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SetSecret) # gmapT :: (forall b. Data b => b -> b) -> SetSecret -> SetSecret # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SetSecret -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SetSecret -> r # gmapQ :: (forall d. Data d => d -> u) -> SetSecret -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> SetSecret -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> SetSecret -> m SetSecret # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SetSecret -> m SetSecret # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SetSecret -> m SetSecret # | |||||
Generic SetSecret Source # | |||||
Defined in GitHub.Data.Actions.Secrets Associated Types
| |||||
Show SetSecret Source # | |||||
Eq SetSecret Source # | |||||
Ord SetSecret Source # | |||||
type Rep SetSecret Source # | |||||
Defined in GitHub.Data.Actions.Secrets type Rep SetSecret = D1 ('MetaData "SetSecret" "GitHub.Data.Actions.Secrets" "github-0.29-LNyZ8IgNqu4LXqBSIeesZA" 'False) (C1 ('MetaCons "SetSecret" 'PrefixI 'True) ((S1 ('MetaSel ('Just "setSecretPublicKeyId") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "setSecretEncryptedValue") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "setSecretVisibility") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "setSecretSelectedRepositoryIds") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Maybe [Id Repo]))))) |
data SetRepoSecret Source #
Constructors
SetRepoSecret | |
Fields |
Instances
ToJSON SetRepoSecret Source # | |||||
Defined in GitHub.Data.Actions.Secrets Methods toJSON :: SetRepoSecret -> Value # toEncoding :: SetRepoSecret -> Encoding # toJSONList :: [SetRepoSecret] -> Value # toEncodingList :: [SetRepoSecret] -> Encoding # omitField :: SetRepoSecret -> Bool # | |||||
Data SetRepoSecret Source # | |||||
Defined in GitHub.Data.Actions.Secrets Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SetRepoSecret -> c SetRepoSecret # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SetRepoSecret # toConstr :: SetRepoSecret -> Constr # dataTypeOf :: SetRepoSecret -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SetRepoSecret) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SetRepoSecret) # gmapT :: (forall b. Data b => b -> b) -> SetRepoSecret -> SetRepoSecret # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SetRepoSecret -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SetRepoSecret -> r # gmapQ :: (forall d. Data d => d -> u) -> SetRepoSecret -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> SetRepoSecret -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> SetRepoSecret -> m SetRepoSecret # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SetRepoSecret -> m SetRepoSecret # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SetRepoSecret -> m SetRepoSecret # | |||||
Generic SetRepoSecret Source # | |||||
Defined in GitHub.Data.Actions.Secrets Associated Types
| |||||
Show SetRepoSecret Source # | |||||
Defined in GitHub.Data.Actions.Secrets Methods showsPrec :: Int -> SetRepoSecret -> ShowS # show :: SetRepoSecret -> String # showList :: [SetRepoSecret] -> ShowS # | |||||
Eq SetRepoSecret Source # | |||||
Defined in GitHub.Data.Actions.Secrets Methods (==) :: SetRepoSecret -> SetRepoSecret -> Bool # (/=) :: SetRepoSecret -> SetRepoSecret -> Bool # | |||||
Ord SetRepoSecret Source # | |||||
Defined in GitHub.Data.Actions.Secrets Methods compare :: SetRepoSecret -> SetRepoSecret -> Ordering # (<) :: SetRepoSecret -> SetRepoSecret -> Bool # (<=) :: SetRepoSecret -> SetRepoSecret -> Bool # (>) :: SetRepoSecret -> SetRepoSecret -> Bool # (>=) :: SetRepoSecret -> SetRepoSecret -> Bool # max :: SetRepoSecret -> SetRepoSecret -> SetRepoSecret # min :: SetRepoSecret -> SetRepoSecret -> SetRepoSecret # | |||||
type Rep SetRepoSecret Source # | |||||
Defined in GitHub.Data.Actions.Secrets type Rep SetRepoSecret = D1 ('MetaData "SetRepoSecret" "GitHub.Data.Actions.Secrets" "github-0.29-LNyZ8IgNqu4LXqBSIeesZA" 'False) (C1 ('MetaCons "SetRepoSecret" 'PrefixI 'True) (S1 ('MetaSel ('Just "setRepoSecretPublicKeyId") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "setRepoSecretEncryptedValue") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text))) |
data SelectedRepo Source #
Constructors
SelectedRepo | |
Fields
|
Instances
FromJSON SelectedRepo Source # | |||||
Defined in GitHub.Data.Actions.Secrets | |||||
Data SelectedRepo Source # | |||||
Defined in GitHub.Data.Actions.Secrets Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SelectedRepo -> c SelectedRepo # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SelectedRepo # toConstr :: SelectedRepo -> Constr # dataTypeOf :: SelectedRepo -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SelectedRepo) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SelectedRepo) # gmapT :: (forall b. Data b => b -> b) -> SelectedRepo -> SelectedRepo # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SelectedRepo -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SelectedRepo -> r # gmapQ :: (forall d. Data d => d -> u) -> SelectedRepo -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> SelectedRepo -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> SelectedRepo -> m SelectedRepo # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SelectedRepo -> m SelectedRepo # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SelectedRepo -> m SelectedRepo # | |||||
Generic SelectedRepo Source # | |||||
Defined in GitHub.Data.Actions.Secrets Associated Types
| |||||
Show SelectedRepo Source # | |||||
Defined in GitHub.Data.Actions.Secrets Methods showsPrec :: Int -> SelectedRepo -> ShowS # show :: SelectedRepo -> String # showList :: [SelectedRepo] -> ShowS # | |||||
Eq SelectedRepo Source # | |||||
Defined in GitHub.Data.Actions.Secrets | |||||
Ord SelectedRepo Source # | |||||
Defined in GitHub.Data.Actions.Secrets Methods compare :: SelectedRepo -> SelectedRepo -> Ordering # (<) :: SelectedRepo -> SelectedRepo -> Bool # (<=) :: SelectedRepo -> SelectedRepo -> Bool # (>) :: SelectedRepo -> SelectedRepo -> Bool # (>=) :: SelectedRepo -> SelectedRepo -> Bool # max :: SelectedRepo -> SelectedRepo -> SelectedRepo # min :: SelectedRepo -> SelectedRepo -> SelectedRepo # | |||||
FromJSON (WithTotalCount SelectedRepo) Source # | |||||
Defined in GitHub.Data.Actions.Secrets Methods parseJSON :: Value -> Parser (WithTotalCount SelectedRepo) # parseJSONList :: Value -> Parser [WithTotalCount SelectedRepo] # | |||||
type Rep SelectedRepo Source # | |||||
Defined in GitHub.Data.Actions.Secrets type Rep SelectedRepo = D1 ('MetaData "SelectedRepo" "GitHub.Data.Actions.Secrets" "github-0.29-LNyZ8IgNqu4LXqBSIeesZA" 'False) (C1 ('MetaCons "SelectedRepo" 'PrefixI 'True) (S1 ('MetaSel ('Just "selectedRepoRepoId") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Id Repo)) :*: S1 ('MetaSel ('Just "selectedRepoRepoName") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Name Repo)))) |
data SetSelectedRepositories Source #
Constructors
SetSelectedRepositories | |
Fields |
Instances
ToJSON SetSelectedRepositories Source # | |||||
Defined in GitHub.Data.Actions.Secrets Methods toJSON :: SetSelectedRepositories -> Value # toEncoding :: SetSelectedRepositories -> Encoding # toJSONList :: [SetSelectedRepositories] -> Value # | |||||
Data SetSelectedRepositories Source # | |||||
Defined in GitHub.Data.Actions.Secrets Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SetSelectedRepositories -> c SetSelectedRepositories # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SetSelectedRepositories # toConstr :: SetSelectedRepositories -> Constr # dataTypeOf :: SetSelectedRepositories -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SetSelectedRepositories) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SetSelectedRepositories) # gmapT :: (forall b. Data b => b -> b) -> SetSelectedRepositories -> SetSelectedRepositories # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SetSelectedRepositories -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SetSelectedRepositories -> r # gmapQ :: (forall d. Data d => d -> u) -> SetSelectedRepositories -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> SetSelectedRepositories -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> SetSelectedRepositories -> m SetSelectedRepositories # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SetSelectedRepositories -> m SetSelectedRepositories # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SetSelectedRepositories -> m SetSelectedRepositories # | |||||
Generic SetSelectedRepositories Source # | |||||
Defined in GitHub.Data.Actions.Secrets Associated Types
Methods from :: SetSelectedRepositories -> Rep SetSelectedRepositories x # to :: Rep SetSelectedRepositories x -> SetSelectedRepositories # | |||||
Show SetSelectedRepositories Source # | |||||
Defined in GitHub.Data.Actions.Secrets Methods showsPrec :: Int -> SetSelectedRepositories -> ShowS # show :: SetSelectedRepositories -> String # showList :: [SetSelectedRepositories] -> ShowS # | |||||
Eq SetSelectedRepositories Source # | |||||
Defined in GitHub.Data.Actions.Secrets Methods (==) :: SetSelectedRepositories -> SetSelectedRepositories -> Bool # (/=) :: SetSelectedRepositories -> SetSelectedRepositories -> Bool # | |||||
Ord SetSelectedRepositories Source # | |||||
Defined in GitHub.Data.Actions.Secrets Methods compare :: SetSelectedRepositories -> SetSelectedRepositories -> Ordering # (<) :: SetSelectedRepositories -> SetSelectedRepositories -> Bool # (<=) :: SetSelectedRepositories -> SetSelectedRepositories -> Bool # (>) :: SetSelectedRepositories -> SetSelectedRepositories -> Bool # (>=) :: SetSelectedRepositories -> SetSelectedRepositories -> Bool # max :: SetSelectedRepositories -> SetSelectedRepositories -> SetSelectedRepositories # min :: SetSelectedRepositories -> SetSelectedRepositories -> SetSelectedRepositories # | |||||
type Rep SetSelectedRepositories Source # | |||||
Defined in GitHub.Data.Actions.Secrets type Rep SetSelectedRepositories = D1 ('MetaData "SetSelectedRepositories" "GitHub.Data.Actions.Secrets" "github-0.29-LNyZ8IgNqu4LXqBSIeesZA" 'False) (C1 ('MetaCons "SetSelectedRepositories" 'PrefixI 'True) (S1 ('MetaSel ('Just "setSelectedRepositoriesRepositoryIds") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 [Id Repo]))) |
data RepoSecret Source #
Constructors
RepoSecret | |
Fields
|
Instances
FromJSON RepoSecret Source # | |||||
Defined in GitHub.Data.Actions.Secrets | |||||
Data RepoSecret Source # | |||||
Defined in GitHub.Data.Actions.Secrets Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RepoSecret -> c RepoSecret # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RepoSecret # toConstr :: RepoSecret -> Constr # dataTypeOf :: RepoSecret -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c RepoSecret) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RepoSecret) # gmapT :: (forall b. Data b => b -> b) -> RepoSecret -> RepoSecret # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RepoSecret -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RepoSecret -> r # gmapQ :: (forall d. Data d => d -> u) -> RepoSecret -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> RepoSecret -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> RepoSecret -> m RepoSecret # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RepoSecret -> m RepoSecret # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RepoSecret -> m RepoSecret # | |||||
Generic RepoSecret Source # | |||||
Defined in GitHub.Data.Actions.Secrets Associated Types
| |||||
Show RepoSecret Source # | |||||
Defined in GitHub.Data.Actions.Secrets Methods showsPrec :: Int -> RepoSecret -> ShowS # show :: RepoSecret -> String # showList :: [RepoSecret] -> ShowS # | |||||
Eq RepoSecret Source # | |||||
Defined in GitHub.Data.Actions.Secrets | |||||
Ord RepoSecret Source # | |||||
Defined in GitHub.Data.Actions.Secrets Methods compare :: RepoSecret -> RepoSecret -> Ordering # (<) :: RepoSecret -> RepoSecret -> Bool # (<=) :: RepoSecret -> RepoSecret -> Bool # (>) :: RepoSecret -> RepoSecret -> Bool # (>=) :: RepoSecret -> RepoSecret -> Bool # max :: RepoSecret -> RepoSecret -> RepoSecret # min :: RepoSecret -> RepoSecret -> RepoSecret # | |||||
FromJSON (WithTotalCount RepoSecret) Source # | |||||
Defined in GitHub.Data.Actions.Secrets Methods parseJSON :: Value -> Parser (WithTotalCount RepoSecret) # parseJSONList :: Value -> Parser [WithTotalCount RepoSecret] # | |||||
type Rep RepoSecret Source # | |||||
Defined in GitHub.Data.Actions.Secrets type Rep RepoSecret = D1 ('MetaData "RepoSecret" "GitHub.Data.Actions.Secrets" "github-0.29-LNyZ8IgNqu4LXqBSIeesZA" 'False) (C1 ('MetaCons "RepoSecret" 'PrefixI 'True) (S1 ('MetaSel ('Just "repoSecretName") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Name RepoSecret)) :*: (S1 ('MetaSel ('Just "repoSecretCreatedAt") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 UTCTime) :*: S1 ('MetaSel ('Just "repoSecretUpdatedAt") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 UTCTime)))) |
data Environment Source #
Constructors
Environment |
Instances
Data Environment Source # | |||||
Defined in GitHub.Data.Actions.Secrets Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Environment -> c Environment # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Environment # toConstr :: Environment -> Constr # dataTypeOf :: Environment -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Environment) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Environment) # gmapT :: (forall b. Data b => b -> b) -> Environment -> Environment # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Environment -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Environment -> r # gmapQ :: (forall d. Data d => d -> u) -> Environment -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> Environment -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> Environment -> m Environment # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Environment -> m Environment # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Environment -> m Environment # | |||||
Generic Environment Source # | |||||
Defined in GitHub.Data.Actions.Secrets Associated Types
| |||||
Show Environment Source # | |||||
Defined in GitHub.Data.Actions.Secrets Methods showsPrec :: Int -> Environment -> ShowS # show :: Environment -> String # showList :: [Environment] -> ShowS # | |||||
Eq Environment Source # | |||||
Defined in GitHub.Data.Actions.Secrets | |||||
Ord Environment Source # | |||||
Defined in GitHub.Data.Actions.Secrets Methods compare :: Environment -> Environment -> Ordering # (<) :: Environment -> Environment -> Bool # (<=) :: Environment -> Environment -> Bool # (>) :: Environment -> Environment -> Bool # (>=) :: Environment -> Environment -> Bool # max :: Environment -> Environment -> Environment # min :: Environment -> Environment -> Environment # | |||||
type Rep Environment Source # | |||||